/base/security/asset/frameworks/os_dependency/openssl/src/ |
H A D | openssl_wrapper.c | 28 void Sha256(const uint8_t *input, uint32_t intputLen, uint8_t *output) in Sha256() argument
|
/base/powermgr/power_manager/utils/shell/src/ |
H A D | main.cpp | 37 std::string input; in Loop() local
|
/base/security/security_component_manager/test/fuzztest/security_component/service/preregisterseccompprocessstub_fuzzer/ |
H A D | preregisterseccompprocessstub_fuzz.cpp | 39 MessageParcel input; in PreRegisterSecCompProcessStubFuzzTest() local
|
/base/security/huks/test/unittest/huks_standard_test/module_test/service_test/huks_service/core/src/ |
H A D | hks_storage_test.cpp | 65 const char input = '#'; in HWTEST_F() local 79 const char input = '$'; in HWTEST_F() local 93 const char input = '%'; in HWTEST_F() local 107 const char input = '&'; in HWTEST_F() local 121 const char input = '('; in HWTEST_F() local 135 const char input = ')'; HWTEST_F() local [all...] |
/base/security/security_component_manager/test/fuzztest/security_component/service/getenhanceremoteobjectstub_fuzzer/ |
H A D | getenhanceremoteobjectstub_fuzzer.cpp | 36 MessageParcel input; in GetEnhanceRemoteObjectStubFuzzTest() local
|
/base/hiviewdfx/faultloggerd/test/unittest/services/ |
H A D | faultlogger_config_test.cpp | 48 int input = 100; in HWTEST_F() local 67 long input = 100; in HWTEST_F() local 86 std::string input = "/data/log.txt"; in HWTEST_F() local
|
/base/security/crypto_framework/frameworks/cj/src/ |
H A D | mac_impl.cpp | 40 HcfResult MacImpl::MacUpdate(HcfBlob *input) in MacUpdate() argument
|
H A D | md_impl.cpp | 24 HcfResult MdImpl::MdUpdate(HcfBlob *input) in MdUpdate() argument
|
H A D | sm2_crypto_util_impl.cpp | 31 Sm2CipherTextSpec *Sm2CryptoUtilImpl::GetCipherTextSpec(HcfBlob input, char *mode, int32_t *errCode) in GetCipherTextSpec() argument
|
H A D | sign_impl.cpp | 38 HcfResult SignImpl::Update(HcfBlob *input) in Update() argument 46 HcfResult SignImpl::Sign(HcfBlob *input, HcfBlob *output) in Sign() argument
|
/base/security/crypto_framework/frameworks/crypto_operation/ |
H A D | sm2_crypto_util.c | 115 HcfResult HcfGetCipherTextSpec(HcfBlob *input, const char *mode, Sm2CipherTextSpec **returnSpc) in HcfGetCipherTextSpec() argument
|
/base/security/crypto_framework/test/unittest/src/ |
H A D | crypto_sm4_ecb_cipher_test.cpp | 394 HcfBlob input = { .data = plainText, .len = PLAINTEXT_LEN }; in HWTEST_F() local 434 HcfBlob input = { .data = plainText, .len = PLAINTEXT_LEN }; in HWTEST_F() local 474 HcfBlob input = { .data = plainText, .len = PLAINTEXT_LEN }; in HWTEST_F() local 514 HcfBlob input = { .data = plainText, .len = PLAINTEXT_LEN }; in HWTEST_F() local 577 HcfBlob input in HWTEST_F() local 614 HcfBlob input = { .data = nullptr, .len = 0 }; HWTEST_F() local 688 HcfBlob input = { .data = plainText, .len = PLAINTEXT_LEN }; HWTEST_F() local [all...] |
/base/security/security_component_manager/test/fuzztest/security_component/service/unregistersecuritycomponentstub_fuzzer/ |
H A D | unregistersecuritycomponentstub_fuzzer.cpp | 38 MessageParcel input; in RegisterSecurityComponentStub() local 73 MessageParcel input; in UnregisterSecurityComponentStubFuzzTest() local
|
/base/security/security_component_manager/test/fuzztest/security_component/service/updatesecuritycomponentstub_fuzzer/ |
H A D | updatesecuritycomponentstub_fuzzer.cpp | 38 MessageParcel input; in RegisterSecurityComponentStub() local 73 MessageParcel input; in UpdateSecurityComponentStubFuzzTest() local
|
/base/security/security_component_manager/test/fuzztest/security_component/service/verifysavepermissionstub_fuzzer/ |
H A D | verifysavepermissionstub_fuzzer.cpp | 37 MessageParcel input; in VerifySavePermissionStubFuzzTest() local
|
/base/security/security_component_manager/test/fuzztest/security_component/service/registersecuritycomponentstub_fuzzer/ |
H A D | registersecuritycomponentstub_fuzzer.cpp | 40 MessageParcel input; in RegisterSecurityComponentStubFuzzTest() local
|
/base/sensors/sensor/vibration_convert/core/algorithm/conversion/src/ |
H A D | conversion_filter.cpp | 33 double ConversionFilter::FilterLowPass(double input, double cutoff) in FilterLowPass() argument 41 double ConversionFilter::FilterHighPass(double input, double cutoff) in FilterHighPass() argument 49 double ConversionFilter::FilterLowResonant(double input, double cutoff, double resonance) in FilterLowResonant() argument 80 double ConversionFilter::FilterHighResonant(double input, double cutoff, double resonance) in FilterHighResonant() argument 112 FilterBandPass(double input, double cutoff, double resonance) FilterBandPass() argument 136 HandleResonant(double input, double cutoff, double resonance, FilterMethod filterMethod) HandleResonant() argument 160 HandleHighPassOrLowPass(double input, double cutoff, bool isHighPass) HandleHighPassOrLowPass() argument [all...] |
/base/time/time_service/services/dfx/src/ |
H A D | time_cmd_parse.cpp | 28 void TimeCmdParse::DoAction(int fd, const std::vector<std::string> &input) in DoAction() argument
|
/base/theme/wallpaper_mgr/utils/dfx/hidumper_adapter/ |
H A D | command.cpp | 28 bool Command::DoAction(const std::vector<std::string> &input, std::string &output) in DoAction() argument
|
/base/theme/screenlock_mgr/services/src/ |
H A D | command.cpp | 34 bool Command::DoAction(const std::vector<std::string> &input, std::string &output) in DoAction() argument
|
/base/update/updater/test/unittest/flashd_test/ |
H A D | flashd_utils_unittest.cpp | 49 std::string input = ""; in HWTEST_F() local
|
/base/web/webview/test/unittest/napi_common_test/ |
H A D | napi_parse_utils_unittest.cpp | 77 std::string input = "10"; in TEST_F() local
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | keyevent_consumer_proxy.cpp | 58 int32_t KeyEventConsumerProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output, MessageOption option) in SendRequest() argument
|
H A D | system_cmd_channel_proxy.cpp | 45 int32_t SystemCmdChannelProxy::SendRequest(int code, ParcelHandler input, ParcelHandler output) in SendRequest() argument
|
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/cipher/src/ |
H A D | cipher_sm2_crypto_util_openssl.c | 122 HcfResult HcfAsn1ToSm2Spec(HcfBlob *input, Sm2CipherTextSpec **returnSpec) in HcfAsn1ToSm2Spec() argument
|