Home
last modified time | relevance | path

Searched refs:outLength (Results 1 – 25 of 498) sorted by relevance

12345678910>>...20

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/text/
H A DBase64.cpp91 outLength += ((outLength - 1) / 76); in base64Encode()
94 out.grow(outLength); in base64Encode()
152 unsigned outLength = 0; in base64DecodeInternal() local
161 outLength++; in base64DecodeInternal()
166 if (!outLength) in base64DecodeInternal()
170 if ((outLength % 4) == 1) in base64DecodeInternal()
174 outLength -= (outLength + 3) / 4; in base64DecodeInternal()
175 if (!outLength) in base64DecodeInternal()
180 if (outLength > 1) { in base64DecodeInternal()
190 if (didx < outLength) in base64DecodeInternal()
[all …]
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/crypto/
H A DCipherContext.cpp287 int outLength = OutLength; in Transform() local
293 return outLength; in Transform()
334 int outLength = OutLength; in Final() local
346 return outLength; in Final()
406 outLength -= blockSize; in OldOpenSSLFinal()
409 if(outLength > 0) in OldOpenSSLFinal()
423 rOutLengthOut = outLength; in OldOpenSSLFinal()
513 int outLength = 0; in TransformBlock() local
517 outLength = OutLength; in TransformBlock()
532 outLength += outLength2; in TransformBlock()
[all …]
/dports/www/aria2/aria2-1.36.0/src/
H A DInternalDHKeyExchange.cc83 size_t DHKeyExchange::getPublicKey(unsigned char* out, size_t outLength) const in getPublicKey()
85 if (outLength < keyLength_) { in getPublicKey()
89 static_cast<unsigned long>(outLength))); in getPublicKey()
91 publicKey_.binary(reinterpret_cast<char*>(out), outLength); in getPublicKey()
95 void DHKeyExchange::generateNonce(unsigned char* out, size_t outLength) const in generateNonce()
97 util::generateRandomData(out, outLength); in generateNonce()
100 size_t DHKeyExchange::computeSecret(unsigned char* out, size_t outLength, in computeSecret() argument
104 if (outLength < keyLength_) { in computeSecret()
108 static_cast<unsigned long>(outLength))); in computeSecret()
120 secret.binary(reinterpret_cast<char*>(out), outLength); in computeSecret()
[all …]
H A DLibgcryptDHKeyExchange.cc100 if (outLength < keyLength_) { in getPublicKey()
104 static_cast<unsigned long>(outLength))); in getPublicKey()
106 memset(out, 0, outLength); in getPublicKey()
111 outLength - offset, &nwritten, publicKey_); in getPublicKey()
118 void DHKeyExchange::generateNonce(unsigned char* out, size_t outLength) const in generateNonce()
120 gcry_create_nonce(out, outLength); in generateNonce()
123 size_t DHKeyExchange::computeSecret(unsigned char* out, size_t outLength, in computeSecret() argument
127 if (outLength < keyLength_) { in computeSecret()
131 static_cast<unsigned long>(outLength))); in computeSecret()
146 memset(out, 0, outLength); in computeSecret()
[all …]
H A DLibgmpDHKeyExchange.cc93 size_t DHKeyExchange::getPublicKey(unsigned char* out, size_t outLength) const in getPublicKey()
95 if (outLength < keyLength_) { in getPublicKey()
99 static_cast<unsigned long>(outLength))); in getPublicKey()
101 memset(out, 0, outLength); in getPublicKey()
109 void DHKeyExchange::generateNonce(unsigned char* out, size_t outLength) const in generateNonce()
111 util::generateRandomData(out, outLength); in generateNonce()
114 size_t DHKeyExchange::computeSecret(unsigned char* out, size_t outLength, in computeSecret() argument
118 if (outLength < keyLength_) { in computeSecret()
122 static_cast<unsigned long>(outLength))); in computeSecret()
138 memset(out, 0, outLength); in computeSecret()
H A DLibsslDHKeyExchange.cc111 size_t DHKeyExchange::getPublicKey(unsigned char* out, size_t outLength) const in getPublicKey()
113 if (outLength < keyLength_) { in getPublicKey()
117 static_cast<unsigned long>(outLength))); in getPublicKey()
119 memset(out, 0, outLength); in getPublicKey()
133 void DHKeyExchange::generateNonce(unsigned char* out, size_t outLength) const in generateNonce()
135 if (RAND_bytes(out, outLength) != 1) { in generateNonce()
140 size_t DHKeyExchange::computeSecret(unsigned char* out, size_t outLength, in computeSecret() argument
144 if (outLength < keyLength_) { in computeSecret()
148 static_cast<unsigned long>(outLength))); in computeSecret()
161 memset(out, 0, outLength); in computeSecret()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/common/
H A DCompressionUtil.cpp117 outLength = 0; in compress_data()
141 outLength = 0; in compress_data()
165 outLength = 0; in compress_data()
173 outLength = buffer.size(); in compress_data()
189 outLength = 0; in uncompress_data()
212 outLength = 0; in uncompress_data()
236 outLength = 0; in uncompress_data()
244 outLength = buffer.size(); in uncompress_data()
259 outLength = 0; in uncompress_data()
282 outLength = 0; in uncompress_data()
[all …]
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/enc/OpenSSL/
H A DOpenSSLCryptoBase64.cpp78 unsigned int outLength) { in decode() argument
83 if (outLength < inLength) { in decode()
102 if (outLen > (int) outLength) { in decode()
114 unsigned int outLength) { in decodeFinish() argument
117 outLen = outLength; in decodeFinish()
139 unsigned int outLength) { in encode() argument
143 if (outLength + 24 < inLength) { in encode()
156 if (outLen > (int) outLength) { in encode()
168 unsigned int outLength) { in encodeFinish() argument
171 outLen = outLength; in encodeFinish()
/dports/mail/libvmime/vmime-0.9.2/src/vmime/
H A DcharsetConverter_iconv.cpp172 size_t outLength = sizeof(outBuffer); in convert() local
193 out.write(outBuffer, sizeof(outBuffer) - outLength); in convert()
209 out.write(outBuffer, sizeof(outBuffer) - outLength); in convert()
222 out.write(outBuffer, sizeof(outBuffer) - outLength); in convert()
363 size_t outLength = sizeof(m_outputBuffer); in writeImpl() local
385 m_stream.write(m_outputBuffer, sizeof(m_outputBuffer) - outLength); in writeImpl()
398 size_t outLength = sizeof(m_outputBuffer); in writeImpl() local
406 m_stream.write(m_outputBuffer, sizeof(m_outputBuffer) - outLength); in writeImpl()
427 m_stream.write(m_outputBuffer, sizeof(m_outputBuffer) - outLength); in writeImpl()
452 size_t outLength = sizeof(m_outputBuffer); in flush() local
[all …]
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/enc/XSCrypt/
H A DXSCryptCryptoBase64.cpp125 unsigned int outLength) { in decode() argument
233 unsigned int cpyOut = (m_remainingOutput < outLength ? m_remainingOutput : outLength); in decode()
258 unsigned int outLength) { in decodeFinish() argument
268 unsigned int cpyOut = (m_remainingOutput < outLength ? m_remainingOutput : outLength); in decodeFinish()
301 unsigned int outLength) { in encode() argument
352 unsigned int cpyOut = (m_remainingOutput < outLength ? m_remainingOutput : outLength); in encode()
379 unsigned int outLength) { in encodeFinish() argument
429 unsigned int cpyOut = (m_remainingOutput < outLength ? m_remainingOutput : outLength); in encodeFinish()
/dports/comms/birda/birda-1.3/src/
H A Dobexclt.c59 int outLength; member
95 int len=ocp->outLength-ofs; in headerLength()
128 while(ocp->outLength-l>=3) { in sendChunk()
144 if(l==ocp->outLength) hdr[0]|=OBEX_LAST; in sendChunk()
155 while(ocp->outLength-l>=3) { in sendChunk()
162 if(l==ocp->outLength) hdr[0]|=OBEX_LAST; in sendChunk()
185 ocp->outOfs=ocp->outLength; in sendChunk()
192 ocp->outLength=0; in shutDown()
320 ocp->outOfs>=ocp->outLength && in obexCltPut()
325 ocp->outLength=len; in obexCltPut()
[all …]
/dports/multimedia/assimp/assimp-5.1.3/include/assimp/
H A DBaseImporter.h360 unsigned int &outLength) { in CopyVector() argument
361 outLength = unsigned(vec.size()); in CopyVector()
362 if (outLength) { in CopyVector()
363 out = new T[outLength]; in CopyVector()
377 unsigned int &outLength) { in CopyVector() argument
378 outLength = unsigned(vec.size()); in CopyVector()
379 if (outLength) { in CopyVector()
380 out = new T*[outLength]; in CopyVector()
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/mt32/srchelper/srctools/src/
H A DIIR2xResampler.cpp151 …oatSample *&inSamples, unsigned int &inLength, FloatSample *&outSamples, unsigned int &outLength) { in process() argument
154 while (outLength > 0 && inLength > 0) { in process()
182 outLength--; in process()
193 unsigned int IIR2xInterpolator::estimateInLength(const unsigned int outLength) const { in estimateInLength()
194 return outLength >> 1; in estimateInLength()
205 …oatSample *&inSamples, unsigned int &inLength, FloatSample *&outSamples, unsigned int &outLength) { in process() argument
206 while (outLength > 0 && inLength > 1) { in process()
221 outLength--; in process()
227 unsigned int IIR2xDecimator::estimateInLength(const unsigned int outLength) const { in estimateInLength()
228 return outLength << 1; in estimateInLength()
H A DLinearResampler.cpp26 …oatSample *&inSamples, unsigned int &inLength, FloatSample *&outSamples, unsigned int &outLength) { in process() argument
28 while (outLength > 0) { in process()
40 outLength--; in process()
45 unsigned int LinearResampler::estimateInLength(const unsigned int outLength) const { in estimateInLength()
46 return static_cast<unsigned int>(outLength * inputToOutputRatio); in estimateInLength()
/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/mt32/srchelper/srctools/src/
H A DIIR2xResampler.cpp151 …oatSample *&inSamples, unsigned int &inLength, FloatSample *&outSamples, unsigned int &outLength) { in process() argument
154 while (outLength > 0 && inLength > 0) { in process()
182 outLength--; in process()
193 unsigned int IIR2xInterpolator::estimateInLength(const unsigned int outLength) const { in estimateInLength()
194 return outLength >> 1; in estimateInLength()
205 …oatSample *&inSamples, unsigned int &inLength, FloatSample *&outSamples, unsigned int &outLength) { in process() argument
206 while (outLength > 0 && inLength > 1) { in process()
221 outLength--; in process()
227 unsigned int IIR2xDecimator::estimateInLength(const unsigned int outLength) const { in estimateInLength()
228 return outLength << 1; in estimateInLength()
H A DLinearResampler.cpp26 …oatSample *&inSamples, unsigned int &inLength, FloatSample *&outSamples, unsigned int &outLength) { in process() argument
28 while (outLength > 0) { in process()
40 outLength--; in process()
45 unsigned int LinearResampler::estimateInLength(const unsigned int outLength) const { in estimateInLength()
46 return static_cast<unsigned int>(outLength * inputToOutputRatio); in estimateInLength()
/dports/devel/icu/icu/source/common/
H A Duinvchar.cpp459 const char *outString, int32_t outLength, in uprv_compareInvAscii() argument
466 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) { in uprv_compareInvAscii()
470 if(outLength<0) { in uprv_compareInvAscii()
471 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvAscii()
477 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvAscii()
500 return outLength-localLength; in uprv_compareInvAscii()
505 const char *outString, int32_t outLength, in uprv_compareInvEbcdic() argument
516 if(outLength<0) { in uprv_compareInvEbcdic()
517 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvEbcdic()
523 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvEbcdic()
[all …]
/dports/devel/icu-lx/icu/source/common/
H A Duinvchar.cpp459 const char *outString, int32_t outLength, in uprv_compareInvAscii() argument
466 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) { in uprv_compareInvAscii()
470 if(outLength<0) { in uprv_compareInvAscii()
471 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvAscii()
477 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvAscii()
500 return outLength-localLength; in uprv_compareInvAscii()
505 const char *outString, int32_t outLength, in uprv_compareInvEbcdic() argument
516 if(outLength<0) { in uprv_compareInvEbcdic()
517 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvEbcdic()
523 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvEbcdic()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Duinvchar.cpp459 const char *outString, int32_t outLength, in uprv_compareInvAscii() argument
466 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) { in uprv_compareInvAscii()
470 if(outLength<0) { in uprv_compareInvAscii()
471 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvAscii()
477 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvAscii()
500 return outLength-localLength; in uprv_compareInvAscii()
505 const char *outString, int32_t outLength, in uprv_compareInvEbcdic() argument
516 if(outLength<0) { in uprv_compareInvEbcdic()
517 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvEbcdic()
523 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvEbcdic()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Duinvchar.cpp459 const char *outString, int32_t outLength, in uprv_compareInvAscii() argument
466 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) { in uprv_compareInvAscii()
470 if(outLength<0) { in uprv_compareInvAscii()
471 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvAscii()
477 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvAscii()
500 return outLength-localLength; in uprv_compareInvAscii()
505 const char *outString, int32_t outLength, in uprv_compareInvEbcdic() argument
516 if(outLength<0) { in uprv_compareInvEbcdic()
517 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvEbcdic()
523 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvEbcdic()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Duinvchar.cpp459 const char *outString, int32_t outLength, in uprv_compareInvAscii() argument
466 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) { in uprv_compareInvAscii()
470 if(outLength<0) { in uprv_compareInvAscii()
471 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvAscii()
477 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvAscii()
500 return outLength-localLength; in uprv_compareInvAscii()
505 const char *outString, int32_t outLength, in uprv_compareInvEbcdic() argument
516 if(outLength<0) { in uprv_compareInvEbcdic()
517 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvEbcdic()
523 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvEbcdic()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu55/common/
H A Duinvchar.c450 const char *outString, int32_t outLength, in uprv_compareInvAscii() argument
456 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) { in uprv_compareInvAscii()
460 if(outLength<0) { in uprv_compareInvAscii()
461 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvAscii()
467 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvAscii()
490 return outLength-localLength; in uprv_compareInvAscii()
495 const char *outString, int32_t outLength, in uprv_compareInvEbcdic() argument
505 if(outLength<0) { in uprv_compareInvEbcdic()
506 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvEbcdic()
512 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvEbcdic()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Duinvchar.cpp459 const char *outString, int32_t outLength, in uprv_compareInvAscii() argument
466 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) { in uprv_compareInvAscii()
470 if(outLength<0) { in uprv_compareInvAscii()
471 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvAscii()
477 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvAscii()
500 return outLength-localLength; in uprv_compareInvAscii()
505 const char *outString, int32_t outLength, in uprv_compareInvEbcdic() argument
516 if(outLength<0) { in uprv_compareInvEbcdic()
517 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvEbcdic()
523 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvEbcdic()
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Duinvchar.cpp459 const char *outString, int32_t outLength, in uprv_compareInvAscii() argument
466 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) { in uprv_compareInvAscii()
470 if(outLength<0) { in uprv_compareInvAscii()
471 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvAscii()
477 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvAscii()
500 return outLength-localLength; in uprv_compareInvAscii()
505 const char *outString, int32_t outLength, in uprv_compareInvEbcdic() argument
516 if(outLength<0) { in uprv_compareInvEbcdic()
517 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvEbcdic()
523 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvEbcdic()
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Duinvchar.cpp459 const char *outString, int32_t outLength, in uprv_compareInvAscii() argument
466 if(outString==NULL || outLength<-1 || localString==NULL || localLength<-1) { in uprv_compareInvAscii()
470 if(outLength<0) { in uprv_compareInvAscii()
471 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvAscii()
477 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvAscii()
500 return outLength-localLength; in uprv_compareInvAscii()
505 const char *outString, int32_t outLength, in uprv_compareInvEbcdic() argument
516 if(outLength<0) { in uprv_compareInvEbcdic()
517 outLength=(int32_t)uprv_strlen(outString); in uprv_compareInvEbcdic()
523 minLength= outLength<localLength ? outLength : localLength; in uprv_compareInvEbcdic()
[all …]

12345678910>>...20