Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/EA/
DPolicyLocality.c132 TPMA_LOCALITY_Unmarshal(&session->commandLocality, &buffer, in TPM2_PolicyLocality()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h498 TPMA_LOCALITY_Unmarshal(TPMA_LOCALITY *target, BYTE **buffer, INT32 *size);
500 #define TPMA_LOCALITY_Unmarshal(target, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h1296 result = TPMA_LOCALITY_Unmarshal(&in->locality, paramBuffer, paramBufferSize);
DTableMarshalDefines.h744 #define TPMA_LOCALITY_Unmarshal(target, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c684 TPMA_LOCALITY_Unmarshal(TPMA_LOCALITY *target, BYTE **buffer, INT32 *size) in TPMA_LOCALITY_Unmarshal() function