Searched refs:esp_hmac_sha1_t (Results 1 – 2 of 2) sorted by relevance
169 typedef int (*esp_hmac_sha1_t)(const unsigned char *key, unsigned int key_len, const unsigned char … typedef405 …esp_hmac_sha1_t hmac_sha1; /**< HMAC-SHA1 callback function over data buffer…
70 .hmac_sha1 = (esp_hmac_sha1_t)hmac_sha1,