Home
last modified time | relevance | path

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

12345

/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
/foundation/communication/dsoftbus/tests/core/frame/unittest/mock/
H A Dsoftbus_server_test_mock.cpp41 bool IsValidString(const char *input, uint32_t maxLen) in IsValidString() argument
/base/security/device_auth/common_lib/impl/src/
H A Duint8buff_utils.c78 bool IsUint8BuffValid(const Uint8Buff *buff, uint32_t maxLen) in IsUint8BuffValid() argument
/foundation/communication/dsoftbus/core/transmission/trans_channel/auth/src/
H A Dtrans_auth_message.c114 int32_t TransAuthChannelErrorPack(int32_t errcode, const char *errMsg, char *cJsonStr, int32_t maxLen) in TransAuthChannelErrorPack() 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...]
/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
/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/local_ledger/include/
H A Dlnn_local_net_ledger.h38 int32_t maxLen; member
/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Ddsoftbus_other_test.cpp116 int32_t maxLen = 100; in HWTEST_F() local
132 int32_t maxLen = 100; in HWTEST_F() local
149 int32_t maxLen = 0; in HWTEST_F() local
/kernel/liteos_a/kernel/extended/dynload/src/
H A Dlos_exec_elf.c51 STATIC INT32 OsGetRealPath(const CHAR *fileName, CHAR *buf, UINT32 maxLen) in OsGetRealPath() 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
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/diagram/scanline/
H A Dgeometry_scanline.h71 uint32_t maxLen = maxX - minX + liftNumber; in Reset() local
/foundation/communication/dsoftbus/tests/core/common/security/permission/common/unittest/
H A Dpermission_entry_mock_test.cpp49 int32_t SoftBusReadFullFile(const char *fileName, char *readBuf, uint32_t maxLen) in SoftBusReadFullFile() argument
/foundation/distributeddatamgr/kv_store/frameworks/native/kv_store/src/kvstore_common/
H A Dkvstore_common.c158 int GetValueByCache(const char* key, char* value, unsigned int maxLen) in GetValueByCache() argument
/test/xts/acts/kernel_lite/util_posix/src/
H A DActsUtilStringOperApiTest.cpp475 size_t maxLen; in HWTEST_F() 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...]

Completed in 31 milliseconds

12345