/base/security/certificate_framework/frameworks/common/v1.0/src/ |
H A D | cf_check.c | 21 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 D | utils.c | 27 bool CfIsStrValid(const char *str, uint32_t maxLen) in CfIsStrValid() argument
|
/base/security/crypto_framework/common/src/ |
H A D | utils.c | 23 bool HcfIsStrValid(const char *str, uint32_t maxLen) in HcfIsStrValid() argument
|
/base/theme/screenlock_mgr/frameworks/js/napi/src/ |
H A D | screenlock_js_util.cpp | 26 size_t maxLen = ScreenLockJsUtil::MAX_LEN; in Convert2String() local
|
/base/web/webview/test/fuzztest/ohos_adapter/distributeddatamgr_adapter/webdatabase/gethttpauthcredentials_fuzzer/ |
H A D | gethttpauthcredentials_fuzzer.cpp | 28 constexpr int32_t maxLen = 256; in GetHttpAuthCredentialsFuzzTest() local
|
/base/security/device_auth/common_lib/impl/src/ |
H A D | uint8buff_utils.c | 78 bool IsUint8BuffValid(const Uint8Buff *buff, uint32_t maxLen) in IsUint8BuffValid() argument
|
/base/hiviewdfx/hiview/base/event_raw/decoded/ |
H A D | raw_data_decoder.cpp | 23 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 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/sensors/medical_sensor/frameworks/native/medical_sensor/src/ |
H A D | my_file_descriptor_listener.cpp | 31 constexpr int32_t maxLen = sizeof(struct TransferMedicalSensorEvents) * RECEIVE_DATA_SIZE;
member
|
/base/update/updater/services/common/ring_buffer/ |
H A D | ring_buffer.cpp | 112 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 D | hisysevent_record_convertor.cpp | 60 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 D | decoded_param.h | 31 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 D | native_sym_cipher_test.cpp | 58 int32_t maxLen = *cipherTextLen; in AesEncrypt() local 102 int32_t maxLen = cipherTextLen; in AesDecrypt() local
|
/base/security/crypto_framework/test/unittest/src/ |
H A D | sm4_common.cpp | 77 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 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/useriam/user_auth_framework/frameworks/js/napi/user_auth/src/ |
H A D | user_auth_widget_mgr_v10.cpp | 113 static const size_t maxLen = 10; in On() local 161 static const size_t maxLen = 10; in Off() local
|
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
|
/base/security/crypto_framework/test/fuzztest/crypto_operation/hcfciphercreate_fuzzer/ |
H A D | hcfciphercreate_fuzzer.cpp | 36 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 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/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/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
|