Searched refs:BN_GF2m_mod (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/crypto/bn/ |
D | bn_gf2m.c | 390 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/ |
D | bntest.c | 775 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/ |
D | bn.h | 433 int BN_GF2m_mod(BIGNUM *r, const BIGNUM *a, const BIGNUM *p);
|
/third_party/openssl/crypto/err/ |
D | openssl.txt | 206 BN_F_BN_GF2M_MOD:131:BN_GF2m_mod
|
/third_party/openssl/util/ |
D | libcrypto.num | 561 BN_GF2m_mod 561 1_1_0 EXIST::FUNCTION:EC2M
|
/third_party/openssl/ |
D | CHANGES | 6868 BN_GF2m_mod [wrapper for BN_GF2m_mod_arr]
|