Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTpmTypes.h2221 #define UINT32_TO_TPM_NV_INDEX(a) (*((TPM_NV_INDEX *)&(a)))
2227 typedef struct TPM_NV_INDEX { // Table 2:212 struct
2230 } TPM_NV_INDEX; /* Bits */ typedef
2235 typedef UINT32 TPM_NV_INDEX; typedef
2238 #define TPM_NV_INDEX_index ((TPM_NV_INDEX)0xffffff << 0)
2240 #define TPM_NV_INDEX_RH_NV ((TPM_NV_INDEX)0xff << 24)
2243 (TPM_NV_INDEX)( \
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h2255 TPM_NV_INDEX_Marshal(TPM_NV_INDEX *source, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c5319 TPM_NV_INDEX_Marshal(TPM_NV_INDEX *source, BYTE **buffer, INT32 *size) in TPM_NV_INDEX_Marshal()