Home
last modified time | relevance | path

Searched defs:maxLen (Results 1 - 25 of 45) sorted by relevance

12

/base/security/certificate_framework/frameworks/common/v1.0/src/
H A Dcf_check.c21 int32_t CfCheckBlob(const CfBlob *blob, uint32_t maxLen) in CfCheckBlob() argument
30 int32_t CfCheckEncodingBlob(const CfEncodingBlob *blob, uint32_t maxLen) in CfCheckEncodingBlob() argument
H A Dutils.c27 bool CfIsStrValid(const char *str, uint32_t maxLen) in CfIsStrValid() argument
/base/security/crypto_framework/common/src/
H A Dutils.c23 bool HcfIsStrValid(const char *str, uint32_t maxLen) in HcfIsStrValid() argument
/base/theme/screenlock_mgr/frameworks/js/napi/src/
H A Dscreenlock_js_util.cpp26 size_t maxLen = ScreenLockJsUtil::MAX_LEN; in Convert2String() local
/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/gethttpauthcredentials_fuzzer/
H A Dgethttpauthcredentials_fuzzer.cpp28 constexpr int32_t maxLen = 256; in GetHttpAuthCredentialsFuzzTest() local
/base/security/device_auth/common_lib/impl/src/
H A Duint8buff_utils.c78 bool IsUint8BuffValid(const Uint8Buff *buff, uint32_t maxLen) in IsUint8BuffValid() argument
/base/hiviewdfx/hiview/base/event_raw/decoded/
H A Draw_data_decoder.cpp23 bool RawDataDecoder::FloatingNumberDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, double& dest) in FloatingNumberDecoded() argument
54 bool RawDataDecoder::SignedVarintDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, int64_t& dest) in SignedVarintDecoded() argument
68 bool RawDataDecoder::StringValueDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, std::string& dest) in StringValueDecoded() argument
87 UnsignedVarintDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, uint64_t& dest) UnsignedVarintDecoded() argument
110 ValueTypeDecoded(uint8_t* rawData, const size_t maxLen, size_t& pos, struct ParamValueType& dest) ValueTypeDecoded() argument
[all...]
H A Ddecoded_event.cpp275 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/sensors/medical_sensor/frameworks/native/medical_sensor/src/
H A Dmy_file_descriptor_listener.cpp31 constexpr int32_t maxLen = sizeof(struct TransferMedicalSensorEvents) * RECEIVE_DATA_SIZE; member
/base/update/updater/services/common/ring_buffer/
H A Dring_buffer.cpp112 bool RingBuffer::Pop(uint8_t *buf, uint32_t maxLen, uint32_t &len) in Pop() argument
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent_manager/
H A Dhisysevent_record_convertor.cpp60 constexpr size_t maxLen = 384 * 1024; // max length of the event is 384KB in ConvertJsonStr() local
/base/hiviewdfx/hiview/base/event_raw/include/decoded/
H A Ddecoded_param.h31 DecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) in DecodedParam() argument
64 UnsignedVarintDecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) in UnsignedVarintDecodedParam() argument
77 UnsignedVarintDecodedArrayParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) in UnsignedVarintDecodedArrayParam() argument
90 SignedVarintDecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) in SignedVarintDecodedParam() argument
103 SignedVarintDecodedArrayParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) in SignedVarintDecodedArrayParam() argument
116 FloatingNumberDecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) FloatingNumberDecodedParam() argument
129 FloatingNumberDecodedArrayParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) FloatingNumberDecodedArrayParam() argument
142 StringDecodedParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) StringDecodedParam() argument
155 StringDecodedArrayParam(uint8_t* rawData, const size_t maxLen, size_t& pos, const std::string& key) StringDecodedArrayParam() argument
[all...]
/base/security/crypto_framework/test/unittest/src/native/
H A Dnative_sym_cipher_test.cpp58 int32_t maxLen = *cipherTextLen; in AesEncrypt() local
102 int32_t maxLen = cipherTextLen; in AesDecrypt() local
/base/security/crypto_framework/test/unittest/src/
H A Dsm4_common.cpp77 int32_t maxLen = *cipherTextLen; in Sm4EncryptWithInput() local
148 int32_t maxLen = *cipherTextLen; in Sm4Encrypt() local
191 int32_t maxLen = cipherTextLen; in Sm4Decrypt() local
238 int32_t maxLen in Sm4NoUpdateEncrypt() local
268 int32_t maxLen = cipherTextLen; Sm4NoUpdateDecrypt() local
[all...]
H A Dcrypto_3des_cipher_test.cpp79 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/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/
H A Duser_auth_widget_mgr_v10.cpp113 static const size_t maxLen = 10; in On() local
161 static const size_t maxLen = 10; in Off() local
H A Dauth_instance_v9.cpp183 static const size_t maxLen = 10; in On() local
227 static const size_t maxLen = 10; in Off() local
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfciphercreate_fuzzer/
H A Dhcfciphercreate_fuzzer.cpp36 int32_t maxLen = *cipherTextLen; in AesEncrypt() local
76 int32_t maxLen = cipherTextLen; in AesDecrypt() local
117 int32_t maxLen = *cipherTextLen; in Sm4Encrypt() local
158 int32_t maxLen in Sm4Decrypt() local
[all...]
/base/security/device_security_level/oem_property/ohos/common/
H A Ddslm_ohos_request.c154 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 Dappspawn_message.c63 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 Dwallpaper_js_util.cpp26 size_t maxLen = WallpaperJSUtil::MAX_LEN; in Convert2String() local
/base/useriam/face_auth/frameworks/js/napi/src/
H A Dface_auth_napi.cpp125 static constexpr int maxLen = 25; in SetSurfaceId() local
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/fuzztest/faultloggerservice_fuzzer/
H A Dfaultlogger_service_fuzzer.cpp56 constexpr int maxLen = 20; in FuzzServiceInterfaceDump() local
/base/request/request/test/unittest/cpp_test/fwkTest/src/
H A Dresponse_message_receiver_test.cpp636 int maxLen = size; in HWTEST_F() local
[all...]
/base/security/crypto_framework/plugin/openssl_plugin/crypto_operation/signature/src/
H A Dsm2_openssl.c281 size_t maxLen; in EngineSignDoFinal() local

Completed in 16 milliseconds

12