Home
last modified time | relevance | path

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

/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto.h1029 int crypto_is_ec_key(struct crypto_key *key);
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dcrypto_mbedtls-ec.c891 int crypto_is_ec_key(struct crypto_key *key) in crypto_is_ec_key() function
/hal_espressif-latest/components/wpa_supplicant/src/common/
Ddpp.c568 if (!crypto_is_ec_key(pkey)) { in dpp_parse_uri_pk()