Searched refs:esp_hmac_sha256_vector_t (Results 1 – 2 of 2) sorted by relevance
114 typedef int (*esp_hmac_sha256_vector_t)(const unsigned char *key, int key_len, int num_elem, typedef401 …esp_hmac_sha256_vector_t hmac_sha256_vector; /**< The SHA256 callback function used by esp_wif…
66 .hmac_sha256_vector = (esp_hmac_sha256_vector_t)hmac_sha256_vector,