Home
last modified time | relevance | path

Searched refs:BN_mod_exp_mont_word (Results 1 - 7 of 7) sorted by relevance

/third_party/openssl/test/
H A Dexptest.c129 if (!TEST_true(BN_mod_exp_mont_word(r, one_word, p, m, ctx, NULL))) in test_mod_exp_zero()
133 TEST_error("BN_mod_exp_mont_word failed: " in test_mod_exp_zero()
H A Dbntest.c2333 || !TEST_true(BN_mod_exp_mont_word(r, 42, zero, in test_expmodzero()
2372 || !TEST_true(BN_mod_exp_mont_word(r, 1, p, m, NULL, NULL)) in test_expmodone()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h288 int BN_mod_exp_mont_word(BIGNUM *r, BN_ULONG a, const BIGNUM *p,
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h312 int BN_mod_exp_mont_word(BIGNUM *r, BN_ULONG a, const BIGNUM *p,
/third_party/openssl/include/openssl/
H A Dbn.h312 int BN_mod_exp_mont_word(BIGNUM *r, BN_ULONG a, const BIGNUM *p,
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_exp.c149 ret = BN_mod_exp_mont_word(r, A, p, m, ctx, NULL); in BN_mod_exp()
1163 int BN_mod_exp_mont_word(BIGNUM *rr, BN_ULONG a, const BIGNUM *p, in BN_mod_exp_mont_word() function
/third_party/openssl/crypto/bn/
H A Dbn_exp.c149 ret = BN_mod_exp_mont_word(r, A, p, m, ctx, NULL); in BN_mod_exp()
1155 int BN_mod_exp_mont_word(BIGNUM *rr, BN_ULONG a, const BIGNUM *p, in BN_mod_exp_mont_word() function

Completed in 11 milliseconds