Home
last modified time | relevance | path

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

/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-buf.c39 WARN_ON(tag != TPM_TAG_RQU_COMMAND && tag != TPM2_ST_NO_SESSIONS && in tpm_buf_reset()
H A Dtpm.h62 #define TPM_TAG_RQU_COMMAND 193 macro
H A Dtpm_vtpm_proxy.c407 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()
/linux/include/linux/
H A Dtpm_command.h11 #define TPM_TAG_RQU_COMMAND 193 macro
/linux/security/keys/trusted-keys/
H A Dtrusted_tpm1.c372 tpm_buf_reset(tb, TPM_TAG_RQU_COMMAND, TPM_ORD_OSAP); in osap()
400 tpm_buf_reset(tb, TPM_TAG_RQU_COMMAND, TPM_ORD_OIAP); in oiap()