Home
last modified time | relevance | path

Searched refs:BN_div_recp (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_recp.c77 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 Dbn_recp.c77 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 Dbn.h413 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h457 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
/third_party/openssl/include/openssl/
H A Dbn.h457 int BN_div_recp(BIGNUM *dv, BIGNUM *rem, const BIGNUM *m,
/third_party/openssl/test/
H A Dbntest.c285 && TEST_true(BN_div_recp(d, c, a, recp, ctx)) in test_div_recip()

Completed in 7 milliseconds