Home
last modified time | relevance | path

Searched refs:BN_div_recp (Results 1 – 6 of 6) sorted by relevance

/openssl/doc/man3/
H A DBN_mod_mul_reciprocal.pod5 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 Dbn_recp.c77 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
/openssl/include/openssl/
H A Dbn.h463 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
/openssl/test/
H A Dbntest.c303 && TEST_true(BN_div_recp(d, c, a, recp, ctx)) in test_div_recip()
/openssl/util/
H A Dlibcrypto.num1505 BN_div_recp 1540 3_0_0 EXIST::FUNCTION:
/openssl/
H A DCHANGES.md16208 case was implemented. This caused BN_div_recp() to fail occasionally.
16349 * Bug fix for BN_div_recp() for numerators with an even number of

Completed in 93 milliseconds