TPM_DIGEST_SIZE 97 drivers/char/tpm/tpm-sysfs.c u8 digest[TPM_DIGEST_SIZE]; TPM_DIGEST_SIZE 119 drivers/char/tpm/tpm-sysfs.c for (j = 0; j < TPM_DIGEST_SIZE; j++) TPM_DIGEST_SIZE 459 drivers/char/tpm/tpm1-cmd.c tpm_buf_append(&buf, hash, TPM_DIGEST_SIZE); TPM_DIGEST_SIZE 461 drivers/char/tpm/tpm1-cmd.c rc = tpm_transmit_cmd(chip, &buf, TPM_DIGEST_SIZE, log_msg); TPM_DIGEST_SIZE 580 drivers/char/tpm/tpm1-cmd.c rc = tpm_transmit_cmd(chip, &buf, TPM_DIGEST_SIZE, TPM_DIGEST_SIZE 585 drivers/char/tpm/tpm1-cmd.c if (tpm_buf_length(&buf) < TPM_DIGEST_SIZE) { TPM_DIGEST_SIZE 590 drivers/char/tpm/tpm1-cmd.c memcpy(res_buf, &buf.data[TPM_HEADER_SIZE], TPM_DIGEST_SIZE); TPM_DIGEST_SIZE 633 drivers/char/tpm/tpm1-cmd.c u8 dummy[TPM_DIGEST_SIZE]; TPM_DIGEST_SIZE 724 drivers/char/tpm/tpm1-cmd.c u8 dummy_hash[TPM_DIGEST_SIZE] = { 0 }; TPM_DIGEST_SIZE 448 drivers/char/tpm/tpm2-cmd.c TPM_DIGEST_SIZE); TPM_DIGEST_SIZE 451 drivers/char/tpm/tpm2-cmd.c tpm_buf_append_u16(&buf, 4 + TPM_DIGEST_SIZE + payload->key_len + 1); TPM_DIGEST_SIZE 453 drivers/char/tpm/tpm2-cmd.c tpm_buf_append_u16(&buf, TPM_DIGEST_SIZE); TPM_DIGEST_SIZE 454 drivers/char/tpm/tpm2-cmd.c tpm_buf_append(&buf, options->blobauth, TPM_DIGEST_SIZE); TPM_DIGEST_SIZE 562 drivers/char/tpm/tpm2-cmd.c TPM_DIGEST_SIZE); TPM_DIGEST_SIZE 618 drivers/char/tpm/tpm2-cmd.c TPM_DIGEST_SIZE); TPM_DIGEST_SIZE 32 include/keys/trusted-type.h unsigned char keyauth[TPM_DIGEST_SIZE]; TPM_DIGEST_SIZE 33 include/keys/trusted-type.h unsigned char blobauth[TPM_DIGEST_SIZE]; TPM_DIGEST_SIZE 95 security/integrity/ima/ima.h u8 digest[TPM_DIGEST_SIZE]; /* sha1 or md5 measurement hash */ TPM_DIGEST_SIZE 101 security/integrity/ima/ima_api.c char digest[TPM_DIGEST_SIZE]; TPM_DIGEST_SIZE 678 security/integrity/ima/ima_crypto.c rc = crypto_shash_update(shash, d.digest, TPM_DIGEST_SIZE); TPM_DIGEST_SIZE 155 security/integrity/ima/ima_fs.c ima_putc(m, e->digest, TPM_DIGEST_SIZE); TPM_DIGEST_SIZE 238 security/integrity/ima/ima_fs.c ima_print_digest(m, e->digest, TPM_DIGEST_SIZE); TPM_DIGEST_SIZE 54 security/integrity/ima/ima_init.c char digest[TPM_DIGEST_SIZE]; TPM_DIGEST_SIZE 60 security/integrity/ima/ima_queue.c rc = memcmp(qe->entry->digest, digest_value, TPM_DIGEST_SIZE); TPM_DIGEST_SIZE 148 security/integrity/ima/ima_queue.c memcpy(digests[i].digest, hash, TPM_DIGEST_SIZE); TPM_DIGEST_SIZE 168 security/integrity/ima/ima_queue.c u8 digest[TPM_DIGEST_SIZE]; TPM_DIGEST_SIZE 355 security/integrity/ima/ima_template.c [HDR_DIGEST] = {.len = TPM_DIGEST_SIZE},