/drivers/peripheral/pin_auth/hdi_service/common/inc/ |
H A D | c_array.h | 35 typedef struct Uint64Array { struct 38 } Uint64Array; typedef 41 void DestroyUint64Array(Uint64Array **array); 44 Uint64Array *CreateUint64ArrayByData(const uint64_t *data, uint32_t len);
|
H A D | attribute.h | 82 ResultCode GetAttributeUint64Array(const Attribute *attribute, AttributeKey key, Uint64Array *retData);
83 ResultCode SetAttributeUint64Array(Attribute *attribute, AttributeKey key, const Uint64Array data);
|
/drivers/peripheral/user_auth/hdi_service/utils/inc/ |
H A D | c_array.h | 36 typedef struct Uint64Array { struct 39 } Uint64Array; typedef 53 void DestroyUint64Array(Uint64Array **array); 56 Uint64Array *CreateUint64ArrayByData(const uint64_t *data, uint32_t len);
|
H A D | attribute.h | 121 ResultCode GetAttributeUint64Array(const Attribute *attribute, AttributeKey key, Uint64Array *retData);
122 ResultCode SetAttributeUint64Array(Attribute *attribute, AttributeKey key, const Uint64Array data);
|
/drivers/peripheral/user_auth/hdi_service/coauth/inc/ |
H A D | coauth.h | 40 Uint64Array *templateIds; 54 Uint64Array templateIds; 94 bool IsTemplateArraysValid(const Uint64Array *templateIds); 95 ResultCode CopyTemplateArrays(const Uint64Array *in, Uint64Array *out);
|
/drivers/peripheral/pin_auth/hdi_service/common/src/ |
H A D | c_array.c | 37 void DestroyUint64Array(Uint64Array **array) in DestroyUint64Array() 93 Uint64Array *CreateUint64ArrayByData(const uint64_t *data, uint32_t len) in CreateUint64ArrayByData() 100 Uint64Array *array = Malloc(sizeof(Uint64Array)); in CreateUint64ArrayByData()
|
H A D | attribute.c | 82 IAM_STATIC void Ntohl64Array(Uint64Array *array)
in Ntohl64Array() 89 IAM_STATIC void Htonl64Array(Uint64Array *array)
in Htonl64Array() 456 ResultCode GetAttributeUint64Array(const Attribute *attribute, AttributeKey key, Uint64Array *retData)
in GetAttributeUint64Array() 475 ResultCode SetAttributeUint64Array(Attribute *attribute, AttributeKey key, const Uint64Array data)
in SetAttributeUint64Array() 480 Uint64Array *netOrderData = CreateUint64ArrayByData(data.data, data.len);
in SetAttributeUint64Array()
|
/drivers/peripheral/user_auth/hdi_service/utils/src/ |
H A D | c_array.c | 37 void DestroyUint64Array(Uint64Array **array) in DestroyUint64Array() 93 Uint64Array *CreateUint64ArrayByData(const uint64_t *data, uint32_t len) in CreateUint64ArrayByData() 100 Uint64Array *array = Malloc(sizeof(Uint64Array)); in CreateUint64ArrayByData()
|
H A D | attribute.c | 101 IAM_STATIC void Ntohl64Array(Uint64Array *array)
in Ntohl64Array() 108 IAM_STATIC void Htonl64Array(Uint64Array *array)
in Htonl64Array() 455 ResultCode GetAttributeUint64Array(const Attribute *attribute, AttributeKey key, Uint64Array *retData)
in GetAttributeUint64Array() 474 ResultCode SetAttributeUint64Array(Attribute *attribute, AttributeKey key, const Uint64Array data)
in SetAttributeUint64Array() 479 Uint64Array *netOrderData = CreateUint64ArrayByData(data.data, data.len);
in SetAttributeUint64Array()
|
/drivers/peripheral/user_auth/test/unittest/attribute_test/ |
H A D | attribute_test.cpp | 330 Uint64Array data = { array.data(), size }; in HWTEST_F() 334 Uint64Array value = { out.data(), size }; in HWTEST_F() 348 Uint64Array value = {}; in HWTEST_F() 375 Uint64Array data = { nullptr, static_cast<uint32_t>(array.size()) }; in HWTEST_F() 412 Uint64Array data = {}; in HWTEST_F() 417 Uint64Array value = { array.data(), static_cast<uint32_t>(array.size()) }; in HWTEST_F() 563 Uint64Array testUint64Array = { testUint64Buffer, sizeof(testUint64Buffer) / sizeof(testUint64Buffer[0]) }; in HWTEST_F() 578 Uint64Array parsedUint64Array = { parsedUint64Buffer, sizeof(parsedUint64Buffer) / sizeof(parsedUint64Buffer[0]) }; in HWTEST_F()
|
/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | coauth.c | 364 bool IsTemplateArraysValid(const Uint64Array *templateIds) in IsTemplateArraysValid() 377 ResultCode CopyTemplateArrays(const Uint64Array *in, Uint64Array *out) in CopyTemplateArrays()
|
H A D | executor_message.c | 410 const Uint64Array *templateIds, Attribute *attribute) in SetExecutorMsgToAttribute() 422 Uint64Array templateIdsIn = { templateIds->data, templateIds->len }; in SetExecutorMsgToAttribute() 439 IAM_STATIC Buffer *CreateExecutorMsg(uint32_t authType, uint32_t authPropertyMode, const Uint64Array *templateIds) in CreateExecutorMsg() 495 int32_t userId, const ExecutorInfoHal *executorNode, Uint64Array *templateIds) in GetExecutorTemplateList() 547 Uint64Array templateIds; in AssemblyMessage()
|
/drivers/peripheral/user_auth/test/unittest/co_auth/ |
H A D | co_auth_test.cpp | 346 Uint64Array array = {}; in HWTEST_F() 361 Uint64Array array = {}; in HWTEST_F() 379 Uint64Array inArray = {}; in HWTEST_F() 384 Uint64Array outArray = {}; in HWTEST_F()
|
H A D | executor_message_test.cpp | 41 const Uint64Array *templateIds); 44 int32_t userId, const ExecutorInfoHal *executorNode, Uint64Array *templateIds); 100 Uint64Array testUint64Array = { testUint64Buffer, sizeof(testUint64Buffer) }; in HWTEST_F() 141 Uint64Array testUint64Array = { testUint64Buffer, sizeof(testUint64Buffer) }; in HWTEST_F() 389 Uint64Array array = {}; in HWTEST_F() 414 Uint64Array array = {}; in HWTEST_F()
|
/drivers/peripheral/user_auth/test/unittest/user_auth_test/ |
H A D | context_manager_test.cpp | 35 extern ResultCode QueryAuthTempletaInfo(UserAuthContext *context, Uint64Array *templateIds, 155 Uint64Array array = {}; in HWTEST_F()
|
/drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
H A D | context_manager.c | 348 IAM_STATIC ResultCode QueryAuthTempletaInfo(UserAuthContext *context, Uint64Array *templateIds, in QueryAuthTempletaInfo() 402 Uint64Array templateIds = {}; in CreateAuthSchedule()
|
/drivers/peripheral/user_auth/hdi_service/service/ |
H A D | user_auth_interface_service.cpp | 271 Uint64Array templateIdsIn = {info.templateIds.data(), info.templateIds.size()};
in SetAttributeToVerifierExecMsg() 315 Uint64Array templateIdsIn = {info.templateIds.data(), info.templateIds.size()};
in SetAttributeToExtraInfo() 361 Uint64Array templateIdsIn = {info.templateIds.data(), info.templateIds.size()};
in SetAttributeToAllInOneExecMsg()
|
/drivers/peripheral/user_auth/hdi_service/idm/src/ |
H A D | user_idm_funcs.c | 96 Uint64Array templateIds = { templateIdsBuffer, len }; in GenerateIdmSchedule()
|