Home
last modified time | relevance | path

Searched refs:INPUT_UDID_LEN (Results 1 - 25 of 44) sorted by relevance

12

/base/security/device_auth/test/unittest/tdd_framework/common/src/
H A Dhc_dev_info_mock.c48 if (udid == NULL || udidLen < INPUT_UDID_LEN || udidLen > MAX_INPUT_UDID_LEN) { in HcGetUdid()
59 if (memcpy_s(udid, udidLen, devUdid, INPUT_UDID_LEN) != EOK) { in HcGetUdid()
/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/dev_info_mock/src/
H A Ddev_info_mock.c37 if (udid == NULL || udidLen < INPUT_UDID_LEN || udidLen > MAX_INPUT_UDID_LEN) { in HcGetUdid()
48 if (memcpy_s(udid, udidLen, devUdid, INPUT_UDID_LEN) != EOK) { in HcGetUdid()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetpkinfolist_fuzzer/
H A Ddevauthservgetpkinfolist_fuzzer.cpp72 char localUdid[INPUT_UDID_LEN] = { 0 }; in GenerateReqJson()
73 HcGetUdid(reinterpret_cast<uint8_t *>(localUdid), INPUT_UDID_LEN); in GenerateReqJson() local
88 char localUdid[INPUT_UDID_LEN] = { 0 }; in FuzzDoGetPkInfoList()
89 HcGetUdid(reinterpret_cast<uint8_t *>(localUdid), INPUT_UDID_LEN); in FuzzDoGetPkInfoList() local
/base/security/device_auth/test/unittest/deviceauth/source/
H A Dhc_dev_info_mock.c43 if (udid == NULL || udidLen < INPUT_UDID_LEN || udidLen > MAX_INPUT_UDID_LEN) { in HcGetUdid()
54 if (memcpy_s(udid, udidLen, devUdid, INPUT_UDID_LEN) != EOK) { in HcGetUdid()
/base/security/device_auth/deps_adapter/os_adapter/interfaces/
H A Dhc_dev_info.h25 #define INPUT_UDID_LEN 65 macro
/base/security/device_auth/test/unittest/deviceauth/include/
H A Dhc_dev_info_mock.h26 #define INPUT_UDID_LEN 65 macro
/base/security/device_auth/test/unittest/tdd_framework/tdd_helper/dev_info_mock/inc/
H A Ddev_info_mock.h26 #define INPUT_UDID_LEN 65 macro
/base/security/device_auth/test/unittest/tdd_framework/common/inc/
H A Dhc_dev_info_mock.h26 #define INPUT_UDID_LEN 65 macro
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservcheckaccesstogroup_fuzzer/
H A Ddevauthservcheckaccesstogroup_fuzzer.cpp80 char localUdid[INPUT_UDID_LEN] = { 0 }; in FuzzDoCheckAccessToGroup()
81 HcGetUdid(reinterpret_cast<uint8_t *>(localUdid), INPUT_UDID_LEN); in FuzzDoCheckAccessToGroup() local
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservcreategroup_fuzzer/
H A Ddevauthservcreategroup_fuzzer.cpp80 char localUdid[INPUT_UDID_LEN] = { 0 }; in FuzzDoCreateGroup()
81 HcGetUdid(reinterpret_cast<uint8_t *>(localUdid), INPUT_UDID_LEN); in FuzzDoCreateGroup() local
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetdeviceinfobyid_fuzzer/
H A Ddevauthservgetdeviceinfobyid_fuzzer.cpp80 char localUdid[INPUT_UDID_LEN] = { 0 }; in FuzzDoGetDeviceInfoById()
81 HcGetUdid(reinterpret_cast<uint8_t *>(localUdid), INPUT_UDID_LEN); in FuzzDoGetDeviceInfoById() local
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetgroupinfobyid_fuzzer/
H A Ddevauthservgetgroupinfobyid_fuzzer.cpp80 char localUdid[INPUT_UDID_LEN] = { 0 }; in FuzzDoGetGroupInfoById()
81 HcGetUdid(reinterpret_cast<uint8_t *>(localUdid), INPUT_UDID_LEN); in FuzzDoGetGroupInfoById() local
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetjoinedgroups_fuzzer/
H A Ddevauthservgetjoinedgroups_fuzzer.cpp80 char localUdid[INPUT_UDID_LEN] = { 0 }; in FuzzDoGetJoinedGroups()
81 HcGetUdid(reinterpret_cast<uint8_t *>(localUdid), INPUT_UDID_LEN); in FuzzDoGetJoinedGroups() local
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgetrelatedgroups_fuzzer/
H A Ddevauthservgetrelatedgroups_fuzzer.cpp80 char localUdid[INPUT_UDID_LEN] = { 0 }; in FuzzDoGetRelatedGroups()
81 HcGetUdid(reinterpret_cast<uint8_t *>(localUdid), INPUT_UDID_LEN); in FuzzDoGetRelatedGroups() local
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservgettrusteddevices_fuzzer/
H A Ddevauthservgettrusteddevices_fuzzer.cpp80 char localUdid[INPUT_UDID_LEN] = { 0 }; in FuzzDoGetTrustedDevices()
81 HcGetUdid(reinterpret_cast<uint8_t *>(localUdid), INPUT_UDID_LEN); in FuzzDoGetTrustedDevices() local
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservisdeviceingroup_fuzzer/
H A Ddevauthservisdeviceingroup_fuzzer.cpp80 char localUdid[INPUT_UDID_LEN] = { 0 }; in FuzzDoIsDeviceInGroup()
81 HcGetUdid(reinterpret_cast<uint8_t *>(localUdid), INPUT_UDID_LEN); in FuzzDoIsDeviceInGroup() local
/base/security/device_auth/deps_adapter/os_adapter/impl/src/liteos/
H A Dhc_dev_info.c28 if (udid == NULL || udidLen < INPUT_UDID_LEN || udidLen > MAX_INPUT_UDID_LEN) { in HcGetUdid()
/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/
H A Dcompatible_bind_sub_session_common.c148 char udid[INPUT_UDID_LEN] = { 0 }; in CheckAuthIdAndUserTypeValid()
149 int32_t res = HcGetUdid((uint8_t *)udid, INPUT_UDID_LEN); in CheckAuthIdAndUserTypeValid()
185 char udid[INPUT_UDID_LEN] = { 0 }; in AddAuthIdAndUserTypeIfValidOrDefault()
188 int32_t res = HcGetUdid((uint8_t *)udid, INPUT_UDID_LEN); in AddAuthIdAndUserTypeIfValidOrDefault()
212 char udid[INPUT_UDID_LEN] = { 0 }; in AddUdid()
213 int32_t res = HcGetUdid((uint8_t *)udid, INPUT_UDID_LEN); in AddUdid()
313 char udid[INPUT_UDID_LEN] = { 0 }; in AddDevInfoByDatabase()
314 int32_t res = HcGetUdid((uint8_t *)udid, INPUT_UDID_LEN); in AddDevInfoByDatabase()
580 char udid[INPUT_UDID_LEN] = { 0 }; in GenerateCompatibleInfo()
581 int32_t res = HcGetUdid((uint8_t *)udid, INPUT_UDID_LEN); in GenerateCompatibleInfo()
[all...]
/base/security/device_auth/deps_adapter/os_adapter/impl/src/linux/
H A Dhc_dev_info.c28 if (udid == NULL || udidLen < INPUT_UDID_LEN || udidLen > MAX_INPUT_UDID_LEN) { in HcGetUdid()
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservaddmembertogroup_fuzzer/
H A Ddevauthservaddmembertogroup_fuzzer.cpp89 char localUdid[INPUT_UDID_LEN] = { 0 }; in FuzzDoAddMemberToGroup()
90 HcGetUdid(reinterpret_cast<uint8_t *>(localUdid), INPUT_UDID_LEN); in FuzzDoAddMemberToGroup() local
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservaddmultimemberstogroup_fuzzer/
H A Ddevauthservaddmultimemberstogroup_fuzzer.cpp87 char localUdid[INPUT_UDID_LEN] = { 0 }; in FuzzDoAddMultiMembersToGroup()
88 HcGetUdid(reinterpret_cast<uint8_t *>(localUdid), INPUT_UDID_LEN); in FuzzDoAddMultiMembersToGroup() local
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservauthdevice_fuzzer/
H A Ddevauthservauthdevice_fuzzer.cpp90 char localUdid[INPUT_UDID_LEN] = { 0 }; in FuzzDoAuthDevice()
91 HcGetUdid(reinterpret_cast<uint8_t *>(localUdid), INPUT_UDID_LEN); in FuzzDoAuthDevice() local
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservdeletegroup_fuzzer/
H A Ddevauthservdeletegroup_fuzzer.cpp80 char localUdid[INPUT_UDID_LEN] = { 0 }; in FuzzDoDeleteGroup()
81 HcGetUdid(reinterpret_cast<uint8_t *>(localUdid), INPUT_UDID_LEN); in FuzzDoDeleteGroup() local
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservdeletemultimembersfromgroup_fuzzer/
H A Ddevauthservdeletemultimembersfromgroup_fuzzer.cpp88 char localUdid[INPUT_UDID_LEN] = { 0 }; in FuzzDoDeleteMultiMembersFromGroup()
89 HcGetUdid(reinterpret_cast<uint8_t *>(localUdid), INPUT_UDID_LEN); in FuzzDoDeleteMultiMembersFromGroup() local
/base/security/device_auth/test/fuzztest/device_auth_service/devauthservdeletememberfromgroup_fuzzer/
H A Ddevauthservdeletememberfromgroup_fuzzer.cpp88 char localUdid[INPUT_UDID_LEN] = { 0 }; in FuzzDoDeleteMemberFromGroup()
89 HcGetUdid(reinterpret_cast<uint8_t *>(localUdid), INPUT_UDID_LEN); in FuzzDoDeleteMemberFromGroup() local

Completed in 8 milliseconds

12