Searched refs:BN_reciprocal (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_recp.c | 121 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 D | bn_recp.c | 121 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 D | bn.h | 301 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx);
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 330 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx);
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 330 int BN_reciprocal(BIGNUM *r, const BIGNUM *m, int len, BN_CTX *ctx);
|
Completed in 4 milliseconds