Home
last modified time | relevance | path

Searched defs:signParam (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/user_auth/hdi_service/key_mgr/src/
H A Dhmac_key.c68 Buffer *HmacSign(const Buffer *data, SignParam signParam) in HmacSign() argument
100 ResultCode HmacVerify(const Buffer *data, const Buffer *sign, SignParam signParam) in HmacVerify() argument
[all...]
/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dexecutor_message_test.cpp76 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; in HWTEST_F() local
90 SignParam signParam = { .needSignature = false }; in HWTEST_F() local
126 SignParam signParam = { .needSignature = false }; HWTEST_F() local
187 SignParam signParam = { .needSignature = false }; HWTEST_F() local
197 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; HWTEST_F() local
238 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; HWTEST_F() local
361 SignParam signParam = { .needSignature = false }; HWTEST_F() local
[all...]
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Duser_auth_funcs.c211 SignParam signParam = { in GenerateRemoteAuthResultMsg() local
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c36 IAM_STATIC ResultCode SignData(const Uint8Array *dataTlv, Uint8Array *signDataTlv, SignParam signParam) in SignData() argument
116 ResultCode GetAttributeExecutorMsg(const Attribute *attribute, Uint8Array *retMsg, SignParam signParam) in GetAttributeExecutorMsg() argument
67 GetAttributeDataAndSignTlv(const Attribute *attribute, Uint8Array *retDataAndSignTlv, SignParam signParam) GetAttributeDataAndSignTlv() argument
185 VerifyDataTlvSignature(const Attribute *dataAndSignAttribute, const Uint8Array dataTlv, SignParam signParam) VerifyDataTlvSignature() argument
230 CreateAttributeFromDataAndSignTlv(const Uint8Array dataAndSignTlv, SignParam signParam) CreateAttributeFromDataAndSignTlv() argument
263 CreateAttributeFromExecutorMsg(const Uint8Array msg, SignParam signParam) CreateAttributeFromExecutorMsg() argument
372 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; CreateExecutorResultInfo() local
460 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; CreateExecutorMsg() local
463 SignParam signParam = { .needSignature = false }; CreateExecutorMsg() local
707 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_CROSS_DEVICE, .peerUdid = peerUdid}; GetRemoteExecutorInfo() local
835 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; CreateExecutorCollectMsg() local
973 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_CROSS_DEVICE, .peerUdid = peerUdid }; CreateScheduleInfo() local
1035 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_CROSS_DEVICE, .peerUdid = peerUdid }; CreateAuthResultInfo() local
1125 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_CROSS_DEVICE, .peerUdid = peerUdid }; GetExecutorInfoTlv() local
[all...]
/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp205 SignParam signParam = { in SetAttributeToCollectorExecMsg() local
296 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; in SetAttributeToVerifierExecMsg() local
333 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; in SetAttributeToExtraInfo() local
387 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; in SetAttributeToAllInOneExecMsg() local

Completed in 6 milliseconds