Searched refs:BN_GF2m_arr2poly (Results 1 – 4 of 4) sorted by relevance
/external/openssl/crypto/bn/ |
D | bntest.c | 1131 BN_GF2m_arr2poly(p0, b[0]); in test_gf2m_mod() 1132 BN_GF2m_arr2poly(p1, b[1]); in test_gf2m_mod() 1192 BN_GF2m_arr2poly(p0, b[0]); in test_gf2m_mod_mul() 1193 BN_GF2m_arr2poly(p1, b[1]); in test_gf2m_mod_mul() 1259 BN_GF2m_arr2poly(p0, b[0]); in test_gf2m_mod_sqr() 1260 BN_GF2m_arr2poly(p1, b[1]); in test_gf2m_mod_sqr() 1318 BN_GF2m_arr2poly(p0, b[0]); in test_gf2m_mod_inv() 1319 BN_GF2m_arr2poly(p1, b[1]); in test_gf2m_mod_inv() 1375 BN_GF2m_arr2poly(p0, b[0]); in test_gf2m_mod_div() 1376 BN_GF2m_arr2poly(p1, b[1]); in test_gf2m_mod_div() [all …]
|
D | bn_gf2m.c | 670 if (!BN_GF2m_arr2poly(p, field)) goto err; in BN_GF2m_mod_inv_arr() 798 if (!BN_GF2m_arr2poly(p, field)) goto err; in BN_GF2m_mod_div_arr() 1097 int BN_GF2m_arr2poly(const int p[], BIGNUM *a) in BN_GF2m_arr2poly() function
|
D | bn.h | 679 int BN_GF2m_arr2poly(const int p[], BIGNUM *a);
|
/external/openssl/include/openssl/ |
D | bn.h | 679 int BN_GF2m_arr2poly(const int p[], BIGNUM *a);
|