Home
last modified time | relevance | path

Searched refs:esp_hmac_sha256_vector_t (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_crypto_types.h114 typedef int (*esp_hmac_sha256_vector_t)(const unsigned char *key, int key_len, int num_elem, typedef
401esp_hmac_sha256_vector_t hmac_sha256_vector; /**< The SHA256 callback function used by esp_wif…
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto_ops.c66 .hmac_sha256_vector = (esp_hmac_sha256_vector_t)hmac_sha256_vector,