Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto.h1053 struct crypto_key * crypto_ec_set_pubkey_point(const struct crypto_ec_group *group,
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-ec.c515 struct crypto_key * crypto_ec_set_pubkey_point(const struct crypto_ec_group *group, in crypto_ec_set_pubkey_point() function
1197 pkey = crypto_ec_set_pubkey_point((struct crypto_ec_group*)ACCESS_ECDH(&ctx, grp), buf, len); in crypto_ecdh_set_peerkey()
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.c225 pkey = crypto_ec_set_pubkey_point(group, buf, in dpp_set_pubkey_point()
4739 pkey = crypto_ec_set_pubkey_point(group, a, len); in dpp_parse_jwk()