Home
last modified time | relevance | path

Searched refs:bignum_cmp (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dbignum.h19 int bignum_cmp(const struct bignum *a, const struct bignum *b);
Dbignum.c115 int bignum_cmp(const struct bignum *a, const struct bignum *b) in bignum_cmp() function
Drsa.c281 if (bignum_cmp(key->n, tmp) < 0) { in crypto_rsa_exptmod()