Symbol: TPM_DIGEST_SIZE
drivers/char/tpm/tpm-sysfs.c
108
for (j = 0; j < TPM_DIGEST_SIZE; j++)
drivers/char/tpm/tpm-sysfs.c
86
u8 digest[TPM_DIGEST_SIZE];
drivers/char/tpm/tpm1-cmd.c
474
tpm_buf_append(&buf, hash, TPM_DIGEST_SIZE);
drivers/char/tpm/tpm1-cmd.c
476
rc = tpm_transmit_cmd(chip, &buf, TPM_DIGEST_SIZE, log_msg);
drivers/char/tpm/tpm1-cmd.c
595
rc = tpm_transmit_cmd(chip, &buf, TPM_DIGEST_SIZE,
drivers/char/tpm/tpm1-cmd.c
600
if (tpm_buf_length(&buf) < TPM_DIGEST_SIZE) {
drivers/char/tpm/tpm1-cmd.c
605
memcpy(res_buf, &buf.data[TPM_HEADER_SIZE], TPM_DIGEST_SIZE);
drivers/char/tpm/tpm1-cmd.c
648
u8 dummy[TPM_DIGEST_SIZE];
drivers/char/tpm/tpm1-cmd.c
744
u8 dummy_hash[TPM_DIGEST_SIZE] = { 0 };
include/keys/trusted-type.h
43
unsigned char keyauth[TPM_DIGEST_SIZE];
include/keys/trusted-type.h
45
unsigned char blobauth[TPM_DIGEST_SIZE];
security/integrity/ima/ima_crypto.c
647
TPM_DIGEST_SIZE);
security/integrity/ima/ima_queue.c
86
size += TPM_DIGEST_SIZE;
security/integrity/ima/ima_template.c
418
unsigned char zero[TPM_DIGEST_SIZE] = { 0 };
security/integrity/ima/ima_template.c
423
[HDR_DIGEST] = {.len = TPM_DIGEST_SIZE},
security/keys/trusted-keys/trusted_tpm1.c
759
if (opt->blobauth_len == 2 * TPM_DIGEST_SIZE) {
security/keys/trusted-keys/trusted_tpm1.c
761
TPM_DIGEST_SIZE);
security/keys/trusted-keys/trusted_tpm1.c
765
opt->blobauth_len = TPM_DIGEST_SIZE;
security/keys/trusted-keys/trusted_tpm2.c
276
options->keyauth, TPM_DIGEST_SIZE);
security/keys/trusted-keys/trusted_tpm2.c
441
TPM_DIGEST_SIZE);