Searched refs:BN_div_recp (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_recp.c | 77 ret = BN_div_recp(NULL, r, ca, recp, ctx); in BN_mod_mul_reciprocal() 84 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, in BN_div_recp() function
|
/third_party/openssl/crypto/bn/ |
H A D | bn_recp.c | 77 ret = BN_div_recp(NULL, r, ca, recp, ctx); in BN_mod_mul_reciprocal() 84 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m, in BN_div_recp() function
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | bn.h | 413 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | bn.h | 457 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
|
/third_party/openssl/include/openssl/ |
H A D | bn.h | 457 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
|
/third_party/openssl/test/ |
H A D | bntest.c | 285 && TEST_true(BN_div_recp(d, c, a, recp, ctx)) in test_div_recip()
|
Completed in 7 milliseconds