Home
last modified time | relevance | path

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

/third_party/openssl/test/
H A Dexptest.c74 if (!TEST_true(BN_mod_exp_recp(r, a, p, m, ctx))) in test_mod_exp_zero()
77 if (!TEST_true(a_is_zero_mod_one("BN_mod_exp_recp", r, a))) in test_mod_exp_zero()
200 || !TEST_true(BN_mod_exp_recp(r_recp, a, b, m, ctx)) in test_mod_exp()
H A Dbntest.c1151 if (!TEST_true(BN_mod_exp_recp(r, a, t, b, ctx))) in test_kronecker()
2376 || !TEST_true(BN_mod_exp_recp(r, a, p, m, NULL)) in test_expmodone()
/third_party/openssl/ohos_lite/include/openssl/
H A Dbn.h411 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dbn.h455 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/third_party/openssl/include/openssl/
H A Dbn.h455 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p,
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_exp.c125 * BN_mod_exp_recp 50 .. 70 % [AMD K6-2, Linux, debug configuration] in BN_mod_exp()
128 * On the Sparc, BN_mod_exp_recp was faster than BN_mod_exp_mont in BN_mod_exp()
157 ret = BN_mod_exp_recp(r, a, p, m, ctx); in BN_mod_exp()
169 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, in BN_mod_exp_recp() function
/third_party/openssl/crypto/bn/
H A Dbn_exp.c125 * BN_mod_exp_recp 50 .. 70 % [AMD K6-2, Linux, debug configuration] in BN_mod_exp()
128 * On the Sparc, BN_mod_exp_recp was faster than BN_mod_exp_mont in BN_mod_exp()
157 ret = BN_mod_exp_recp(r, a, p, m, ctx); in BN_mod_exp()
169 int BN_mod_exp_recp(BIGNUM *r, const BIGNUM *a, const BIGNUM *p, in BN_mod_exp_recp() function

Completed in 12 milliseconds