Searched refs:BN_div_recp (Results 1 – 7 of 7) sorted by relevance
/third_party/openssl/doc/man3/ |
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, BIGNUM *a, BN_RECP_CTX *recp, 43 BN_div_recp() divides B<a> by B<m> using B<recp>. It places the quotient
|
/third_party/openssl/crypto/bn/ |
D | bn_recp.c | 77 ret = BN_div_recp(NULL, r, ca, recp, ctx); in BN_mod_mul_reciprocal() 84 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, in BN_div_recp() function
|
/third_party/openssl/include/openssl/ |
D | bn.h | 413 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
|
/third_party/openssl/test/ |
D | bntest.c | 289 && TEST_true(BN_div_recp(d, c, a, recp, ctx)) in test_div_recip()
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 200 BN_F_BN_DIV_RECP:130:BN_div_recp
|
/third_party/openssl/util/ |
D | libcrypto.num | 1553 BN_div_recp 1540 1_1_0 EXIST::FUNCTION:
|
/third_party/openssl/ |
D | CHANGES | 11143 case was implemented. This caused BN_div_recp() to fail occasionally. 11263 *) Bug fix for BN_div_recp() for numerators with an even number of
|