Searched refs:BN_GF2m_arr2poly (Results 1 – 7 of 7) sorted by relevance
/openssl/test/ |
H A D | bntest.c | 782 if (!(TEST_true(BN_GF2m_arr2poly(p0, b[0])) in test_gf2m_mod() 783 && TEST_true(BN_GF2m_arr2poly(p1, b[1])))) in test_gf2m_mod() 826 if (!(TEST_true(BN_GF2m_arr2poly(p0, b[0])) in test_gf2m_mul() 827 && TEST_true(BN_GF2m_arr2poly(p1, b[1])))) in test_gf2m_mul() 874 if (!(TEST_true(BN_GF2m_arr2poly(p0, b[0])) in test_gf2m_sqr() 875 && TEST_true(BN_GF2m_arr2poly(p1, b[1])))) in test_gf2m_sqr() 921 if (!(TEST_true(BN_GF2m_arr2poly(p0, b[0])) in test_gf2m_modinv() 961 if (!(TEST_true(BN_GF2m_arr2poly(p0, b[0])) in test_gf2m_moddiv() 1005 if (!(TEST_true(BN_GF2m_arr2poly(p0, b[0])) in test_gf2m_modexp() 1053 if (!(TEST_true(BN_GF2m_arr2poly(p0, b[0])) in test_gf2m_modsqrt() [all …]
|
/openssl/crypto/bn/ |
H A D | bn_gf2m.c | 787 if (!BN_GF2m_arr2poly(p, field)) in BN_GF2m_mod_inv_arr() 847 if (!BN_GF2m_arr2poly(p, field)) in BN_GF2m_mod_div_arr() 1184 int BN_GF2m_arr2poly(const int p[], BIGNUM *a) in BN_GF2m_arr2poly() function
|
/openssl/util/ |
H A D | missingcrypto.txt | 222 BN_GF2m_arr2poly(3)
|
H A D | missingcrypto111.txt | 249 BN_GF2m_arr2poly(3)
|
H A D | libcrypto.num | 3005 BN_GF2m_arr2poly 3072 3_0_0 EXIST::FUNCTION:EC2M
|
/openssl/include/openssl/ |
H A D | bn.h | 535 int BN_GF2m_arr2poly(const int p[], BIGNUM *a);
|
/openssl/ |
H A D | CHANGES.md | 12889 BN_GF2m_arr2poly 12894 BN_GF2m_arr2poly
|
Completed in 75 milliseconds