Home
last modified time | relevance | path

Searched refs:decryptBytes (Results 1 – 8 of 8) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/filters/sheets/excel/sidewinder/
H A Ddecrypt.h47 void decryptBytes(unsigned count, unsigned char* data);
H A Ddecrypt.cpp87 void RC4Decryption::decryptBytes(unsigned count, unsigned char* data) in decryptBytes() function in RC4Decryption
H A Dglobalssubstreamhandler.cpp128 d->decryption->decryptBytes(size-4, buffer+4); in decryptRecord()
130 d->decryption->decryptBytes(size, buffer); in decryptRecord()
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/oracle/src/zip/
H A Dunzip_p.h106 inline void decryptBytes(quint32* keys, char* buffer, qint64 read); in OSDAB_BEGIN_NAMESPACE()
H A Dunzip.cpp762 decryptBytes(*keys, buffer1, read); in extractStoredFile()
826 decryptBytes(*keys, buffer1, read); in inflateFile()
1056 void UnzipPrivate::decryptBytes(quint32* keys, char* buffer, qint64 read) in decryptBytes() function in UnzipPrivate
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/zip/
H A Dunzip_p.h106 inline void decryptBytes(quint32* keys, char* buffer, qint64 read); in OSDAB_BEGIN_NAMESPACE()
H A Dunzip.cpp779 decryptBytes(*keys, buffer1, read); in extractStoredFile()
843 decryptBytes(*keys, buffer1, read); in inflateFile()
1073 void UnzipPrivate::decryptBytes(quint32* keys, char* buffer, qint64 read) in decryptBytes() function in UnzipPrivate
/dports/security/xml-security/xml-security-1_5_5/src/test/java/org/apache/xml/security/test/encryption/
H A DXMLCipherTest.java621 byte[] decryptBytes = cipherDecrypt.decryptToByteArray(ee); in testSameDocumentCipherReference()
624 new String(decryptBytes, "ASCII")); in testSameDocumentCipherReference()