Home
last modified time | relevance | path

Searched refs:crypto_ec_point_init (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dcrypto.h711 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e);
Dcrypto_openssl.c1450 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init() function
/external/wpa_supplicant_8/src/common/
Dsae.c521 sae->tmp->pwe_ecc = crypto_ec_point_init(sae->tmp->ec); in sae_derive_pwe_ecc()
609 crypto_ec_point_init(sae->tmp->ec); in sae_derive_commit_element_ecc()
717 K = crypto_ec_point_init(sae->tmp->ec); in sae_derive_k_ecc()