Home
last modified time | relevance | path

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

/security/keys/
Dtrusted.c276 unsigned char *authdata1; in TSS_checkhmac2() local
298 authdata1 = buffer + bufsize - (SHA1_DIGEST_SIZE + 1 in TSS_checkhmac2()
301 continueflag1 = authdata1 - 1; in TSS_checkhmac2()
344 if (memcmp(testhmac1, authdata1, SHA1_DIGEST_SIZE)) { in TSS_checkhmac2()
591 unsigned char authdata1[SHA1_DIGEST_SIZE]; in tpm_unseal() local
619 ret = TSS_authhmac(authdata1, keyauth, TPM_NONCE_SIZE, in tpm_unseal()
640 storebytes(tb, authdata1, SHA1_DIGEST_SIZE); in tpm_unseal()