Home
last modified time | relevance | path

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

/linux/security/keys/trusted-keys/
H A Dtrusted_tpm1.c273 unsigned char testhmac1[SHA1_DIGEST_SIZE]; in TSS_checkhmac2() local
332 ret = TSS_rawhmac(testhmac1, key1, keylen1, SHA1_DIGEST_SIZE, in TSS_checkhmac2()
337 if (memcmp(testhmac1, authdata1, SHA1_DIGEST_SIZE)) { in TSS_checkhmac2()