Searched refs:TPM_ECC_CURVE_Unmarshal (Results 1 – 3 of 3) sorted by relevance
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/ |
D | Marshal.c | 307 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/ |
D | Marshal_fp.h | 269 TPM_ECC_CURVE_Unmarshal(TPM_ECC_CURVE *target, BYTE **buffer, INT32 *size);
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | TableMarshalDefines.h | 678 #define TPM_ECC_CURVE_Unmarshal(target, buffer, size) \ macro
|