Searched refs:BN_GF2m_cmp (Results 1 – 6 of 6) sorted by relevance
19 BN_GF2m_cmp(3)
30 BN_GF2m_cmp(3)
414 if (BN_GF2m_cmp(x0, x1)) { in ossl_ec_GF2m_simple_add()430 if (BN_GF2m_cmp(y0, y1) || BN_is_zero(x1)) { in ossl_ec_GF2m_simple_add()
503 #define BN_GF2m_cmp(a, b) BN_ucmp((a), (b)) macro
1074 if (BN_GF2m_cmp(w, a)) { in BN_GF2m_mod_solve_quad_arr()
13545 BN_GF2m_cmp [= BN_ucmp]