Searched refs:esp_hmac_sha1_t (Results 1 – 2 of 2) sorted by relevance
166 typedef int (*esp_hmac_sha1_t)(const unsigned char *key, unsigned int key_len, const unsigned char … typedef382 esp_hmac_sha1_t hmac_sha1;
64 .hmac_sha1 = (esp_hmac_sha1_t)hmac_sha1,