Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_internal-modexp.c58 bignum_cmp_d(pub, 1) <= 0) in crypto_dh_derive_secret()
73 bignum_cmp_d(tmp, 1) != 0; in crypto_dh_derive_secret()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_internal-modexp.c58 bignum_cmp_d(pub, 1) <= 0) in crypto_dh_derive_secret()
73 bignum_cmp_d(tmp, 1) != 0; in crypto_dh_derive_secret()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/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.c55 if (bignum_cmp_d(zero, 0) != 0) { in pkcs8_key_import()
Drsa.c200 if (pos == NULL || bignum_cmp_d(zero, 0) != 0) { in crypto_rsa_import_private_key()
/third_party/wpa_supplicant/wpa_supplicant-2.9/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()