Home
last modified time | relevance | path

Searched refs:TPMS_SIGNATURE_SM2_Unmarshal (Results 1 – 3 of 3) sorted by relevance

/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h2064 TPMS_SIGNATURE_SM2_Unmarshal(TPMS_SIGNATURE_SM2 *target,
2067 #define TPMS_SIGNATURE_SM2_Unmarshal(target, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h1345 #define TPMS_SIGNATURE_SM2_Unmarshal(target, buffer, size) \ macro
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c4616 TPMS_SIGNATURE_SM2_Unmarshal(TPMS_SIGNATURE_SM2 *target, BYTE **buffer, INT32 *size) in TPMS_SIGNATURE_SM2_Unmarshal() function
4661 return TPMS_SIGNATURE_SM2_Unmarshal((TPMS_SIGNATURE_SM2 *)&(target->sm2), buffer, size); in TPMU_SIGNATURE_Unmarshal()