Home
last modified time | relevance | path

Searched refs:bn_mul_mont_f (Results 1 – 2 of 2) sorted by relevance

/third_party/openssl/crypto/
Dsparcv9cap.c42 typedef int (*bn_mul_mont_f) (BN_ULONG *rp, const BN_ULONG *ap, in bn_mul_mont() typedef
58 static const bn_mul_mont_f funcs[4] = { in bn_mul_mont()
62 bn_mul_mont_f worker = funcs[num / 16 - 1]; in bn_mul_mont()
/third_party/openssl/crypto/bn/
Dbn_exp.c783 typedef int (*bn_mul_mont_f) (BN_ULONG *rp, const BN_ULONG *ap, in BN_mod_exp_mont_consttime() typedef
797 static const bn_mul_mont_f mul_funcs[4] = { in BN_mod_exp_mont_consttime()
801 bn_mul_mont_f mul_worker = mul_funcs[top / 16 - 1]; in BN_mod_exp_mont_consttime()