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.c1176 if (val != TPM_ALG_NULL) in tpm2_parse_create_primary()
1186 if (val != TPM_ALG_NULL) in tpm2_parse_create_primary()
1330 tpm_buf_append_u16(template, TPM_ALG_NULL); in tpm2_create_primary()
1336 tpm_buf_append_u16(template, TPM_ALG_NULL); in tpm2_create_primary()
/linux/include/linux/
H A Dtpm_command.h470 TPM_ALG_NULL = 0x0010, enumerator
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm2.c312 tpm_buf_append_u16(sized, TPM_ALG_NULL); in tpm2_seal_trusted()