Home
last modified time | relevance | path

Searched refs:BN_GF2m_mod (Results 1 – 7 of 7) sorted by relevance

/openssl/crypto/bn/
H A Dbn_gf2m.c391 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 Dmissingcrypto.txt223 BN_GF2m_mod(3)
H A Dmissingcrypto111.txt250 BN_GF2m_mod(3)
H A Dlibcrypto.num548 BN_GF2m_mod 561 3_0_0 EXIST::FUNCTION:EC2M
/openssl/test/
H A Dbntest.c790 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 Dbn.h484 int BN_GF2m_mod(BIGNUM *r, const BIGNUM *a, const BIGNUM *p);
/openssl/
H A DCHANGES.md12859 BN_GF2m_mod [wrapper for BN_GF2m_mod_arr]

Completed in 79 milliseconds