Home
last modified time | relevance | path

Searched refs:TPM2_HT_TRANSIENT (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/char/tpm/
H A Dtpm2-space.c241 if ((be32_to_cpu(*handle) & 0xFF000000) == TPM2_HT_TRANSIENT) { in tpm2_map_command()
356 return TPM2_HT_TRANSIENT | (0xFFFFFF - i); in tpm2_map_to_vhandle()
386 case TPM2_HT_TRANSIENT: in tpm2_map_response_header()
454 case TPM2_HT_TRANSIENT: in tpm2_map_response_body()
/linux/include/linux/
H A Dtpm_command.h318 TPM2_HT_TRANSIENT = 0x80000000, enumerator