Searched refs:BN_mod_mul_reciprocal (Results 1 – 8 of 8) sorted by relevance
/openssl/doc/man3/ |
H A D | BN_mod_mul_reciprocal.pod | 5 BN_mod_mul_reciprocal, BN_div_recp, BN_RECP_CTX_new, 21 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, 26 BN_mod_mul_reciprocal() can be used to perform an efficient
|
H A D | BN_add.pod | 87 L<BN_mod_mul_reciprocal(3)>.
|
/openssl/crypto/bn/ |
H A D | bn_recp.c | 53 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y, in BN_mod_mul_reciprocal() function
|
H A D | bn_exp.c | 229 if (!BN_mod_mul_reciprocal(aa, val[0], val[0], &recp, ctx)) in BN_mod_exp_recp() 234 !BN_mod_mul_reciprocal(val[i], val[i - 1], aa, &recp, ctx)) in BN_mod_exp_recp() 261 if (!BN_mod_mul_reciprocal(r, r, r, &recp, ctx)) in BN_mod_exp_recp() 290 if (!BN_mod_mul_reciprocal(r, r, r, &recp, ctx)) in BN_mod_exp_recp() 295 if (!BN_mod_mul_reciprocal(r, r, val[wvalue >> 1], &recp, ctx)) in BN_mod_exp_recp()
|
/openssl/include/openssl/ |
H A D | bn.h | 460 int BN_mod_mul_reciprocal(BIGNUM *r, const BIGNUM *x, const BIGNUM *y,
|
/openssl/doc/ |
H A D | build.info | 750 DEPEND[html/man3/BN_mod_mul_reciprocal.html]=man3/BN_mod_mul_reciprocal.pod 751 GENERATE[html/man3/BN_mod_mul_reciprocal.html]=man3/BN_mod_mul_reciprocal.pod 752 DEPEND[man/man3/BN_mod_mul_reciprocal.3]=man3/BN_mod_mul_reciprocal.pod 753 GENERATE[man/man3/BN_mod_mul_reciprocal.3]=man3/BN_mod_mul_reciprocal.pod 3193 html/man3/BN_mod_mul_reciprocal.html \ 3856 man/man3/BN_mod_mul_reciprocal.3 \
|
/openssl/util/ |
H A D | libcrypto.num | 1958 BN_mod_mul_reciprocal 2005 3_0_0 EXIST::FUNCTION:
|
/openssl/ |
H A D | CHANGES.md | 15482 and `BN_mod_mul_reciprocal`, which stays in `crypto/bn/bn_recp.c`)
|
Completed in 91 milliseconds