Searched defs:peerUdid (Results 1 - 8 of 8) sorted by relevance
/drivers/peripheral/user_auth/hdi_service/key_mgr/inc/ |
H A D | sign_param.h | 36 Uint8Array peerUdid; member
|
/drivers/peripheral/user_auth/hdi_service/key_mgr/src/ |
H A D | hmac_key.c | 28 static Buffer *GenerateHmacKey(const Buffer *peerUdid) in GenerateHmacKey() argument [all...] |
/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | collector_func.c | 36 Buffer *peerUdid; member
|
H A D | verifier_func.c | 39 Buffer *peerUdid; member
|
/drivers/peripheral/user_auth/hdi_service/adaptor/src/ |
H A D | adaptor_algorithm.c | 489 int32_t GetDistributeKey(const Buffer *peerUdid, const Buffer *salt, Buffer **key) in GetDistributeKey() argument
|
/drivers/peripheral/pin_auth/hdi_service/adaptor/src/ |
H A D | adaptor_algorithm.c | 359 int32_t GetDistributeKey(const Buffer *peerUdid, const Buffer *salt, Buffer **key) in GetDistributeKey() argument
|
/drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
H A D | user_auth_funcs.c | 528 static Buffer *GetSignExecutorInfoFuncInner(Uint8Array peerUdid, LinkedList *executorList, in GetSignExecutorInfoFuncInner() argument 559 Buffer *GetSignExecutorInfoFunc(Uint8Array peerUdid, LinkedList *executorList) in GetSignExecutorInfoFunc() argument
|
/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | executor_message.c | 704 IAM_STATIC ResultCode GetRemoteExecutorInfo(const Buffer *msg, Uint8Array peerUdid, Uint8Array *subMsgs, int *subMsgSize) in GetRemoteExecutorInfo() argument 751 Uint8Array peerUdid = { infoToCheck->deviceUdid, sizeof(infoToCheck->deviceUdid) }; in CheckRemoteExecutorInfo() local 965 ResultCode CreateScheduleInfo(const Buffer *tlv, Uint8Array peerUdid, ScheduleInfoParam *scheduleInfo) in CreateScheduleInfo() argument 1034 Uint8Array peerUdid = { .data = authResultInfo->remoteUdid, .len = UDID_LEN }; CreateAuthResultInfo() local 1105 GetExecutorInfoTlv(Uint8Array attrsTlv, Uint8Array peerUdid) GetExecutorInfoTlv() argument [all...] |
Completed in 6 milliseconds