Home
last modified time | relevance | path

Searched refs:BN_GF2m_mod_exp (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/include/openssl/
Dbn.h445 int BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
/third_party/openssl/test/
Dbntest.c992 if (!(TEST_true(BN_GF2m_mod_exp(e, a, c, b[j], ctx)) in test_gf2m_modexp()
993 && TEST_true(BN_GF2m_mod_exp(f, a, d, b[j], ctx)) in test_gf2m_modexp()
996 && TEST_true(BN_GF2m_mod_exp(f, a, f, b[j], ctx)) in test_gf2m_modexp()
/third_party/openssl/crypto/bn/
Dbn_gf2m.c897 int BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_GF2m_mod_exp() function
/third_party/openssl/crypto/err/
Dopenssl.txt207 BN_F_BN_GF2M_MOD_EXP:132:BN_GF2m_mod_exp
/third_party/openssl/util/
Dlibcrypto.num1061 BN_GF2m_mod_exp 1055 1_1_0 EXIST::FUNCTION:EC2M
/third_party/openssl/
DCHANGES6872 BN_GF2m_mod_exp [wrapper for BN_GF2m_mod_exp_arr]