Searched refs:BN_mod_mul_reciprocal (Results 1 – 3 of 3) sorted by relevance
/openbsd/lib/libcrypto/bn/ |
H A D | bn_recp.c | 231 BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y, in BN_mod_mul_reciprocal() function
|
H A D | bn_local.h | 278 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,
|
H A D | bn_exp.c | 1022 !BN_mod_mul_reciprocal(val[i], val[i - 1], in BN_mod_exp_recp() 1075 if (!BN_mod_mul_reciprocal(r, r, val[wvalue >> 1], recp, ctx)) in BN_mod_exp_recp()
|