Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds