/ohos5.0/base/security/certificate_framework/test/fuzztest/cfgetandcheck_fuzzer/ |
H A D | cfgetandcheck_fuzzer.cpp | 42 …void TestCommonfunc(const CfObject *object, uint32_t cnt, const CfParam *params, uint32_t functype) in TestCommonfunc() 69 CfParam params[PARAMS_SIZE_THREE]; in TestObjectTypeFunc1() local 87 CfParam params[] = { in TestObjectTypeFunc2() local 101 CfParam params[] = { in TestObjectTypeFunc3() local 117 CfParam params[] = { in TestObjectTypeFunc4() local 132 CfParam params[] = { in TestObjectTypeFunc5() local 146 CfParam params[] = { in TestObjectTypeFunc6() local
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ecc/ |
H A D | crypto_ecc_asy_key_generator_by_spec_sub_four_test.cpp | 428 HcfAsyKeyGenParams params = { variable 445 HcfAsyKeyGenParams params = { variable 460 HcfAsyKeyGenParams params = { variable 486 HcfAsyKeyGenParams params = { variable 512 HcfAsyKeyGenParams params = { variable 538 HcfAsyKeyGenParams params = { variable 564 HcfAsyKeyGenParams params = { variable 583 HcfAsyKeyGenParams params = { variable 601 HcfBigInteger *params, int h) in ConstructEcc521KeyPairParamsSpecByGet() 696 HcfBigInteger params[9]; variable [all …]
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/pake_task/pake_v1_task/pake_v1_protocol_task/ |
H A D | pake_v1_client_protocol_task.c | 42 static int PakeRequest(AsyBaseCurTask *task, PakeParams *params, CJson *out, int *status) in PakeRequest() 91 static int ParseMsgForClientConfirm(PakeParams *params, const CJson *in) in ParseMsgForClientConfirm() 119 static int PackageMsgForClientConfirm(PakeParams *params, CJson *out) in PackageMsgForClientConfirm() 146 static int PakeClientConfirm(AsyBaseCurTask *task, PakeParams *params, const CJson *in, CJson *out,… in PakeClientConfirm() 190 static int PakeClientVerifyConfirm(AsyBaseCurTask *task, PakeParams *params, const CJson *in, int *… in PakeClientVerifyConfirm() 221 static int Process(struct AsyBaseCurTaskT *task, PakeParams *params, const CJson *in, CJson *out, i… in Process()
|
H A D | pake_v1_protocol_task_common.c | 28 void DestroyDasPakeV1Params(PakeParams *params) in DestroyDasPakeV1Params() 67 static int32_t AllocReturnKey(PakeParams *params, const CJson *in) in AllocReturnKey() 137 static int32_t LoadPseudonymFlagIfNeed(PakeParams *params) in LoadPseudonymFlagIfNeed() 189 int32_t InitDasPakeV1Params(PakeParams *params, const CJson *in) in InitDasPakeV1Params() 244 static int32_t ConvertPakeV1Psk(const Uint8Buff *srcPsk, PakeParams *params) in ConvertPakeV1Psk() 282 int32_t FillPskWithDerivedKeyHex(PakeParams *params) in FillPskWithDerivedKeyHex() 378 int32_t LoadPseudonymExtInfoIfNeed(PakeParams *params) in LoadPseudonymExtInfoIfNeed() 445 static int32_t GeneratePseudonymPskIfNotExist(const PakeParams *params) in GeneratePseudonymPskIfNotExist() 604 int32_t AddPseudonymIdAndChallenge(PakeParams *params, CJson *payload) in AddPseudonymIdAndChallenge() 706 int32_t CheckPseudonymId(PakeParams *params, const CJson *in) in CheckPseudonymId() [all …]
|
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_ec_common/ |
H A D | pake_protocol_ec_common.c | 32 static int32_t GenerateEsk(PakeBaseParams *params) in GenerateEsk() 53 static int32_t InitEcPakeParams(PakeBaseParams *params) in InitEcPakeParams() 77 int32_t GenerateEcPakeParams(PakeBaseParams *params, Uint8Buff *secret) in GenerateEcPakeParams() 110 int32_t AgreeEcSharedSecret(PakeBaseParams *params, Uint8Buff *sharedSecret) in AgreeEcSharedSecret()
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/ |
H A D | object_radar_reporter.cpp | 22 struct HiSysEventParam params[] = { in ReportStateFinished() local 59 struct HiSysEventParam params[] = { in ReportStage() local 93 struct HiSysEventParam params[] = { in ReportStateStart() local 135 struct HiSysEventParam params[] = { in ReportStateError() local 177 struct HiSysEventParam params[] = { in ReportStageError() local
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/expand_sub_session/expand_process_lib/ |
H A D | save_trusted_info.c | 68 CmdParams params; member 101 QueryGroupParams params = InitQueryGroupParams(); in GetGroupEntryById() local 119 static int32_t CheckGroupValidity(const CmdParams *params) in CheckGroupValidity() 138 static int32_t ClientSendTrustedInfoProcEvent(CmdParams *params) in ClientSendTrustedInfoProcEvent() 345 static int32_t AddTrustedGroup(const CmdParams *params) in AddTrustedGroup() 365 static bool IsAcrossAccount(const CmdParams *params) in IsAcrossAccount() 378 static int32_t AddPeerTrustedDevice(const CmdParams *params) in AddPeerTrustedDevice() 406 static int32_t AddSelfTrustedDevice(const CmdParams *params) in AddSelfTrustedDevice() 426 static int32_t CreatePeerToPeerGroup(const CmdParams *params) in CreatePeerToPeerGroup() 438 QueryDeviceParams params = InitQueryDeviceParams(); in GetTrustedDeviceEntryById() local [all …]
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/kdf/src/ |
H A D | pbkdf2_openssl.c | 101 static bool CheckPBKDF2Params(HcfPBKDF2ParamsSpec *params) in CheckPBKDF2Params() 127 static bool GetPBKDF2PasswordFromSpec(HcfKdfData *data, HcfPBKDF2ParamsSpec *params) in GetPBKDF2PasswordFromSpec() 143 static bool GetPBKDF2SaltFromSpec(HcfKdfData *data, HcfPBKDF2ParamsSpec *params) in GetPBKDF2SaltFromSpec() 160 static HcfResult InitPBKDF2Data(OpensslKdfSpiImpl *self, HcfPBKDF2ParamsSpec *params) in InitPBKDF2Data() 190 static HcfResult OpensslPBKDF2(OpensslKdfSpiImpl *self, HcfPBKDF2ParamsSpec *params) in OpensslPBKDF2() 217 HcfPBKDF2ParamsSpec *params = (HcfPBKDF2ParamsSpec *)paramsSpec; in EngineGenerateSecret() local 232 HcfResult HcfKdfPBKDF2SpiCreate(HcfKdfDeriveParams *params, HcfKdfSpi **spiObj) in HcfKdfPBKDF2SpiCreate()
|
H A D | hkdf_openssl.c | 92 static bool CheckHkdfParams(HcfHkdfParamsSpec *params) in CheckHkdfParams() 117 static bool GetHkdfKeyFromSpec(HcfHkdfData *data, HcfHkdfParamsSpec *params) in GetHkdfKeyFromSpec() 142 …ic bool GetHkdfInfoFromSpec(OpensslHkdfSpiImpl *self, HcfHkdfData *data, HcfHkdfParamsSpec *params) in GetHkdfInfoFromSpec() 163 …ic bool GetHkdfSaltFromSpec(OpensslHkdfSpiImpl *self, HcfHkdfData *data, HcfHkdfParamsSpec *params) in GetHkdfSaltFromSpec() 184 static HcfResult InitHkdfData(OpensslHkdfSpiImpl *self, HcfHkdfParamsSpec *params) in InitHkdfData() 247 OSSL_PARAM params[6] = {}; in OpensslHkdf() local 295 HcfHkdfParamsSpec *params = (HcfHkdfParamsSpec *)paramsSpec; in EngineGenerateSecret() local 310 HcfResult HcfKdfHkdfSpiCreate(HcfKdfDeriveParams *params, HcfKdfSpi **spiObj) in HcfKdfHkdfSpiCreate()
|
/ohos5.0/base/security/device_auth/services/legacy/authenticators/src/account_unrelated/iso_task/iso_protocol_task/ |
H A D | iso_client_protocol_task.c | 41 static int IsoClientStartPackData(CJson *out, const IsoParams *params) in IsoClientStartPackData() 80 static int IsoClientStart(SymBaseCurTask *task, IsoParams *params, CJson *out, int32_t *status) in IsoClientStart() 107 static int PackDataForCalToken(const IsoParams *params, const Uint8Buff *selfTokenBuf, CJson *out) in PackDataForCalToken() 138 static int ParseServerStartMessage(IsoParams *params, const CJson *in, Uint8Buff *peerToken) in ParseServerStartMessage() 152 static int CalculateTokenClient(SymBaseCurTask *task, IsoParams *params, const CJson *in, CJson *ou… in CalculateTokenClient() 202 static int GenerateSessionKey(SymBaseCurTask *task, IsoParams *params, const CJson *in, int32_t *st… in GenerateSessionKey() 241 static int Process(struct SymBaseCurTaskT *task, IsoParams *params, const CJson *in, CJson *out, in… in Process()
|
/ohos5.0/foundation/graphic/graphic_2d/frameworks/bootanimation/test/unittest/ |
H A D | boot_picture_player_test.cpp | 44 PlayerParams params; variable 58 PlayerParams params; variable 71 PlayerParams params; variable
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v1/compatible_bind_sub_session/ |
H A D | compatible_bind_sub_session_common.c | 48 static int32_t AddGroupId(const char *groupId, CJson *params) in AddGroupId() 57 static int32_t AddGroupName(const CJson *jsonParams, CJson *params) in AddGroupName() 71 static int32_t AddGroupOwnerIfExist(const CJson *jsonParams, CJson *params) in AddGroupOwnerIfExist() 81 static int32_t AddGroupTypeIfValid(const CJson *jsonParams, CJson *params) in AddGroupTypeIfValid() 99 static int32_t AddGroupVisibilityIfValidOrDefault(const CJson *jsonParams, CJson *params) in AddGroupVisibilityIfValidOrDefault() 114 static int32_t AddExpireTimeIfValidOrDefault(const CJson *jsonParams, CJson *params) in AddExpireTimeIfValidOrDefault() 176 CJson *params) in AddAuthIdAndUserTypeIfValidOrDefault() 210 static int32_t AddUdid(CJson *params) in AddUdid() 225 static int32_t AddUserTypeIfValidOrDefault(const CJson *jsonParams, CJson *params) in AddUserTypeIfValidOrDefault() 241 CJson *params) in AddDevInfoToSessionParams() [all …]
|
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/unittest/common/camera_source/ |
H A D | dcamera_source_handler_test.cpp | 80 std::string params = "test001"; variable 93 std::string params = "test002"; variable 137 std::string params = "test004"; variable 153 std::string params = "test005"; variable 177 std::string params = "test006"; variable
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/ |
H A D | crypto_key_test.cpp | 97 int32_t CryptoKeyTest::ExecSdcBinary(std::vector<std::string> params, int isCrypt) in ExecSdcBinary() 1001 std::vector<std::string> params; variable 1050 std::vector<std::string> params; variable 1097 std::vector<std::string> params; variable 1133 std::vector<std::string> params; variable 1183 std::vector<std::string> params; variable 1234 std::vector<std::string> params; variable 1285 std::vector<std::string> params; variable 1313 std::vector<std::string> params; variable 1341 std::vector<std::string> params; variable
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/filter/interfaces/ |
H A D | filter.js | 118 setInitiallyProvidedValue(params) { argument 139 updateStateVars(params) { argument 204 setInitiallyProvidedValue(params) { argument 226 updateStateVars(params) { argument 578 setInitiallyProvidedValue(params) { argument 616 updateStateVars(params) { argument 1292 setInitiallyProvidedValue(params) { argument 1391 updateStateVars(params) { argument 1695 params: ['sys.color.ohos_id_color_text_primary_activated'], property in colorArr 1702 params: ['sys.color.ohos_id_color_text_primary'], property in colorArr.colorArr [all …]
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/service_app_spawn_client_test/ |
H A D | ams_service_app_spawn_client_module_test.cpp | 325 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; variable 358 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", illegalAppName }; variable 392 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", illegalClsName }; variable 454 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; variable 483 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; variable 509 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; variable 544 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; variable 581 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; variable 612 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; variable 653 AppSpawnStartMsg params = { 10001, 10001, {10001, 10002}, "processName", "soPath" }; variable [all …]
|
/ohos5.0/foundation/communication/netstack/frameworks/js/napi/websocket/async_context/src/ |
H A D | send_context.cpp | 36 bool SendContext::HandleParseString(napi_value *params) in HandleParseString() 61 bool SendContext::HandleParseArrayBuffer(napi_value *params) in HandleParseArrayBuffer() 91 void SendContext::ParseParams(napi_value *params, size_t paramsCount) in ParseParams() 129 bool SendContext::CheckParamsType(napi_value *params, size_t paramsCount) in CheckParamsType()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_render_node_drawable_autocache.cpp | 54 const RSRenderParams& params, bool& isOpincDropNodeExt) in OpincCalculateBefore() 84 bool RSRenderNodeDrawable::PreDrawableCacheState(RSRenderParams& params, bool& isOpincDropNodeExt) in PreDrawableCacheState() 111 void RSRenderNodeDrawable::DrawableCacheStateReset(RSRenderParams& params) in DrawableCacheStateReset() 148 RSRenderParams& params) in BeforeDrawCacheProcessChildNode() 169 const RSRenderParams& params, bool& isOpincDropNodeExt) in BeforeDrawCacheFindRootNode() 193 Drawing::Canvas& canvas, RSRenderParams& params, bool& isOpincDropNodeExt) in BeforeDrawCache() 224 bool RSRenderNodeDrawable::IsOpincNodeInScreenRect(RSRenderParams& params) in IsOpincNodeInScreenRect() 237 …Drawing::Canvas& canvas, RSRenderParams& params, bool& isOpincDropNodeExt, int& opincRootTotalCoun… in AfterDrawCache() 339 const auto& params = GetRenderParams(); in GetNodeDebugInfo() local
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/crypto/src/ |
H A D | crypto_manager.cpp | 42 int32_t GetRootKeyParams(HksParamSet *¶ms) in GetRootKeyParams() 79 struct HksParamSet *params = nullptr; in GenerateRootKey() local 100 struct HksParamSet *params = nullptr; in CheckRootKey() local 126 struct HksParamSet *params = nullptr; in Encrypt() local 177 struct HksParamSet *params = nullptr; in Decrypt() local
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/storage/src/ |
H A D | hks_storage_manager_test.cpp | 95 struct HksParam params[] = { variable 149 struct HksParam params[] = { variable 200 struct HksParam params[] = { variable 252 struct HksParam params[] = { variable 303 struct HksParam params[] = { variable 355 struct HksParam params[] = { variable
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/exceptionprompt/interfaces/ |
H A D | exceptionprompt.js | 37 constructor(parent, params, __localStorage, elmtId = -1, paramsLambda = undefined, extraInfo) { argument 46 params: ['sys.color.ohos_id_color_sub_background_transparent'], property in ExceptionPrompt.constructor.touchBackgroundColor 60 setInitiallyProvidedValue(params) { argument 78 updateStateVars(params) { argument
|
/ohos5.0/base/security/device_auth/services/session_manager/src/session/v2/auth_sub_session/protocol_lib/ |
H A D | ec_speke_protocol.c | 74 EcSpekeParams params; member 188 static int32_t CalSalt(EcSpekeParams *params) in CalSalt() 202 static int32_t CalSecret(EcSpekeParams *params, Uint8Buff *secret) in CalSecret() 242 static int32_t EcSpekeCalEskSelf(EcSpekeParams *params) in EcSpekeCalEskSelf() 271 static int32_t EcSpekeCalEpkSelf(EcSpekeParams *params) in EcSpekeCalEpkSelf() 300 static int32_t CheckEpkPeerValid(EcSpekeParams *params) in CheckEpkPeerValid() 317 static int32_t CalP(EcSpekeParams *params, Uint8Buff *p) in CalP() 331 static int32_t CalSidSelf(EcSpekeParams *params, Uint8Buff *sidSelf) in CalSidSelf() 387 static int32_t CalSid(EcSpekeParams *params, Uint8Buff *sid) in CalSid() 480 static int32_t CalSharedSecret(EcSpekeParams *params) in CalSharedSecret() [all …]
|
/ohos5.0/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_sm2_cipher_test.cpp | 689 CipherAttr params = { variable 702 CipherAttr params = { variable 718 CipherAttr params = { variable 734 CipherAttr params = { variable 750 CipherAttr params = { variable 771 CipherAttr params = { variable 788 CipherAttr params = { variable 810 CipherAttr params = { variable 831 CipherAttr params = { variable 862 CipherAttr params = { variable [all …]
|
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_dl_common_mock/ |
H A D | pake_protocol_dl_common_mock.c | 28 int32_t GenerateDlPakeParams(PakeBaseParams *params, const Uint8Buff *secret) in GenerateDlPakeParams() 36 int32_t AgreeDlSharedSecret(PakeBaseParams *params, Uint8Buff *sharedSecret) in AgreeDlSharedSecret()
|
/ohos5.0/base/security/device_auth/services/protocol/src/pake_protocol/pake_protocol_ec_common_mock/ |
H A D | pake_protocol_ec_common_mock.c | 28 int32_t GenerateEcPakeParams(PakeBaseParams *params, Uint8Buff *secret) in GenerateEcPakeParams() 36 int32_t AgreeEcSharedSecret(PakeBaseParams *params, Uint8Buff *sharedSecret) in AgreeEcSharedSecret()
|