Searched refs:esp_hmac_sha1_vector_t (Results 1 – 2 of 2) sorted by relevance
180 typedef int (*esp_hmac_sha1_vector_t)(const unsigned char *key, unsigned int key_len, unsigned int … typedef383 esp_hmac_sha1_vector_t hmac_sha1_vector;
65 .hmac_sha1_vector = (esp_hmac_sha1_vector_t)hmac_sha1_vector,