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.c1154 if (val != TPM_ALG_NULL) in tpm2_parse_create_primary()
1164 if (val != TPM_ALG_NULL) in tpm2_parse_create_primary()
1306 tpm_buf_append_u16(&template, TPM_ALG_NULL); in tpm2_create_primary()
1312 tpm_buf_append_u16(&template, TPM_ALG_NULL); in tpm2_create_primary()
/linux/include/linux/
H A Dtpm.h54 TPM_ALG_NULL = 0x0010, enumerator
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c305 tpm_buf_append_u16(&sized, TPM_ALG_NULL); in tpm2_seal_trusted()