Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/command/Object/
DObject_spt.c1546 result = TPMI_ALG_PUBLIC_Unmarshal(&tOut->type, &buffer, &size); in UnmarshalToPublic()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c4810 TPMI_ALG_PUBLIC_Unmarshal(TPMI_ALG_PUBLIC *target, BYTE **buffer, INT32 *size) in TPMI_ALG_PUBLIC_Unmarshal() function
5014 result = TPMI_ALG_PUBLIC_Unmarshal((TPMI_ALG_PUBLIC *)&(target->type), buffer, size); in TPMT_PUBLIC_PARMS_Unmarshal()
5033 result = TPMI_ALG_PUBLIC_Unmarshal((TPMI_ALG_PUBLIC *)&(target->type), buffer, size); in TPMT_PUBLIC_Unmarshal()
5205 result = TPMI_ALG_PUBLIC_Unmarshal((TPMI_ALG_PUBLIC *)&(target->sensitiveType), buffer, size); in TPMT_SENSITIVE_Unmarshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h2136 TPMI_ALG_PUBLIC_Unmarshal(TPMI_ALG_PUBLIC *target, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h1373 #define TPMI_ALG_PUBLIC_Unmarshal(target, buffer, size) \ macro