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.c426 order = crypto_ec_get_order(group->group); in eap_pwd_get_scalar()
447 return dragonfly_generate_scalar(crypto_ec_get_order(group->group), in eap_pwd_get_rand_mask()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h763 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e);
Dcrypto_wolfssl.c1430 const struct crypto_bignum * crypto_ec_get_order(struct crypto_ec *e) in crypto_ec_get_order() function
Dcrypto_openssl.c1749 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.c51 tmp->order = crypto_ec_get_order(tmp->ec); in sae_set_group()
1180 order = crypto_ec_get_order(pt->ec); in sae_derive_pwe_from_pt_ecc()