Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/wpa_supplicant/src/tls/
Dbignum.h25 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()