Home
last modified time | relevance | path

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

/Linux-v6.6/security/keys/trusted-keys/
Dtrusted_tpm1.c182 unsigned char *authdata; in TSS_checkhmac1() local
202 authdata = buffer + bufsize - SHA1_DIGEST_SIZE; in TSS_checkhmac1()
203 continueflag = authdata - 1; in TSS_checkhmac1()
244 if (memcmp(testhmac, authdata, SHA1_DIGEST_SIZE)) in TSS_checkhmac1()