Home
last modified time | relevance | path

Searched refs:bn_mul_mont_vis3 (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_sparc.c19 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 Dbn_exp.c828 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 Dbn_sparc.c19 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 Dbn_exp.c820 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 Dvis3-mont.pl59 .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 Dvis3-mont.pl59 .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