Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/char/tpm/
Dtpm-interface.c723 #define TPM_ORD_GET_CAP 101 macro
729 .ordinal = cpu_to_be32(TPM_ORD_GET_CAP)
738 rc = tpm_buf_init(&buf, TPM_TAG_RQU_COMMAND, TPM_ORD_GET_CAP); in tpm_getcap()