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/common/
Dsae.c302 sae->tmp->pwe_ecc = crypto_ec_point_init(sae->tmp->ec); in sae_derive_pwe_ecc()
306 pwe_tmp = crypto_ec_point_init(sae->tmp->ec); in sae_derive_pwe_ecc()
430 crypto_ec_point_init(sae->tmp->ec); in sae_derive_commit_element_ecc()
527 K = crypto_ec_point_init(sae->tmp->ec); in sae_derive_k_ecc()
/external/wpa_supplicant_8/src/crypto/
Dcrypto.h679 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e);
Dcrypto_openssl.c1076 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init() function