Home
last modified time | relevance | path

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

/linux/security/keys/trusted-keys/
H A Dtrusted_tpm1.c256 unsigned char *authdata2; in TSS_checkhmac2() local
277 authdata2 = buffer + bufsize - (SHA1_DIGEST_SIZE); in TSS_checkhmac2()
279 continueflag2 = authdata2 - 1; in TSS_checkhmac2()
310 if (crypto_memneq(testhmac2, authdata2, SHA1_DIGEST_SIZE)) in TSS_checkhmac2()
550 unsigned char authdata2[SHA1_DIGEST_SIZE]; in tpm_unseal() local
583 ret = TSS_authhmac(authdata2, blobauth, TPM_NONCE_SIZE, in tpm_unseal()
600 tpm_buf_append(tb, authdata2, SHA1_DIGEST_SIZE); in tpm_unseal()