Searched refs:bignum_cmp_d (Results 1 – 10 of 10) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_internal-modexp.c | 58 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/ |
D | crypto_internal-modexp.c | 58 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/ |
D | bignum.h | 20 int bignum_cmp_d(const struct bignum *a, unsigned long b);
|
D | bignum.c | 127 int bignum_cmp_d(const struct bignum *a, unsigned long b) in bignum_cmp_d() function
|
D | pkcs8.c | 55 if (bignum_cmp_d(zero, 0) != 0) { in pkcs8_key_import()
|
D | rsa.c | 200 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/ |
D | bignum.h | 20 int bignum_cmp_d(const struct bignum *a, unsigned long b);
|
D | bignum.c | 127 int bignum_cmp_d(const struct bignum *a, unsigned long b) in bignum_cmp_d() function
|
D | pkcs8.c | 60 if (bignum_cmp_d(zero, 0) != 0) { in pkcs8_key_import()
|
D | rsa.c | 209 if (pos == NULL || bignum_cmp_d(zero, 0) != 0) { in crypto_rsa_import_private_key()
|