Home
last modified time | relevance | path

Searched refs:bignum_cmp (Results 1 - 6 of 6) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dbignum.h19 int bignum_cmp(const struct bignum *a, const struct bignum *b);
H A Dbignum.c110 * bignum_cmp - Signed comparison
115 int bignum_cmp(const struct bignum *a, const struct bignum *b) in bignum_cmp() function
H A Drsa.c281 if (bignum_cmp(key->n, tmp) < 0) { in crypto_rsa_exptmod()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dbignum.h19 int bignum_cmp(const struct bignum *a, const struct bignum *b);
H A Dbignum.c110 * bignum_cmp - Signed comparison
115 int bignum_cmp(const struct bignum *a, const struct bignum *b) in bignum_cmp() function
H A Drsa.c272 if (bignum_cmp(key->n, tmp) < 0) { in crypto_rsa_exptmod()

Completed in 3 milliseconds