Searched refs:BN_div_recp (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/bn/
H A Ddivtest.c37 if (BN_div_recp(c, d, a, recp, ctx) != 1)
38 bug("BN_div_recp failed", a, b);
H A Dbn_recp.c126 ret = BN_div_recp(NULL, r, ca, recp, ctx);
133 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, function
H A Dbn.h651 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
H A Dbntest.c241 message(out, "BN_div_recp");
581 BN_div_recp(&d, &c, &a, &recp, ctx);
/freebsd-10.1-release/secure/lib/libcrypto/
H A DMakefile.man374 MLINKS+= BN_mod_mul_reciprocal.3 BN_div_recp.3

Completed in 63 milliseconds