Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c737 uint8_t key[20], computed_hmac[20]; in check_hmac() local
749 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()