Home
last modified time | relevance | path

Searched refs:crypto_ec_prime_len_bits (Results 1 – 8 of 8) sorted by relevance

/hostap-latest/src/eap_common/
Deap_pwd_common.c151 primebitlen = crypto_ec_prime_len_bits(grp->group); in compute_password_element()
/hostap-latest/src/crypto/
Dcrypto.h759 size_t crypto_ec_prime_len_bits(struct crypto_ec *e);
Dcrypto_mbedtls_alt.c2025 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits() function
Dcrypto_wolfssl.c1787 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits() function
Dcrypto_openssl.c2392 size_t crypto_ec_prime_len_bits(struct crypto_ec *e) in crypto_ec_prime_len_bits() function
/hostap-latest/src/eap_server/
Deap_server_pwd.c653 (int) crypto_ec_prime_len_bits(data->grp->group)); in eap_pwd_process_id_resp()
/hostap-latest/src/eap_peer/
Deap_pwd.c573 (int) crypto_ec_prime_len_bits(data->grp->group)); in eap_pwd_perform_commit_exchange()
/hostap-latest/src/common/
Dsae.c160 bits = crypto_ec_prime_len_bits(sae->tmp->ec); in sae_test_pwd_seed_ecc()