Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_recp.c121 recp->shift = BN_reciprocal(&(recp->Nr), &(recp->N), i, ctx); in BN_div_recp()
174 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx) in BN_reciprocal() function
/freebsd/crypto/openssl/include/openssl/
H A Dbn.h330 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx);
/freebsd/crypto/openssl/util/
H A Dmissingcrypto.txt273 BN_reciprocal(3)
H A Dmissingcrypto111.txt300 BN_reciprocal(3)
H A Dlibcrypto.num3093 BN_reciprocal 3160 3_0_0 EXIST::FUNCTION:
/freebsd/secure/lib/libcrypto/
H A DVersion.map564 BN_reciprocal;