Home
last modified time | relevance | path

Searched refs:crypto_ec_get_order (Results 1 – 5 of 5) sorted by relevance

/external/wpa_supplicant_8/src/eap_common/
Deap_pwd_common.c489 order = crypto_ec_get_order(group->group); in eap_pwd_get_scalar()
513 order = crypto_ec_get_order(group->group); in eap_pwd_get_rand_mask()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h739 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e);
Dcrypto_wolfssl.c1389 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order() function
Dcrypto_openssl.c1673 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order() function
/external/wpa_supplicant_8/src/common/
Dsae.c61 tmp->order = crypto_ec_get_order(tmp->ec); in sae_set_group()