Searched refs:bn_scatter5 (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_exp.c | 942 void bn_scatter5(const BN_ULONG *inp, size_t num, in bn_mod_exp_mont_fixed_top() 967 bn_scatter5(tmp.d, top, powerbuf, 0); in bn_mod_exp_mont_fixed_top() 968 bn_scatter5(am.d, am.top, powerbuf, 1); in bn_mod_exp_mont_fixed_top() 970 bn_scatter5(tmp.d, top, powerbuf, 2); in bn_mod_exp_mont_fixed_top() 976 bn_scatter5(tmp.d, top, powerbuf, i); in bn_mod_exp_mont_fixed_top() 982 bn_scatter5(tmp.d, top, powerbuf, i); in bn_mod_exp_mont_fixed_top() 987 bn_scatter5(tmp.d, top, powerbuf, i); in bn_mod_exp_mont_fixed_top() 990 bn_scatter5(tmp.d, top, powerbuf, j); in bn_mod_exp_mont_fixed_top() 995 bn_scatter5(tmp.d, top, powerbuf, i); in bn_mod_exp_mont_fixed_top() 997 bn_scatter5(tmp.d, top, powerbuf, 2 * i); in bn_mod_exp_mont_fixed_top() [all …]
|
/freebsd/sys/crypto/openssl/amd64/ |
H A D | x86_64-mont5.S | 3415 .globl bn_scatter5 3416 .type bn_scatter5,@function 3418 bn_scatter5: label 3433 .size bn_scatter5,.-bn_scatter5
|