Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h643 typedef UINT32 TPM_PS; typedef
645 #define TPM_PS_MAIN (TPM_PS)(0x00000000)
646 #define TPM_PS_PC (TPM_PS)(0x00000001)
647 #define TPM_PS_PDA (TPM_PS)(0x00000002)
648 #define TPM_PS_CELL_PHONE (TPM_PS)(0x00000003)
649 #define TPM_PS_SERVER (TPM_PS)(0x00000004)
650 #define TPM_PS_PERIPHERAL (TPM_PS)(0x00000005)
651 #define TPM_PS_TSS (TPM_PS)(0x00000006)
652 #define TPM_PS_STORAGE (TPM_PS)(0x00000007)
653 #define TPM_PS_AUTHENTICATION (TPM_PS)(0x00000008)
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h389 TPM_PS_Marshal(TPM_PS *source, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c553 TPM_PS_Marshal(TPM_PS *source, BYTE **buffer, INT32 *size) in TPM_PS_Marshal()