Home
last modified time | relevance | path

Searched refs:TPML_ALG_Unmarshal (Results 1 – 4 of 4) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DCommandDispatcher.h82 result = TPML_ALG_Unmarshal(&in->toTest, paramBuffer, paramBufferSize);
DTableMarshalDefines.h1002 #define TPML_ALG_Unmarshal(target, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h1113 TPML_ALG_Unmarshal(TPML_ALG *target, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c2505 TPML_ALG_Unmarshal(TPML_ALG *target, BYTE **buffer, INT32 *size) in TPML_ALG_Unmarshal() function