Searched refs:bn_mul_mont_f (Results 1 – 2 of 2) sorted by relevance
42 typedef int (*bn_mul_mont_f) (BN_ULONG *rp, const BN_ULONG *ap, in bn_mul_mont() typedef58 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()
783 typedef int (*bn_mul_mont_f) (BN_ULONG *rp, const BN_ULONG *ap, in BN_mod_exp_mont_consttime() typedef797 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()