Home
last modified time | relevance | path

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

/linux/security/keys/trusted-keys/
H A Dtrusted_tpm1.c253 unsigned char testhmac2[SHA1_DIGEST_SIZE]; in TSS_checkhmac2() local
300 ret = TSS_rawhmac(testhmac2, key2, keylen2, SHA1_DIGEST_SIZE, in TSS_checkhmac2()
305 if (crypto_memneq(testhmac2, authdata2, SHA1_DIGEST_SIZE)) in TSS_checkhmac2()