Home
last modified time | relevance | path

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

/Linux-v5.4/security/keys/
Dtrusted.c279 unsigned char *authdata2; in TSS_checkhmac2() local
300 authdata2 = buffer + bufsize - (SHA1_DIGEST_SIZE); in TSS_checkhmac2()
302 continueflag2 = authdata2 - 1; in TSS_checkhmac2()
353 if (memcmp(testhmac2, authdata2, SHA1_DIGEST_SIZE)) in TSS_checkhmac2()
592 unsigned char authdata2[SHA1_DIGEST_SIZE]; in tpm_unseal() local
624 ret = TSS_authhmac(authdata2, blobauth, TPM_NONCE_SIZE, in tpm_unseal()
644 storebytes(tb, authdata2, SHA1_DIGEST_SIZE); in tpm_unseal()