Searched refs:BN_reciprocal (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/crypto/openssl/crypto/bn/
H A Dbn_recp.c174 recp->shift = BN_reciprocal(&(recp->Nr), &(recp->N), i, ctx);
175 /* BN_reciprocal could have returned -1 for an error */
229 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx) function
H A Dbn.h541 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx);

Completed in 51 milliseconds