Home
last modified time | relevance | path

Searched defs:outLength (Results 1 – 25 of 262) sorted by relevance

1234567891011

/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/enc/OpenSSL/
H A DOpenSSLCryptoBase64.cpp78 unsigned int outLength) { in decode()
114 unsigned int outLength) { in decodeFinish()
139 unsigned int outLength) { in encode()
168 unsigned int outLength) { in encodeFinish()
/dports/sysutils/boxbackup-devel/boxbackup-0.11_trunk_2979/lib/crypto/
H A DCipherContext.cpp287 int outLength = OutLength; in Transform() local
334 int outLength = OutLength; in Final() local
363 int outLength = rOutLengthOut; in OldOpenSSLFinal() local
513 int outLength = 0; in TransformBlock() local
/dports/security/apache-xml-security-c/xml-security-c-2.0.4/xsec/enc/XSCrypt/
H A DXSCryptCryptoBase64.cpp125 unsigned int outLength) { in decode()
258 unsigned int outLength) { in decodeFinish()
301 unsigned int outLength) { in encode()
379 unsigned int outLength) { in encodeFinish()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/packages/spatial/common/
H A DCompressionUtil.cpp112 int compress_data(void* data, size_t length, int level, unsigned char*& result, int& outLength) in compress_data()
184 void uncompress_data(void* data, size_t length, double*& result, size_t& outLength) in uncompress_data()
254 void uncompress_data(void* data, size_t length, int*& result, size_t& outLength) in uncompress_data()
/dports/graphics/tiled/tiled-1.7.2/src/libtiled/
H A Dcompression.cpp128 const int outLength = out.size() - strm.avail_out; in decompress() local
203 const int outLength = out.size() - strm.avail_out; in compress() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/trace/
H A DTrivialTraceAllocator.java79 int outLength = blockOut.length; in allocate() local
82 …assert outLength <= inLenght : "Trivial Trace! There cannot be more outgoing values than incoming.… in allocate() local
/dports/multimedia/assimp/assimp-5.1.3/include/assimp/
H A DBaseImporter.h360 unsigned int &outLength) { in CopyVector()
377 unsigned int &outLength) { in CopyVector()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.lir/src/org/graalvm/compiler/lir/alloc/trace/
H A DTrivialTraceAllocator.java79 int outLength = blockOut.length; in allocate() local
82 …assert outLength <= inLenght : "Trivial Trace! There cannot be more outgoing values than incoming.… in allocate() local
/dports/mail/libvmime/vmime-0.9.2/tests/parser/
H A DcharsetFilteredOutputStreamTest.cpp111 const unsigned long outLength = (entry.toLength == 0 ? strlen(entry.toBytes) : entry.toLength); in testStreamCopy() local
148 const unsigned long outLength = (entry.toLength == 0 ? strlen(entry.toBytes) : entry.toLength); in testOneByteAtTime() local
188 const unsigned long outLength = (entry.toLength == 0 ? strlen(entry.toBytes) : entry.toLength); in testVariableInputChunk() local
H A DcharsetTest.cpp67 const unsigned long outLength = (entry.toLength == 0 ? strlen(entry.toBytes) : entry.toLength); in VMIME_TEST_SUITE_BEGIN() local
91 const unsigned long outLength = (entry.toLength == 0 ? strlen(entry.toBytes) : entry.toLength); in testConvertStreamValid() local
/dports/devel/upp/upp/bazaar/plugin/assimp/code/glTF/
H A DglTFCommon.cpp60 size_t outLength = (inLength * 3) / 4 - nEquals; in DecodeBase64() local
92 size_t outLength = ((inLength + 2) / 3) * 4; in EncodeBase64() local
/dports/multimedia/assimp/assimp-5.1.3/code/AssetLib/glTF/
H A DglTFCommon.cpp64 size_t outLength = (inLength * 3) / 4 - nEquals; in DecodeBase64() local
96 size_t outLength = ((inLength + 2) / 3) * 4; in EncodeBase64() local
/dports/mail/libvmime/vmime-0.9.2/src/vmime/
H A DcharsetConverter_iconv.cpp172 size_t outLength = sizeof(outBuffer); in convert() local
363 size_t outLength = sizeof(m_outputBuffer); in writeImpl() local
398 size_t outLength = sizeof(m_outputBuffer); in writeImpl() local
452 size_t outLength = sizeof(m_outputBuffer); in flush() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/text/
H A DBase64.cpp86 unsigned outLength = ((len + 2) / 3) * 4; in base64Encode() local
152 unsigned outLength = 0; in base64DecodeInternal() local
/dports/games/passage/Passage_v4_UnixSource/minorGems/io/file/linux/
H A DPathLinux.cpp35 char *Path::getAbsoluteRoot( int *outLength ) { in getAbsoluteRoot()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/io/file/linux/
H A DPathLinux.cpp32 char *Path::getAbsoluteRoot( int *outLength ) { in getAbsoluteRoot()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Native/Unix/System.Security.Cryptography.Native/
H A Dpal_evp_cipher.cpp99 int outLength; in CryptoNative_EvpCipherUpdate() local
111 int outLength; in CryptoNative_EvpCipherFinalEx() local
/dports/security/cryptopp/cryptopp-8.6.0/
H A Dxts.cpp364 size_t XTS_ModeBase::ProcessLastBlock(byte *outString, size_t outLength, const byte *inString, size… in ProcessLastBlock()
378 size_t XTS_ModeBase::ProcessLastPlainBlock(byte *outString, size_t outLength, const byte *inString,… in ProcessLastPlainBlock()
443 size_t XTS_ModeBase::ProcessLastCipherBlock(byte *outString, size_t outLength, const byte *inString… in ProcessLastCipherBlock()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dxts.cpp368 size_t XTS_ModeBase::ProcessLastBlock(byte *outString, size_t outLength, const byte *inString, size… in ProcessLastBlock()
382 size_t XTS_ModeBase::ProcessLastPlainBlock(byte *outString, size_t outLength, const byte *inString,… in ProcessLastPlainBlock()
447 size_t XTS_ModeBase::ProcessLastCipherBlock(byte *outString, size_t outLength, const byte *inString… in ProcessLastCipherBlock()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dxts.cpp368 size_t XTS_ModeBase::ProcessLastBlock(byte *outString, size_t outLength, const byte *inString, size… in ProcessLastBlock()
382 size_t XTS_ModeBase::ProcessLastPlainBlock(byte *outString, size_t outLength, const byte *inString,… in ProcessLastPlainBlock()
447 size_t XTS_ModeBase::ProcessLastCipherBlock(byte *outString, size_t outLength, const byte *inString… in ProcessLastCipherBlock()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dxts.cpp368 size_t XTS_ModeBase::ProcessLastBlock(byte *outString, size_t outLength, const byte *inString, size… in ProcessLastBlock()
382 size_t XTS_ModeBase::ProcessLastPlainBlock(byte *outString, size_t outLength, const byte *inString,… in ProcessLastPlainBlock()
447 size_t XTS_ModeBase::ProcessLastCipherBlock(byte *outString, size_t outLength, const byte *inString… in ProcessLastCipherBlock()
/dports/games/libretro-scummvm/scummvm-7b1e929/audio/softsynth/mt32/srchelper/srctools/src/
H A DLinearResampler.cpp26 …oatSample *&inSamples, unsigned int &inLength, FloatSample *&outSamples, unsigned int &outLength) { in process()
/dports/games/passage/Passage_v4_UnixSource/minorGems/io/file/win32/
H A DPathWin32.cpp36 char *Path::getAbsoluteRoot( int *outLength) { in getAbsoluteRoot()
/dports/games/scummvm/scummvm-2.5.1/audio/softsynth/mt32/srchelper/srctools/src/
H A DLinearResampler.cpp26 …oatSample *&inSamples, unsigned int &inLength, FloatSample *&outSamples, unsigned int &outLength) { in process()
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/io/file/win32/
H A DPathWin32.cpp33 char *Path::getAbsoluteRoot( int *outLength) { in getAbsoluteRoot()

1234567891011