Home
last modified time | relevance | path

Searched refs:crypto_bignum_cmp (Results 1 – 6 of 6) sorted by relevance

/external/wpa_supplicant_8/src/common/
Dsae.c167 crypto_bignum_cmp(bn, sae->tmp->order) >= 0) { in sae_get_rand()
1143 crypto_bignum_cmp(sae->peer_commit_scalar, peer_scalar) == 0) { in sae_parse_commit_scalar()
1153 crypto_bignum_cmp(peer_scalar, sae->tmp->order) >= 0) { in sae_parse_commit_scalar()
1243 crypto_bignum_cmp(sae->tmp->peer_commit_element_ffc, res) >= 0) { in sae_parse_commit_element_ffc()
1351 crypto_bignum_cmp(sae->tmp->own_commit_scalar, in sae_parse_commit()
1355 crypto_bignum_cmp(sae->tmp->own_commit_element_ffc, in sae_parse_commit()
/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c437 crypto_bignum_cmp(val, prime) >= 0) in eap_pwd_element_coord_ok()
496 crypto_bignum_cmp(scalar, order) >= 0) { in eap_pwd_get_scalar()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h644 int crypto_bignum_cmp(const struct crypto_bignum *a,
Dcrypto_wolfssl.c1194 int crypto_bignum_cmp(const struct crypto_bignum *a, in crypto_bignum_cmp() function
Dcrypto_openssl.c1472 int crypto_bignum_cmp(const struct crypto_bignum *a, in crypto_bignum_cmp() function
/external/wpa_supplicant_8/src/eap_server/
Deap_server_pwd.c695 if (crypto_bignum_cmp(data->my_scalar, data->peer_scalar) == 0 || in eap_pwd_process_commit_resp()