Home
last modified time | relevance | path

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

/Linux-v5.10/security/keys/trusted-keys/
Dtrusted_tpm1.c280 unsigned char testhmac1[SHA1_DIGEST_SIZE]; in TSS_checkhmac2() local
339 ret = TSS_rawhmac(testhmac1, key1, keylen1, SHA1_DIGEST_SIZE, in TSS_checkhmac2()
344 if (memcmp(testhmac1, authdata1, SHA1_DIGEST_SIZE)) { in TSS_checkhmac2()