Searched refs:bn_mul_mont_gather5 (Results 1 – 3 of 3) sorted by relevance
/external/boringssl/src/crypto/bn/ |
D | exponentiation.c | 127 void bn_mul_mont_gather5(BN_ULONG *rp, const BN_ULONG *ap, const void *table, 1021 bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np, n0, top, i - 1); in BN_mod_exp_mont_consttime() 1029 bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np, n0, top, i - 1); in BN_mod_exp_mont_consttime() 1035 bn_mul_mont_gather5(tmp.d, am.d, powerbuf, np, n0, top, i - 1); in BN_mod_exp_mont_consttime() 1063 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 444 .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
|