Home
last modified time | relevance | path

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

/third_party/openssl/crypto/bn/
Dbn_gf2m.c390 int BN_GF2m_mod(BIGNUM *r, const BIGNUM *a, const BIGNUM *p) in BN_GF2m_mod() function
570 if (!BN_GF2m_mod(u, a, p)) in BN_GF2m_mod_inv_vartime()
/third_party/openssl/test/
Dbntest.c775 if (!(TEST_true(BN_GF2m_mod(c, a, b[j])) in test_gf2m_mod()
777 && TEST_true(BN_GF2m_mod(e, d, b[j])) in test_gf2m_mod()
1039 if (!(TEST_true(BN_GF2m_mod(c, a, b[j])) in test_gf2m_modsqrt()
1087 && TEST_true(BN_GF2m_mod(e, a, b[j])) in test_gf2m_modsolvequad()
/third_party/openssl/include/openssl/
Dbn.h433 int BN_GF2m_mod(BIGNUM *r, const BIGNUM *a, const BIGNUM *p);
/third_party/openssl/crypto/err/
Dopenssl.txt206 BN_F_BN_GF2M_MOD:131:BN_GF2m_mod
/third_party/openssl/util/
Dlibcrypto.num561 BN_GF2m_mod 561 1_1_0 EXIST::FUNCTION:EC2M
/third_party/openssl/
DCHANGES6868 BN_GF2m_mod [wrapper for BN_GF2m_mod_arr]