Searched refs:crypto_bignum_cmp (Results 1 - 12 of 12) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | sae.c | 949 crypto_bignum_cmp(sae->peer_commit_scalar, peer_scalar) == 0) { in sae_parse_commit_scalar() 959 crypto_bignum_cmp(peer_scalar, sae->tmp->order) >= 0) { in sae_parse_commit_scalar() 1049 crypto_bignum_cmp(sae->tmp->peer_commit_element_ffc, res) >= 0) { in sae_parse_commit_element_ffc() 1157 crypto_bignum_cmp(sae->tmp->own_commit_scalar, in sae_parse_commit() 1161 crypto_bignum_cmp(sae->tmp->own_commit_element_ffc, in sae_parse_commit()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_pwd_common.c | 400 crypto_bignum_cmp(val, prime) >= 0) in eap_pwd_element_coord_ok() 459 crypto_bignum_cmp(scalar, order) >= 0) { in eap_pwd_get_scalar()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_pwd_common.c | 400 crypto_bignum_cmp(val, prime) >= 0) in eap_pwd_element_coord_ok() 459 crypto_bignum_cmp(scalar, order) >= 0) { in eap_pwd_get_scalar()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | crypto.h | 681 * crypto_bignum_cmp - Compare two bignums 686 int crypto_bignum_cmp(const struct crypto_bignum *a,
|
H A D | crypto_openssl.c | 1566 int crypto_bignum_cmp(const struct crypto_bignum *a, in crypto_bignum_cmp() function
|
H A D | crypto_wolfssl.c | 1248 int crypto_bignum_cmp(const struct crypto_bignum *a, in crypto_bignum_cmp() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | sae.c | 1910 crypto_bignum_cmp(sae->peer_commit_scalar_accepted, in sae_parse_commit_scalar() 1921 crypto_bignum_cmp(peer_scalar, sae->tmp->order) >= 0) { in sae_parse_commit_scalar() 2011 crypto_bignum_cmp(sae->tmp->peer_commit_element_ffc, res) >= 0) { in sae_parse_commit_element_ffc() 2234 crypto_bignum_cmp(sae->tmp->own_commit_scalar, in sae_parse_commit() 2238 crypto_bignum_cmp(sae->tmp->own_commit_element_ffc, in sae_parse_commit()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | crypto.h | 688 * crypto_bignum_cmp - Compare two bignums 693 int crypto_bignum_cmp(const struct crypto_bignum *a,
|
H A D | crypto_wolfssl.c | 1254 int crypto_bignum_cmp(const struct crypto_bignum *a, in crypto_bignum_cmp() function
|
H A D | crypto_openssl.c | 1639 int crypto_bignum_cmp(const struct crypto_bignum *a, in crypto_bignum_cmp() function
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_pwd.c | 695 if (crypto_bignum_cmp(data->my_scalar, data->peer_scalar) == 0 || in eap_pwd_process_commit_resp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_pwd.c | 695 if (crypto_bignum_cmp(data->my_scalar, data->peer_scalar) == 0 || in eap_pwd_process_commit_resp()
|
Completed in 23 milliseconds