Home
last modified time | relevance | path

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

/Linux-v4.19/security/keys/
Dtrusted.c274 unsigned char testhmac1[SHA1_DIGEST_SIZE]; in TSS_checkhmac2() local
333 ret = TSS_rawhmac(testhmac1, key1, keylen1, SHA1_DIGEST_SIZE, in TSS_checkhmac2()
338 if (memcmp(testhmac1, authdata1, SHA1_DIGEST_SIZE)) { in TSS_checkhmac2()