Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_exp.c762 typedef int (*bn_pwr5_mont_f) (BN_ULONG *tp, const BN_ULONG *np, in BN_mod_exp_mont_consttime() typedef
777 static const bn_pwr5_mont_f pwr5_funcs[4] = { in BN_mod_exp_mont_consttime()
781 bn_pwr5_mont_f pwr5_worker = pwr5_funcs[top / 16 - 1]; in BN_mod_exp_mont_consttime()