Searched refs:BN_GF2m_cmp (Results 1 - 4 of 4) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_gf2m.c667 if (BN_GF2m_cmp(b, a) > 0)
933 if (BN_GF2m_cmp(w, a))
H A Dbn.h623 #define BN_GF2m_cmp(a, b) BN_ucmp((a), (b)) macro
/barrelfish-master/lib/openssl-1.0.0d/crypto/ec/
H A Dec2_smpl.c801 if (BN_GF2m_cmp(x0, x1))
813 if (BN_GF2m_cmp(y0, y1) || BN_is_zero(x1))
/barrelfish-master/include/openssl/
H A Dbn.h623 #define BN_GF2m_cmp(a, b) BN_ucmp((a), (b)) macro

Completed in 102 milliseconds