Searched refs:inLength (Results 1 - 3 of 3) sorted by relevance
/base/telephony/sms_mms/frameworks/native/mms/src/utils/ |
H A D | mms_quoted_printable.cpp | 50 uint32_t inLength = 0;
in Decode() local 51 inLength = src.length();
in Decode() 52 if (inLength == 0 || inLength > MAX_MMS_ATTACHMENT_LEN) {
in Decode() 53 TELEPHONY_LOGE("inLength size error");
in Decode() 57 std::unique_ptr<char[]> tempBuffer = std::make_unique<char[]>(inLength + 1);
in Decode() 66 while (index < inLength) {
in Decode()
|
/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/alg_module_test/src/ |
H A D | hks_rsa_common_mt.cpp | 72 uint32_t inLength = (cipherLenBit->uint32Param) / BIT_NUM_OF_UINT8; in GenerateKeyTestCase() local 73 HksBlob cipherText = { .size = inLength, .data = static_cast<uint8_t *>(HksMalloc(inLength)) }; in GenerateKeyTestCase() 139 uint32_t inLength = (cipherLenBit->uint32Param) / BIT_NUM_OF_UINT8; in EncryptLocalTestCase() local 140 HksBlob cipherText = { .size = inLength, .data = static_cast<uint8_t *>(HksMalloc(inLength)) }; in EncryptLocalTestCase() 269 uint32_t inLength = (cipherLenBit->uint32Param) / BIT_NUM_OF_UINT8; in DecryptLocalTestCase() local 270 HksBlob cipherText = { .size = inLength, .data = static_cast<uint8_t *>(HksMalloc(inLength)) }; in DecryptLocalTestCase() 329 uint32_t inLength in DecryptServiceTestCase() local [all...] |
/base/update/updater/services/package/pkg_algorithm/ |
H A D | pkg_algo_lz4.cpp | 306 size_t inLength = 0;
in Pack() local 308 if (GetPackParam(ctx, preferences, inLength, outLength) != PKG_SUCCESS) {
in Pack() 313 PkgBuffer inBuffer(inLength);
in Pack() 321 struct PkgBufferMessage msg { packText, inBuffer, outBuffer, inLength, outLength};
in Pack() member 474 size_t inLength = static_cast<size_t>(inBuffSize);
in Unpack() local 476 PkgBuffer inBuffer(nullptr, inLength);
in Unpack() 483 struct PkgBufferMessage msg { unpackText, inBuffer, outBuffer, inLength, outLength};
in Unpack() member
|
Completed in 3 milliseconds