Searched refs:BN_GF2m_mod_exp (Results 1 – 7 of 7) sorted by relevance
/openssl-master/include/openssl/ |
A D | bn.h | 489 int BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b,
|
/openssl-master/util/ |
A D | missingcrypto.txt | 232 BN_GF2m_mod_exp(3)
|
A D | missingcrypto111.txt | 254 BN_GF2m_mod_exp(3)
|
A D | libcrypto.num | 1027 BN_GF2m_mod_exp 1055 3_0_0 EXIST::FUNCTION:EC2M
|
/openssl-master/test/ |
A D | bntest.c | 951 if (!(TEST_true(BN_GF2m_mod_exp(e, a, c, b[j], ctx)) in test_gf2m_modexp() 952 && TEST_true(BN_GF2m_mod_exp(f, a, d, b[j], ctx)) in test_gf2m_modexp() 955 && TEST_true(BN_GF2m_mod_exp(f, a, f, b[j], ctx)) in test_gf2m_modexp()
|
/openssl-master/crypto/bn/ |
A D | bn_gf2m.c | 906 int BN_GF2m_mod_exp(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, in BN_GF2m_mod_exp() function
|
/openssl-master/ |
A D | CHANGES.md | 10924 BN_GF2m_mod_exp [wrapper for BN_GF2m_mod_exp_arr]
|
Completed in 39 milliseconds