Searched refs:bn_mul_mont_gather5 (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_exp.c | 943 void bn_mul_mont_gather5(BN_ULONG *rp, const BN_ULONG *ap, in BN_mod_exp_mont_consttime() 979 bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np, n0, top, i - 1); in BN_mod_exp_mont_consttime() 990 bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np, n0, top, i - 1); in BN_mod_exp_mont_consttime() 998 bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np, n0, top, i - 1); in BN_mod_exp_mont_consttime() 1004 bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np, n0, top, i - 1); in BN_mod_exp_mont_consttime() 1031 bn_mul_mont_gather5(tmp.d, tmp.d, powerbuf, np, n0, top, in BN_mod_exp_mont_consttime()
|
/freebsd/sys/crypto/openssl/amd64/ |
H A D | x86_64-mont5.S | 6 .globl bn_mul_mont_gather5 7 .type bn_mul_mont_gather5,@function 9 bn_mul_mont_gather5: label 444 .size bn_mul_mont_gather5,.-bn_mul_mont_gather5
|