Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm2-sessions.c1149 if (val != TPM_ALG_NULL) in tpm2_parse_create_primary()
1159 if (val != TPM_ALG_NULL) in tpm2_parse_create_primary()
1301 tpm_buf_append_u16(&template, TPM_ALG_NULL); in tpm2_create_primary()
1307 tpm_buf_append_u16(&template, TPM_ALG_NULL); in tpm2_create_primary()
/linux/include/linux/
H A Dtpm.h52 TPM_ALG_NULL = 0x0010, enumerator
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c317 tpm_buf_append_u16(&sized, TPM_ALG_NULL); in tpm2_seal_trusted()