Home
last modified time | relevance | path

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

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