Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/EA/
DPolicyLocality.c66 marshalSize = TPMA_LOCALITY_Marshal(&in->locality, &buffer, NULL); in TPM2_PolicyLocality()
75 TPMA_LOCALITY_Marshal(&session->commandLocality, &buffer, NULL); in TPM2_PolicyLocality()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/main/
DSessionProcess.c1043 TPMA_LOCALITY_Marshal(&session->commandLocality, &buffer, NULL); in CheckPolicyAuthSession()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h506 TPMA_LOCALITY_Marshal(TPMA_LOCALITY *source, BYTE **buffer, INT32 *size);
508 #define TPMA_LOCALITY_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h746 #define TPMA_LOCALITY_Marshal(source, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c689 TPMA_LOCALITY_Marshal(TPMA_LOCALITY *source, BYTE **buffer, INT32 *size) in TPMA_LOCALITY_Marshal() function
5542 …result = (UINT16)(result + TPMA_LOCALITY_Marshal((TPMA_LOCALITY *)&(source->locality), buffer, siz… in TPMS_CREATION_DATA_Marshal()