Searched refs:computed_hmac (Results 1 – 1 of 1) sorted by relevance
737 uint8_t key[20], computed_hmac[20]; in check_hmac() local749 sha1_hmac(key, sizeof(key), data, data_size, computed_hmac); in check_hmac()751 return memcmp(computed_hmac, hmac->code + 4, 20); in check_hmac()