| /base/security/crypto_framework/test/unittest/src/ |
| H A D | crypto_3des_cipher_test.cpp | 79 int32_t maxLen = *cipherTextLen; in DesEncrypt() local 122 int32_t maxLen = cipherTextLen; in DesDecrypt() local 169 int32_t maxLen = *cipherTextLen; in DesNoUpdateEncrypt() local 199 int32_t maxLen = cipherTextLen; in DesNoUpdateDecrypt() local [all...] |
| /base/security/device_security_level/oem_property/ohos/common/ |
| H A D | dslm_ohos_request.c | 154 int32_t GetCredFromCurrentDevice(char *credStr, uint32_t maxLen) in GetCredFromCurrentDevice() argument 181 int32_t GetCredFromCurrentDevice(char *credStr, uint32_t maxLen) in GetCredFromCurrentDevice() argument
|
| /base/startup/appspawn/lite/ |
| H A D | appspawn_message.c | 63 static enum OHOSLiteErrorCode ReadStringItem(cJSON *strItem, char **buf, size_t maxLen, size_t minLen) in ReadStringItem() argument
|
| /base/theme/wallpaper_mgr/frameworks/js/napi/ |
| H A D | wallpaper_js_util.cpp | 26 size_t maxLen = WallpaperJSUtil::MAX_LEN; in Convert2String() local
|
| /base/useriam/face_auth/frameworks/js/napi/src/ |
| H A D | face_auth_napi.cpp | 125 static constexpr int maxLen = 25; in SetSurfaceId() local
|
| /base/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
| H A D | auth_instance_v9.cpp | 183 static const size_t maxLen = 10; in On() local 227 static const size_t maxLen = 10; in Off() local
|
| H A D | user_auth_impl.cpp | 135 static const size_t maxLen = 20; in ParseExecuteAuthType() local 163 static const size_t maxLen = 20; in ParseExecuteSecureLevel() local
|
| /test/xts/acts/hiviewdfx/hiappeventtest/hiappeventcpptest/ |
| H A D | HiAppEventCPPTest.cpp | 808 int maxLen = 32; in HWTEST_F() local 1073 int maxLen = 32; in HWTEST_F() local 1115 int maxLen = 32; in HWTEST_F() local 1165 int maxLen = 32; HWTEST_F() local [all...] |
| /test/xts/device_attest/services/devattest_ability/test/tdd/gtest/src/ |
| H A D | attest_tdd_test.cpp | 575 uint32_t maxLen = OUT_STR_LEN_MAX + 1; in HWTEST_F() local 607 uint32_t maxLen = OUT_STR_LEN_MAX + 1; HWTEST_F() local [all...] |
| /third_party/lzma/C/ |
| H A D | LzFindOpt.c | 272 const Byte *maxLen = cur + _maxLen;
in GetMatchesSpecN_2() local
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fDebugMarkerTests.cpp | 75 void getSimpleRndString (vector<char>& dst, de::Random& rnd, int maxLen) in getSimpleRndString() argument 85 void getComplexRndString (vector<char>& dst, de::Random& rnd, int maxLen) in getComplexRndString() argument
|
| /base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerservice_fuzzer/ |
| H A D | faultlogger_service_fuzzer.cpp | 56 constexpr int maxLen = 20; in FuzzServiceInterfaceDump() local
|
| /base/hiviewdfx/hiview/base/event_raw/decoded/ |
| H A D | decoded_event.cpp | 275 void DecodedEvent::ParseHeader(const size_t maxLen) in ParseHeader() argument 295 void DecodedEvent::ParseCustomizedParams(const size_t maxLen) in ParseCustomizedParams() argument 321 std::shared_ptr<DecodedParam> DecodedEvent::CreateFloatingNumTypeDecodedParam(const size_t maxLen, in CreateFloatingNumTypeDecodedParam() argument 330 std::shared_ptr<DecodedParam> DecodedEvent::CreateSignedVarintTypeDecodedParam(const size_t maxLen, in CreateSignedVarintTypeDecodedParam() argument 339 CreateStringTypeDecodedParam(const size_t maxLen, const std::string& key, bool isArray) CreateStringTypeDecodedParam() argument 348 CreateUnsignedVarintTypeDecodedParam(const size_t maxLen, const std::string& key, bool isArray) CreateUnsignedVarintTypeDecodedParam() argument 357 ParseCustomizedParam(const size_t maxLen) ParseCustomizedParam() argument [all...] |
| /base/request/request/test/unittest/cpp_test/fwkTest/src/ |
| H A D | response_message_receiver_test.cpp | 636 int maxLen = size; in HWTEST_F() local [all...] |
| /base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/ |
| H A D | sm2_openssl.c | 281 size_t maxLen; in EngineSignDoFinal() local
|
| H A D | dsa_openssl.c | 371 size_t maxLen; in EngineDsaSignDoFinal() local 407 size_t maxLen; in EngineDsaSignWithoutDigestDoFinal() local [all...] |
| H A D | ecdsa_openssl.c | 217 size_t maxLen; in EngineSignDoFinal() local
|
| /base/security/crypto_framework/test/unittest/src/aes_cipher/ |
| H A D | aes_common.cpp | 261 int32_t maxLen = *cipherTextLen; in AesEncryptWithInput() local 306 int32_t maxLen = *cipherTextLen; in AesEncrypt() local 351 int32_t maxLen = cipherTextLen; in AesDecrypt() local 397 int32_t maxLen in AesNoUpdateEncWithInput() local 455 int32_t maxLen = *cipherTextLen; AesNoUpdateEncrypt() local 487 int32_t maxLen = cipherTextLen; AesNoUpdateDecrypt() local [all...] |
| /base/time/time_service/framework/js/napi/common/src/ |
| H A D | napi_utils.cpp | 65 size_t maxLen = STR_MAX_LENGTH; in GetValue() local
|
| /test/xts/acts/communication_lite/dsoftbus_hal/src/ |
| H A D | session_test.c | 208 uint32_t maxLen; variable 232 uint32_t maxLen; variable
|
| /test/xts/tools/lite/checksum/src/ |
| H A D | checksum_file.c | 195 int maxLen = 1000; in CalcMultiFilesSha256() local
|
| /third_party/icu/icu4c/source/common/ |
| H A D | uniset.cpp | 607 int32_t maxLen = forward ? limit-offset : offset-limit; in matches() local [all...] |
| /third_party/lzma/CS/7zip/Common/ |
| H A D | CommandLineParser.cs | 26 SwitchForm(string idString, SwitchType type, bool multi, int minLen, int maxLen, string postCharSet) SwitchForm() argument
|
| /third_party/node/deps/icu-small/source/common/ |
| H A D | uniset.cpp | 607 int32_t maxLen = forward ? limit-offset : offset-limit; in matches() local [all...] |
| /third_party/vk-gl-cts/execserver/ |
| H A D | xsExecutionServer.cpp | 344 size_t maxLen = de::min(m_sendRecvTmpBuf.size(), (size_t)m_bufferIn.getNumFree()); in receive() local 375 size_t maxLen = de::min(m_sendRecvTmpBuf.size(), (size_t)m_bufferOut.getNumElements()); in send() local
|