Home
last modified time | relevance | path

Searched refs:mallocSize (Results 1 - 5 of 5) sorted by relevance

/vendor/hisilicon/hispark_aries/hals/security/permission_lite/
H A Dhal_pms.c64 int mallocSize = sizeof(unsigned char) * CID_LENGTH; in GetCId() local
65 unsigned char *cid = (unsigned char *)malloc(mallocSize); in GetCId()
70 if (memset_s(cid, mallocSize, 0x0, mallocSize) != EOK) { in GetCId()
/vendor/hisilicon/hispark_taurus/hals/security/permission_lite/
H A Dhal_pms.c64 int mallocSize = sizeof(unsigned char) * CID_LENGTH; in GetCId() local
65 unsigned char *cid = (unsigned char *)malloc(mallocSize); in GetCId()
70 if (memset_s(cid, mallocSize, 0x0, mallocSize) != EOK) { in GetCId()
/vendor/hisilicon/hispark_taurus_linux/hals/security/permission_lite/
H A Dhal_pms.c64 int mallocSize = sizeof(unsigned char) * CID_LENGTH; in GetCId() local
65 unsigned char *cid = (unsigned char *)malloc(mallocSize); in GetCId()
70 if (memset_s(cid, mallocSize, 0x0, mallocSize) != EOK) { in GetCId()
/vendor/hisilicon/hispark_taurus_mini_system/hals/security/permission_lite/
H A Dhal_pms.c64 int mallocSize = sizeof(unsigned char) * CID_LENGTH; in GetCId() local
65 unsigned char *cid = (unsigned char *)malloc(mallocSize); in GetCId()
70 if (memset_s(cid, mallocSize, 0x0, mallocSize) != EOK) { in GetCId()
/vendor/ohemu/qemu_small_system_demo/hals/security/permission_lite/
H A Dhal_pms.c64 int mallocSize = sizeof(unsigned char) * CID_LENGTH; in GetCId() local
65 unsigned char *cid = (unsigned char *)malloc(mallocSize); in GetCId()
70 if (memset_s(cid, mallocSize, 0x0, mallocSize) != EOK) { in GetCId()

Completed in 3 milliseconds