Home
last modified time | relevance | path

Searched refs:bn_mul_mont_f (Results 1 - 4 of 4) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_sparc.c30 typedef int (*bn_mul_mont_f) (BN_ULONG *rp, const BN_ULONG *ap, in bn_mul_mont() typedef
46 static const bn_mul_mont_f funcs[4] = { in bn_mul_mont()
50 bn_mul_mont_f worker = funcs[num / 16 - 1]; in bn_mul_mont()
H A Dbn_exp.c808 typedef int (*bn_mul_mont_f) (BN_ULONG *rp, const BN_ULONG *ap, in BN_mod_exp_mont_consttime() typedef
822 static const bn_mul_mont_f mul_funcs[4] = { in BN_mod_exp_mont_consttime()
826 bn_mul_mont_f mul_worker = mul_funcs[top / 16 - 1]; in BN_mod_exp_mont_consttime()
/third_party/openssl/crypto/bn/
H A Dbn_sparc.c30 typedef int (*bn_mul_mont_f) (BN_ULONG *rp, const BN_ULONG *ap, in bn_mul_mont() typedef
46 static const bn_mul_mont_f funcs[4] = { in bn_mul_mont()
50 bn_mul_mont_f worker = funcs[num / 16 - 1]; in bn_mul_mont()
H A Dbn_exp.c800 typedef int (*bn_mul_mont_f) (BN_ULONG *rp, const BN_ULONG *ap, in BN_mod_exp_mont_consttime() typedef
814 static const bn_mul_mont_f mul_funcs[4] = { in BN_mod_exp_mont_consttime()
818 bn_mul_mont_f mul_worker = mul_funcs[top / 16 - 1]; in BN_mod_exp_mont_consttime()

Completed in 5 milliseconds