Searched refs:crypto_bignum_cmp (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/wpa/src/eap_common/ |
H A D | eap_pwd_common.c | 415 crypto_bignum_cmp(val, prime) >= 0) in eap_pwd_element_coord_ok() 474 crypto_bignum_cmp(scalar, order) >= 0) { in eap_pwd_get_scalar()
|
/freebsd/contrib/wpa/src/common/ |
H A D | sae.c | 1912 crypto_bignum_cmp(sae->peer_commit_scalar_accepted, in sae_parse_commit_scalar() 1923 crypto_bignum_cmp(peer_scalar, sae->tmp->order) >= 0) { in sae_parse_commit_scalar() 2015 crypto_bignum_cmp(sae->tmp->peer_commit_element_ffc, res) >= 0) { in sae_parse_commit_element_ffc() 2247 crypto_bignum_cmp(sae->tmp->own_commit_scalar, in sae_parse_commit() 2251 crypto_bignum_cmp(sae->tmp->own_commit_element_ffc, in sae_parse_commit()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto.h | 684 int crypto_bignum_cmp(const struct crypto_bignum *a,
|
H A D | crypto_wolfssl.c | 1538 int crypto_bignum_cmp(const struct crypto_bignum *a, in crypto_bignum_cmp() function
|
H A D | crypto_openssl.c | 2175 int crypto_bignum_cmp(const struct crypto_bignum *a, in crypto_bignum_cmp() function
|
/freebsd/contrib/wpa/src/eap_server/ |
H A D | eap_server_pwd.c | 706 if (crypto_bignum_cmp(data->my_scalar, data->peer_scalar) == 0 || in eap_pwd_process_commit_resp()
|