Home
last modified time | relevance | path

Searched refs:computed_hmac (Results 1 – 1 of 1) sorted by relevance

/external/u-boot/board/gdsys/p1022/
Dcontrolcenterd-id.c736 uint8_t key[20], computed_hmac[20]; in check_hmac() local
748 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()