Searched refs:TPM2_CC_GET_CAPABILITY (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/char/tpm/
H A Dtpm2-cmd.c100 case TPM2_CC_GET_CAPABILITY: /* 17A */
393 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY);
498 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY);
563 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY);
652 rc = tpm_buf_init(&buf, TPM2_ST_NO_SESSIONS, TPM2_CC_GET_CAPABILITY);
H A Dtpm2-space.c446 if (cc != TPM2_CC_GET_CAPABILITY ||
/linux-master/include/linux/
H A Dtpm.h235 TPM2_CC_GET_CAPABILITY = 0x017A, enumerator in enum:tpm2_command_codes
/linux-master/tools/testing/selftests/tpm2/
H A Dtpm2.py24 TPM2_CC_GET_CAPABILITY = 0x017A variable
696 TPM2_CC_GET_CAPABILITY,
729 TPM2_CC_GET_CAPABILITY,

Completed in 126 milliseconds