Home
last modified time | relevance | path

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

/external/tpm2-tss/src/tss2-sys/api/
DTss2_Sys_AC_GetCapability.c18 TPM_AT capability, in Tss2_Sys_AC_GetCapability_Prepare()
88 TPM_AT capability, in Tss2_Sys_AC_GetCapability()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DAC_spt_fp.h66 TPM_AT type, // IN: start capability type
DAC_GetCapability_fp.h48 TPM_AT capability;
DMarshal_fp.h2332 TPM_AT_Unmarshal(TPM_AT *target, BYTE **buffer, INT32 *size);
2335 TPM_AT_Marshal(TPM_AT *source, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/AttachedComponent/
DAC_spt.c96 TPM_AT type, // IN: start capability type in AcCapabilitiesGet()
/external/tpm2-tss/include/tss2/
Dtss2_tpm2_types.h1764 typedef UINT32 TPM_AT; typedef
1768 #define TPM_AT_ANY ((TPM_AT) 0x00000000) /* In a command, a non-specific request for AC informati…
1769 #define TPM_AT_ERROR ((TPM_AT) 0x00000001) /* Indicates a TCG defined, device-specific error */
1770 #define TPM_AT_PV1 ((TPM_AT) 0x00000002) /* Indicates the most significant 32 bits of a pairing v…
1771 #define TPM_AT_VEND ((TPM_AT) 0x80000000) /* Value added to a TPM_AT to indicate a vendor-specific…
1781 TPM_AT tag; /* Indicates the contents of data */
Dtss2_sys.h2121 TPM_AT capability,
2133 TPM_AT capability,
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h2416 typedef UINT32 TPM_AT; typedef
2418 #define TPM_AT_ANY (TPM_AT)(0x00000000)
2419 #define TPM_AT_ERROR (TPM_AT)(0x00000001)
2420 #define TPM_AT_PV1 (TPM_AT)(0x00000002)
2421 #define TPM_AT_VEND (TPM_AT)(0x80000000)
2429 TPM_AT tag;
DCommandDispatchData.h188 UNMARSHAL_DISPATCH(TPM_AT),
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c5568 TPM_AT_Unmarshal(TPM_AT *target, BYTE **buffer, INT32 *size) in TPM_AT_Unmarshal()
5590 TPM_AT_Marshal(TPM_AT *source, BYTE **buffer, INT32 *size) in TPM_AT_Marshal()
5610 result = (UINT16)(result + TPM_AT_Marshal((TPM_AT *)&(source->tag), buffer, size)); in TPMS_AC_OUTPUT_Marshal()