Searched refs:TPM_TAG_RQU_COMMAND (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm1-cmd.c | 331 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 D | tpm.h | 61 #define TPM_TAG_RQU_COMMAND 193 macro
|
H A D | tpm_vtpm_proxy.c | 406 rc = tpm_buf_init(&buf, TPM_TAG_RQU_COMMAND, in vtpm_proxy_request_locality()
|
H A D | tpm-sysfs.c | 47 if (tpm_buf_init(&tpm_buf, TPM_TAG_RQU_COMMAND, TPM_ORD_READPUBEK)) in pubek_show()
|
/openbmc/linux/include/linux/ |
H A D | tpm_command.h | 11 #define TPM_TAG_RQU_COMMAND 193 macro
|
/openbmc/qemu/backends/tpm/ |
H A D | tpm_int.h | 37 #define TPM_TAG_RQU_COMMAND 0xc1 macro
|
H A D | tpm_util.c | 184 .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 D | trusted_tpm1.c | 405 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()
|