Searched defs:signParam (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | executor_message.c | 36 …STATIC ResultCode SignData(const Uint8Array *dataTlv, Uint8Array *signDataTlv, SignParam signParam) in SignData() 68 SignParam signParam) in GetAttributeDataAndSignTlv() 116 …ltCode GetAttributeExecutorMsg(const Attribute *attribute, Uint8Array *retMsg, SignParam signParam) in GetAttributeExecutorMsg() 186 SignParam signParam) in VerifyDataTlvSignature() 230 … Attribute *CreateAttributeFromDataAndSignTlv(const Uint8Array dataAndSignTlv, SignParam signParam) in CreateAttributeFromDataAndSignTlv() 263 IAM_STATIC Attribute *CreateAttributeFromExecutorMsg(const Uint8Array msg, SignParam signParam) in CreateAttributeFromExecutorMsg() 372 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; in CreateExecutorResultInfo() local 460 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; in CreateExecutorMsg() local 463 SignParam signParam = { .needSignature = false }; in CreateExecutorMsg() local 708 …SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_CROSS_DEVICE, .peerUdid = peerU… in GetRemoteExecutorInfo() local [all …]
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/key_mgr/src/ |
H A D | hmac_key.c | 68 Buffer *HmacSign(const Buffer *data, SignParam signParam) in HmacSign() 100 ResultCode HmacVerify(const Buffer *data, const Buffer *sign, SignParam signParam) in HmacVerify()
|
/ohos5.0/drivers/peripheral/user_auth/test/unittest/co_auth/ |
H A D | executor_message_test.cpp | 76 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; variable 90 SignParam signParam = { .needSignature = false }; variable 126 SignParam signParam = { .needSignature = false }; variable 187 SignParam signParam = { .needSignature = false }; variable 197 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; variable 238 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; variable 361 SignParam signParam = { .needSignature = false }; variable
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/three_stage_test/include/ |
H A D | hks_import_wrapped_sm2_suite_test.h | 42 struct HksParamSet *signParam; member
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/ |
H A D | user_auth_interface_service.cpp | 205 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
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
H A D | user_auth_funcs.c | 219 SignParam signParam = { in GenerateRemoteAuthResultMsg() local
|