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