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

/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_recp.c121 recp->shift = BN_reciprocal(&(recp->Nr), &(recp->N), i, ctx);
122 /* BN_reciprocal could have returned -1 for an error */
174 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx) function
/freebsd-current/crypto/openssl/include/openssl/
H A Dbn.h330 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx);

Completed in 126 milliseconds