Searched refs:bn_scatter5 (Results 1 – 2 of 2) sorted by relevance
| /src/crypto/openssl/crypto/bn/ |
| H A D | bn_exp.c | 928 void bn_scatter5(const BN_ULONG *inp, size_t num, in bn_mod_exp_mont_fixed_top() 953 bn_scatter5(tmp.d, top, powerbuf, 0); in bn_mod_exp_mont_fixed_top() 954 bn_scatter5(am.d, am.top, powerbuf, 1); in bn_mod_exp_mont_fixed_top() 956 bn_scatter5(tmp.d, top, powerbuf, 2); in bn_mod_exp_mont_fixed_top() 962 bn_scatter5(tmp.d, top, powerbuf, i); in bn_mod_exp_mont_fixed_top() 968 bn_scatter5(tmp.d, top, powerbuf, i); in bn_mod_exp_mont_fixed_top() 973 bn_scatter5(tmp.d, top, powerbuf, i); in bn_mod_exp_mont_fixed_top() 976 bn_scatter5(tmp.d, top, powerbuf, j); in bn_mod_exp_mont_fixed_top() 981 bn_scatter5(tmp.d, top, powerbuf, i); in bn_mod_exp_mont_fixed_top() 983 bn_scatter5(tmp.d, top, powerbuf, 2 * i); in bn_mod_exp_mont_fixed_top() [all …]
|
| /src/sys/crypto/openssl/amd64/ |
| H A D | x86_64-mont5.S | 3415 .globl bn_scatter5 symbol 3416 .type bn_scatter5,@function 3418 bn_scatter5: label 3433 .size bn_scatter5,.-bn_scatter5
|