Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c307 TPM_ECC_CURVE_Unmarshal(TPM_ECC_CURVE *target, BYTE **buffer, INT32 *size) in TPM_ECC_CURVE_Unmarshal() function
4433 result = TPM_ECC_CURVE_Unmarshal((TPM_ECC_CURVE *)target, buffer, size); in TPMI_ECC_CURVE_Unmarshal()
5878 result = TPM_ECC_CURVE_Unmarshal(&target[i], buffer, size); in TPM_ECC_CURVE_Array_Unmarshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h269 TPM_ECC_CURVE_Unmarshal(TPM_ECC_CURVE *target, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h678 #define TPM_ECC_CURVE_Unmarshal(target, buffer, size) \ macro