Searched refs:needSignature (Results 1 – 5 of 5) sorted by relevance
/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 }; 90 SignParam signParam = { .needSignature = false }; 114 signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; 126 SignParam signParam = { .needSignature = false }; 155 signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; 187 SignParam signParam = { .needSignature = false }; 197 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; 225 signParam = { .needSignature = false }; 238 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; 249 SignParam signParam1 = { .needSignature = false }; [all …]
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | executor_message.c | 91 if (signParam.needSignature) { in GetAttributeDataAndSignTlv() 245 if (signParam.needSignature) { in CreateAttributeFromDataAndSignTlv() 372 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; in CreateExecutorResultInfo() 460 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; in CreateExecutorMsg() 463 SignParam signParam = { .needSignature = false }; in CreateExecutorMsg() 708 …SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_CROSS_DEVICE, .peerUdid = peerU… in GetRemoteExecutorInfo() 837 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; in CreateExecutorCollectMsg() 974 …SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_CROSS_DEVICE, .peerUdid = peer… in CreateScheduleInfo() 1036 …SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_CROSS_DEVICE, .peerUdid = peerU… in CreateAuthResultInfo() 1126 …SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_CROSS_DEVICE, .peerUdid = peerU… in GetExecutorInfoTlv()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/key_mgr/inc/ |
H A D | sign_param.h | 34 bool needSignature; member
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/service/ |
H A D | user_auth_interface_service.cpp | 206 .needSignature = true, in SetAttributeToCollectorExecMsg() 296 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; in SetAttributeToVerifierExecMsg() 333 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; in SetAttributeToExtraInfo() 387 SignParam signParam = { .needSignature = true, .keyType = KEY_TYPE_EXECUTOR }; in SetAttributeToAllInOneExecMsg()
|
/ohos5.0/drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
H A D | user_auth_funcs.c | 220 .needSignature = true, in GenerateRemoteAuthResultMsg()
|