Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm2-sessions.c156 [TPM_ALG_SHA256] = SHA256_DIGEST_SIZE, in name_size()
1025 tpm_buf_append_u16(&buf, TPM_ALG_SHA256); in tpm2_start_auth_session()
1106 put_unaligned_be16(TPM_ALG_SHA256, name); in tpm2_parse_create_primary()
1119 if (val != TPM_ALG_SHA256) in tpm2_parse_create_primary()
1281 tpm_buf_append_u16(&template, TPM_ALG_SHA256); in tpm2_create_primary()
H A Dtpm-sysfs.c489 PCR_ATTR_BUILD(TPM_ALG_SHA256, sha256);
515 case TPM_ALG_SHA256: in tpm_sysfs_add_device()
H A Dtpm2-cmd.c23 {HASH_ALGO_SHA256, TPM_ALG_SHA256},
/linux/include/linux/
H A Dtpm.h49 TPM_ALG_SHA256 = 0x000B, enumerator
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c23 {HASH_ALGO_SHA256, TPM_ALG_SHA256},