Home
last modified time | relevance | path

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

/external/wpa_supplicant/
Dbignum.h26 int bignum_cmp_d(const struct bignum *a, unsigned long b);
Dbignum.c133 int bignum_cmp_d(const struct bignum *a, unsigned long b) in bignum_cmp_d() function
Drsa.c193 if (pos == NULL || bignum_cmp_d(zero, 0) != 0) { in crypto_rsa_import_private_key()
/external/wpa_supplicant_8/src/tls/
Dbignum.h26 int bignum_cmp_d(const struct bignum *a, unsigned long b);
Dbignum.c133 int bignum_cmp_d(const struct bignum *a, unsigned long b) in bignum_cmp_d() function
Dpkcs8.c66 if (bignum_cmp_d(zero, 0) != 0) { in pkcs8_key_import()
Drsa.c192 if (pos == NULL || bignum_cmp_d(zero, 0) != 0) { in crypto_rsa_import_private_key()
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dbignum.h26 int bignum_cmp_d(const struct bignum *a, unsigned long b);
Dbignum.c133 int bignum_cmp_d(const struct bignum *a, unsigned long b) in bignum_cmp_d() function
Drsa.c194 if (pos == NULL || bignum_cmp_d(zero, 0) != 0) { in crypto_rsa_import_private_key()
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dcrypto_internal.c481 if (bignum_cmp_d(zero, 0) != 0) { in crypto_pkcs8_key_import()