Searched refs:BN_GF2m_mod_exp (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/include/openssl/ |
D | bn.h | 445 int BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/third_party/openssl/test/ |
D | bntest.c | 992 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/ |
D | bn_gf2m.c | 897 int BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_GF2m_mod_exp() function
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 207 BN_F_BN_GF2M_MOD_EXP:132:BN_GF2m_mod_exp
|
/third_party/openssl/util/ |
D | libcrypto.num | 1061 BN_GF2m_mod_exp 1055 1_1_0 EXIST::FUNCTION:EC2M
|
/third_party/openssl/ |
D | CHANGES | 6872 BN_GF2m_mod_exp [wrapper for BN_GF2m_mod_exp_arr]
|