Home
last modified time | relevance | path

Searched refs:bignum_cmp_d (Results 1 – 4 of 4) sorted by relevance

/external/wpa_supplicant_8/src/tls/
Dbignum.h20 int bignum_cmp_d(const struct bignum *a, unsigned long b);
Dbignum.c127 int bignum_cmp_d(const struct bignum *a, unsigned long b) in bignum_cmp_d() function
Dpkcs8.c60 if (bignum_cmp_d(zero, 0) != 0) { in pkcs8_key_import()
Drsa.c209 if (pos == NULL || bignum_cmp_d(zero, 0) != 0) { in crypto_rsa_import_private_key()