Home
last modified time | relevance | path

Searched refs:TPM_TAG_RQU_COMMAND (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/drivers/char/tpm/
H A Dtpm1-cmd.c331 rc = tpm_buf_init(&buf, TPM_TAG_RQU_COMMAND, TPM_ORD_STARTUP); in tpm1_startup()
469 rc = tpm_buf_init(&buf, TPM_TAG_RQU_COMMAND, TPM_ORD_PCR_EXTEND); in tpm1_pcr_extend()
488 rc = tpm_buf_init(&buf, TPM_TAG_RQU_COMMAND, TPM_ORD_GET_CAP); in tpm1_getcap()
540 rc = tpm_buf_init(&buf, TPM_TAG_RQU_COMMAND, TPM_ORD_GET_RANDOM); in tpm1_get_random()
574 tpm_buf_reset(&buf, TPM_TAG_RQU_COMMAND, TPM_ORD_GET_RANDOM); in tpm1_get_random()
589 rc = tpm_buf_init(&buf, TPM_TAG_RQU_COMMAND, TPM_ORD_PCRREAD); in tpm1_pcr_read()
625 rc = tpm_buf_init(&buf, TPM_TAG_RQU_COMMAND, TPM_ORD_CONTINUE_SELFTEST); in tpm1_continue_selftest()
755 rc = tpm_buf_init(&buf, TPM_TAG_RQU_COMMAND, TPM_ORD_SAVESTATE); in tpm1_pm_suspend()
775 tpm_buf_reset(&buf, TPM_TAG_RQU_COMMAND, TPM_ORD_SAVESTATE); in tpm1_pm_suspend()
H A Dtpm.h61 #define TPM_TAG_RQU_COMMAND 193 macro
H A Dtpm_vtpm_proxy.c406 rc = tpm_buf_init(&buf, TPM_TAG_RQU_COMMAND, in vtpm_proxy_request_locality()
H A Dtpm-sysfs.c47 if (tpm_buf_init(&tpm_buf, TPM_TAG_RQU_COMMAND, TPM_ORD_READPUBEK)) in pubek_show()
/openbmc/linux/include/linux/
H A Dtpm_command.h11 #define TPM_TAG_RQU_COMMAND 193 macro
/openbmc/qemu/backends/tpm/
H A Dtpm_int.h37 #define TPM_TAG_RQU_COMMAND 0xc1 macro
H A Dtpm_util.c184 .tag = cpu_to_be16(TPM_TAG_RQU_COMMAND), in tpm_util_test_tpmdev()
234 .tag = cpu_to_be16(TPM_TAG_RQU_COMMAND), in tpm_util_get_buffer_size()
/openbmc/linux/security/keys/trusted-keys/
H A Dtrusted_tpm1.c405 tpm_buf_reset(tb, TPM_TAG_RQU_COMMAND, TPM_ORD_OSAP); in osap()
433 tpm_buf_reset(tb, TPM_TAG_RQU_COMMAND, TPM_ORD_OIAP); in oiap()