Home
last modified time | relevance | path

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

/hal_espressif-latest/components/esp_wifi/include/
Desp_wifi_crypto_types.h183 typedef int (*esp_hmac_sha1_vector_t)(const unsigned char *key, unsigned int key_len, unsigned int … typedef
406esp_hmac_sha1_vector_t hmac_sha1_vector; /**< HMAC-SHA1 callback function over data vector…
/hal_espressif-latest/components/wpa_supplicant/src/crypto/
Dcrypto_ops.c71 .hmac_sha1_vector = (esp_hmac_sha1_vector_t)hmac_sha1_vector,