Home
last modified time | relevance | path

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

/linux-6.1.9/security/keys/trusted-keys/
Dtrusted_tpm1.c274 unsigned char testhmac2[SHA1_DIGEST_SIZE]; in TSS_checkhmac2() local
341 ret = TSS_rawhmac(testhmac2, key2, keylen2, SHA1_DIGEST_SIZE, in TSS_checkhmac2()
346 if (memcmp(testhmac2, authdata2, SHA1_DIGEST_SIZE)) in TSS_checkhmac2()