Home
last modified time | relevance | path

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

/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
DCryptUtil.c714 result = TPMS_ECC_POINT_Unmarshal(&eccPublic, &buffer, &size); in CryptSecretDecrypt()
/external/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMarshal.c4318 TPMS_ECC_POINT_Unmarshal(TPMS_ECC_POINT *target, BYTE **buffer, INT32 *size) in TPMS_ECC_POINT_Unmarshal() function
4351 … result = TPMS_ECC_POINT_Unmarshal((TPMS_ECC_POINT *)&(target->point), buffer, size); // =b in TPM2B_ECC_POINT_Unmarshal()
4865 return TPMS_ECC_POINT_Unmarshal((TPMS_ECC_POINT *)&(target->ecc), buffer, size); in TPMU_PUBLIC_ID_Unmarshal()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMarshal_fp.h1901 TPMS_ECC_POINT_Unmarshal(TPMS_ECC_POINT *target, BYTE **buffer, INT32 *size);
/external/ms-tpm-20-ref/TPMCmd/tpm/include/
DTableMarshalDefines.h1297 #define TPMS_ECC_POINT_Unmarshal(target, buffer, size) \ macro