Home
last modified time | relevance | path

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

/security/keys/
Dtrusted.c189 unsigned char *authdata; in TSS_checkhmac1() local
209 authdata = buffer + bufsize - SHA1_DIGEST_SIZE; in TSS_checkhmac1()
210 continueflag = authdata - 1; in TSS_checkhmac1()
251 if (memcmp(testhmac, authdata, SHA1_DIGEST_SIZE)) in TSS_checkhmac1()