Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto.h814 struct crypto_ec_point * crypto_ec_point_init(struct crypto_ec *e);
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-ec.c93 struct crypto_ec_point *crypto_ec_point_init(struct crypto_ec *e) in crypto_ec_point_init() function
1171 ec_pt = crypto_ec_point_init((struct crypto_ec*)ACCESS_ECDH(&ctx, grp)); in crypto_ecdh_set_peerkey()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Dsae.c889 pt = crypto_ec_point_init(ec); in sae_derive_pt_ecc()
1137 pwe = crypto_ec_point_init(pt->ec); in sae_derive_pwe_from_pt_ecc()
1237 crypto_ec_point_init(sae->tmp->ec); in sae_derive_commit_element_ecc()
1382 K = crypto_ec_point_init(sae->tmp->ec); in sae_derive_k_ecc()
Ddpp.c2075 l = crypto_ec_point_init((struct crypto_ec *)group); in dpp_auth_derive_l_responder()
2117 sum = crypto_ec_point_init((struct crypto_ec *)group); in dpp_auth_derive_l_initiator()
2118 l = crypto_ec_point_init((struct crypto_ec *)group); in dpp_auth_derive_l_initiator()