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

/freebsd-13-stable/contrib/wpa/src/tls/
H A Dbignum.c117 return mp_cmp((mp_int *) a, (mp_int *) b);
H A Dlibtommath.c686 static int mp_cmp (mp_int * a, mp_int * b) function
863 if (mp_cmp (&u, &v) != MP_LT) {
1648 if (mp_cmp(&tb, &ta) != MP_GT) {
1762 while (mp_cmp (&x, &y) != MP_LT) {
2324 while (mp_cmp (x, m) != MP_LT) {
/freebsd-13-stable/contrib/wpa/src/crypto/
H A Dcrypto_wolfssl.c1197 return mp_cmp((mp_int *) a, (mp_int *) b);

Completed in 54 milliseconds