Home
last modified time | relevance | path

Searched refs:pcidLen (Results 1 - 2 of 2) sorted by relevance

/test/xts/device_attest_lite/services/core/small/attest/
H A Dattest_service_pcid.c32 int32_t pcidLen = osPcidLen + privatePcidLen; in MergePcid() local
33 char *pcidBuff = (char *)ATTEST_MEM_MALLOC(pcidLen); in MergePcid()
39 if (memcpy_s(pcidBuff, pcidLen, osPcid, osPcidLen) != 0) { in MergePcid()
46 (memcpy_s(pcidBuff, pcidLen, privatePcid, privatePcidLen) != 0)) { in MergePcid()
/test/xts/device_attest/services/core/attest/
H A Dattest_service_device.c257 int32_t pcidLen = osPcidLen + privatePcidLen; in MergePcid() local
258 char *pcidBuff = (char *)ATTEST_MEM_MALLOC(pcidLen); in MergePcid()
264 if (memcpy_s(pcidBuff, pcidLen, osPcid, osPcidLen) != 0) { in MergePcid()
271 (memcpy_s(pcidBuff, pcidLen, privatePcid, privatePcidLen) != 0)) { in MergePcid()

Completed in 2 milliseconds