Searched refs:bn_mul_mont_gather5 (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/crypto/bn/ |
D | exponentiation.c | 998 void bn_mul_mont_gather5(BN_ULONG * rp, const BN_ULONG * ap, in BN_mod_exp_mont_consttime() 1042 bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np2, n0, top, i - 1); in BN_mod_exp_mont_consttime() 1050 bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np2, n0, top, i - 1); in BN_mod_exp_mont_consttime() 1056 bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np2, n0, top, i - 1); in BN_mod_exp_mont_consttime() 1084 bn_mul_mont_gather5(tmp.d, tmp.d, powerbuf, np, n0, top, wvalue); in BN_mod_exp_mont_consttime()
|
/external/boringssl/linux-x86_64/crypto/bn/ |
D | x86_64-mont5.S | 7 .globl bn_mul_mont_gather5 symbol 8 .hidden bn_mul_mont_gather5 9 .type bn_mul_mont_gather5,@function 11 bn_mul_mont_gather5: label 269 .size bn_mul_mont_gather5,.-bn_mul_mont_gather5
|
/external/boringssl/win-x86_64/crypto/bn/ |
D | x86_64-mont5.asm | 10 global bn_mul_mont_gather5 13 bn_mul_mont_gather5: label
|