Searched refs:mul_worker (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/openssl/crypto/bn/ |
| H A D | bn_exp.c | 810 bn_mul_mont_f mul_worker = mul_funcs[top / 16 - 1]; in bn_mod_exp_mont_fixed_top() local 842 if (!(*mul_worker)(tmp.d, am.d, am.d, np, n0) && !(*mul_worker)(tmp.d, am.d, am.d, np, n0)) in bn_mod_exp_mont_fixed_top() 848 … if (!(*mul_worker)(tmp.d, tmp.d, am.d, np, n0) && !(*mul_worker)(tmp.d, tmp.d, am.d, np, n0)) in bn_mod_exp_mont_fixed_top()
|