Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_exp.c787 typedef int (*bn_pwr5_mont_f) (BN_ULONG *tp, const BN_ULONG *np, in BN_mod_exp_mont_consttime() typedef
802 static const bn_pwr5_mont_f pwr5_funcs[4] = { in BN_mod_exp_mont_consttime()
806 bn_pwr5_mont_f pwr5_worker = pwr5_funcs[top / 16 - 1]; in BN_mod_exp_mont_consttime()
/third_party/openssl/crypto/bn/
H A Dbn_exp.c779 typedef int (*bn_pwr5_mont_f) (BN_ULONG *tp, const BN_ULONG *np, in BN_mod_exp_mont_consttime() typedef
794 static const bn_pwr5_mont_f pwr5_funcs[4] = { in BN_mod_exp_mont_consttime()
798 bn_pwr5_mont_f pwr5_worker = pwr5_funcs[top / 16 - 1]; in BN_mod_exp_mont_consttime()

Completed in 4 milliseconds