Searched refs:bn_mul_mont_vis3 (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_sparc.c | 19 int bn_mul_mont_vis3(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont() 57 return bn_mul_mont_vis3(rp, ap, bp, np, n0, num); in bn_mul_mont() 60 return bn_mul_mont_vis3(rp, ap, bp, np, n0, num); in bn_mul_mont()
|
H A D | bn_exp.c | 828 void bn_mul_mont_vis3(BN_ULONG *rp, const BN_ULONG *ap, in BN_mod_exp_mont_consttime() 860 bn_mul_mont_vis3(tmp.d, am.d, am.d, np, n0, top); in BN_mod_exp_mont_consttime() 867 bn_mul_mont_vis3(tmp.d, tmp.d, am.d, np, n0, top); in BN_mod_exp_mont_consttime()
|
/third_party/openssl/crypto/bn/ |
H A D | bn_sparc.c | 19 int bn_mul_mont_vis3(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, in bn_mul_mont() 57 return bn_mul_mont_vis3(rp, ap, bp, np, n0, num); in bn_mul_mont() 60 return bn_mul_mont_vis3(rp, ap, bp, np, n0, num); in bn_mul_mont()
|
H A D | bn_exp.c | 820 void bn_mul_mont_vis3(BN_ULONG *rp, const BN_ULONG *ap, in BN_mod_exp_mont_consttime() 852 bn_mul_mont_vis3(tmp.d, am.d, am.d, np, n0, top); in BN_mod_exp_mont_consttime() 859 bn_mul_mont_vis3(tmp.d, tmp.d, am.d, np, n0, top); in BN_mod_exp_mont_consttime()
|
/third_party/node/deps/openssl/openssl/crypto/bn/asm/ |
H A D | vis3-mont.pl | 59 .globl bn_mul_mont_vis3 61 bn_mul_mont_vis3: label 347 .type bn_mul_mont_vis3, #function 348 .size bn_mul_mont_vis3, .-bn_mul_mont_vis3
|
/third_party/openssl/crypto/bn/asm/ |
H A D | vis3-mont.pl | 59 .globl bn_mul_mont_vis3 61 bn_mul_mont_vis3: label 347 .type bn_mul_mont_vis3, #function 348 .size bn_mul_mont_vis3, .-bn_mul_mont_vis3
|
Completed in 5 milliseconds