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/src/crypto/
H A 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/crypto/
H A 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/tls/
H A Dbignum.h20 int bignum_cmp_d(const struct bignum *a, unsigned long b);
H A Dbignum.c122 * bignum_cmp_d - Compare bignum to standard integer
127 int bignum_cmp_d(const struct bignum *a, unsigned long b) in bignum_cmp_d() function
H A Dpkcs8.c60 if (bignum_cmp_d(zero, 0) != 0) { in pkcs8_key_import()
H A Drsa.c209 if (pos == NULL || bignum_cmp_d(zero, 0) != 0) { in crypto_rsa_import_private_key()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dbignum.h20 int bignum_cmp_d(const struct bignum *a, unsigned long b);
H A Dbignum.c122 * bignum_cmp_d - Compare bignum to standard integer
127 int bignum_cmp_d(const struct bignum *a, unsigned long b) in bignum_cmp_d() function
H A Dpkcs8.c55 if (bignum_cmp_d(zero, 0) != 0) { in pkcs8_key_import()
H A Drsa.c200 if (pos == NULL || bignum_cmp_d(zero, 0) != 0) { in crypto_rsa_import_private_key()

Completed in 4 milliseconds