Searched refs:BN_div_recp (Results 1 – 6 of 6) 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, 18 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *a, BN_RECP_CTX *recp, 43 BN_div_recp() divides B<a> by B<m> using B<recp>. It places the quotient
|
/openssl/crypto/bn/ |
H A D | bn_recp.c | 75 ret = BN_div_recp(NULL, r, ca, recp, ctx); in BN_mod_mul_reciprocal() 82 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, in BN_div_recp() function
|
/openssl/include/openssl/ |
H A D | bn.h | 464 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
|
/openssl/test/ |
H A D | bntest.c | 304 && TEST_true(BN_div_recp(d, c, a, recp, ctx)) in test_div_recip()
|
/openssl/util/ |
H A D | libcrypto.num | 1505 BN_div_recp 1540 3_0_0 EXIST::FUNCTION:
|
/openssl/ |
H A D | CHANGES.md | 17750 case was implemented. This caused BN_div_recp() to fail occasionally. 17891 * Bug fix for BN_div_recp() for numerators with an even number of
|
Completed in 150 milliseconds