Searched refs:BN_GF2m_mod (Results 1 – 7 of 7) sorted by relevance
/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 391 int BN_GF2m_mod(BIGNUM *r, const BIGNUM *a, const BIGNUM *p) in BN_GF2m_mod() function 576 if (!BN_GF2m_mod(u, a, p)) in BN_GF2m_mod_inv_vartime()
|
/openssl/util/ |
H A D | missingcrypto.txt | 223 BN_GF2m_mod(3)
|
H A D | missingcrypto111.txt | 250 BN_GF2m_mod(3)
|
H A D | libcrypto.num | 548 BN_GF2m_mod 561 3_0_0 EXIST::FUNCTION:EC2M
|
/openssl/test/ |
H A D | bntest.c | 790 if (!(TEST_true(BN_GF2m_mod(c, a, b[j])) in test_gf2m_mod() 792 && TEST_true(BN_GF2m_mod(e, d, b[j])) in test_gf2m_mod() 1062 if (!(TEST_true(BN_GF2m_mod(c, a, b[j])) in test_gf2m_modsqrt() 1110 && TEST_true(BN_GF2m_mod(e, a, b[j])) in test_gf2m_modsolvequad()
|
/openssl/include/openssl/ |
H A D | bn.h | 484 int BN_GF2m_mod(BIGNUM *r, const BIGNUM *a, const BIGNUM *p);
|
/openssl/ |
H A D | CHANGES.md | 12859 BN_GF2m_mod [wrapper for BN_GF2m_mod_arr]
|
Completed in 97 milliseconds