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

/freebsd-9.3-release/crypto/openssl/crypto/ec/
H A Dec2_smpl.c754 if (BN_GF2m_cmp(x0, x1)) {
770 if (BN_GF2m_cmp(y0, y1) || BN_is_zero(x1)) {
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dbn_gf2m.c910 if (BN_GF2m_cmp(b, a) > 0) {
1207 if (BN_GF2m_cmp(w, a)) {
H A Dbn.h658 # define BN_GF2m_cmp(a, b) BN_ucmp((a), (b)) macro

Completed in 60 milliseconds