Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DResponse.c71 UINT32_Marshal(&size, &buffer, NULL); in BuildResponseHeader()
78 UINT32_Marshal((UINT32 *)&command->parameterSize, &buffer, NULL); in BuildResponseHeader()
DMarshal.c148 UINT32_Marshal(UINT32 *source, BYTE **buffer, INT32 *size) in UINT32_Marshal() function
172 return UINT32_Marshal((UINT32 *)source, buffer, size); in INT32_Marshal()
226 return UINT32_Marshal((UINT32 *)source, buffer, size); in TPM_ALGORITHM_ID_Marshal()
236 return UINT32_Marshal((UINT32 *)source, buffer, size); in TPM_MODIFIER_INDICATOR_Marshal()
246 return UINT32_Marshal((UINT32 *)source, buffer, size); in TPM_AUTHORIZATION_SIZE_Marshal()
256 return UINT32_Marshal((UINT32 *)source, buffer, size); in TPM_PARAMETER_SIZE_Marshal()
286 return UINT32_Marshal((UINT32 *)source, buffer, size); in TPM_CONSTANTS32_Marshal()
350 return UINT32_Marshal((UINT32 *)source, buffer, size); in TPM_CC_Marshal()
359 return UINT32_Marshal((UINT32 *)source, buffer, size); in TPM_RC_Marshal()
518 return UINT32_Marshal((UINT32 *)source, buffer, size); in TPM_CAP_Marshal()
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h108 UINT32_Marshal(UINT32 *source, BYTE **buffer, INT32 *size);
123 UINT32_Marshal((UINT32 *)(source), (buffer), (size))
162 UINT32_Marshal((UINT32 *)(source), (buffer), (size))
178 UINT32_Marshal((UINT32 *)(source), (buffer), (size))
194 UINT32_Marshal((UINT32 *)(source), (buffer), (size))
209 UINT32_Marshal((UINT32 *)(source), (buffer), (size))
247 UINT32_Marshal((UINT32 *)(source), (buffer), (size))
292 UINT32_Marshal((UINT32 *)(source), (buffer), (size))
301 UINT32_Marshal((UINT32 *)(source), (buffer), (size))
351 UINT32_Marshal((UINT32 *)(source), (buffer), (size))
[all …]
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h1121 *respParmSize += UINT32_Marshal(&out->pcrUpdateCounter,
1144 *respParmSize += UINT32_Marshal(&out->maxPCR,
1146 *respParmSize += UINT32_Marshal(&out->sizeNeeded,
1148 *respParmSize += UINT32_Marshal(&out->sizeAvailable,
DTableMarshalDefines.h634 #define UINT32_Marshal(source, buffer, size) \ macro