Home
last modified time | relevance | path

Searched refs:encauth (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/security/keys/trusted-keys/
H A Dtrusted_tpm1.c446 unsigned char encauth[SHA1_DIGEST_SIZE]; member
510 td->encauth[i] = td->xorhash[i] ^ blobauth[i]; in tpm_seal()
518 td->encauth, sizeof(uint32_t), &pcrsize, in tpm_seal()
526 td->encauth, sizeof(uint32_t), &pcrsize, in tpm_seal()
536 tpm_buf_append(tb, td->encauth, SHA1_DIGEST_SIZE); in tpm_seal()
/kernel/linux/linux-5.10/security/keys/trusted-keys/
H A Dtrusted_tpm1.c453 unsigned char encauth[SHA1_DIGEST_SIZE]; member
517 td->encauth[i] = td->xorhash[i] ^ blobauth[i]; in tpm_seal()
525 td->encauth, sizeof(uint32_t), &pcrsize, in tpm_seal()
533 td->encauth, sizeof(uint32_t), &pcrsize, in tpm_seal()
543 tpm_buf_append(tb, td->encauth, SHA1_DIGEST_SIZE); in tpm_seal()

Completed in 3 milliseconds