Searched refs:bn_scatter5 (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_exp.c | 946 void bn_scatter5(const BN_ULONG *inp, size_t num, in BN_mod_exp_mont_consttime() 971 bn_scatter5(tmp.d, top, powerbuf, 0); in BN_mod_exp_mont_consttime() 972 bn_scatter5(am.d, am.top, powerbuf, 1); in BN_mod_exp_mont_consttime() 974 bn_scatter5(tmp.d, top, powerbuf, 2); in BN_mod_exp_mont_consttime() 980 bn_scatter5(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime() 986 bn_scatter5(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime() 991 bn_scatter5(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime() 994 bn_scatter5(tmp.d, top, powerbuf, j); in BN_mod_exp_mont_consttime() 999 bn_scatter5(tmp.d, top, powerbuf, i); in BN_mod_exp_mont_consttime() 1001 bn_scatter5(tmp.d, top, powerbuf, 2 * i); in BN_mod_exp_mont_consttime() [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
|