Home
last modified time | relevance | path

Searched refs:decryptByte (Results 1 – 15 of 15) sorted by relevance

/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/modes/
H A DCFBBlockCipher.java124 return (encrypting) ? encryptByte(in) : decryptByte(in); in calculateByte()
148 private byte decryptByte(byte in) in decryptByte() method in CFBBlockCipher
/dports/graphics/cenon/Cenon/
H A Dtype1Funs.h40 unsigned char decryptByte(unsigned char cipher);
H A Dtype1Funs.m48 unsigned char decryptByte(unsigned char cipher) function
68 v = decryptByte(string[i]);
149 *dp = decryptByte(uc);
/dports/textproc/pdftohtml/pdftohtml-0.40a/xpdf/
H A DDecrypt.h35 Guchar decryptByte(Guchar c);
H A DParser.cc124 *p = decrypt->decryptByte(*p); in getObj()
H A DDecrypt.cc61 Guchar Decrypt::decryptByte(Guchar c) { in decryptByte() function in Decrypt
H A DStream.cc652 *p = (char)decrypt->decryptByte((Guchar)*p); in fillBuf()
782 *q = (char)decrypt->decryptByte((Guchar)*p); in doDecryption()
/dports/games/cockatrice/Cockatrice-2021-01-26-Release-2.8.0/oracle/src/zip/
H A Dzip.cpp860 buffer1[i] = decryptByte(keys[2]) ^ randByte; in createEntry()
867 randByte = decryptByte(keys[2]); in createEntry()
874 randByte = decryptByte(keys[2]); in createEntry()
878 randByte = decryptByte(keys[2]); in createEntry()
949 int ZipPrivate::decryptByte(quint32 key2) const in decryptByte() function in ZipPrivate
1003 buffer[i] ^= decryptByte(keys[2]); in encryptBytes()
H A Dunzip_p.h111 inline int decryptByte(quint32 key2) const; in OSDAB_BEGIN_NAMESPACE()
H A Dzip_p.h111 inline int decryptByte(quint32 key2) const; in OSDAB_BEGIN_NAMESPACE()
H A Dunzip.cpp977 int UnzipPrivate::decryptByte(quint32 key2) const in decryptByte() function in UnzipPrivate
1043 updateKeys(keys, lastByte = buffer1[i] ^ decryptByte(keys[2])); in testKeys()
1044 updateKeys(keys, lastByte = buffer1[11] ^ decryptByte(keys[2])); in testKeys()
1059 updateKeys(keys, buffer[i] ^= decryptByte(keys[2])); in decryptBytes()
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/zip/
H A Dzip.cpp862 buffer1[i] = decryptByte(keys[2]) ^ randByte; in createEntry()
869 randByte = decryptByte(keys[2]); in createEntry()
876 randByte = decryptByte(keys[2]); in createEntry()
880 randByte = decryptByte(keys[2]); in createEntry()
951 int ZipPrivate::decryptByte(quint32 key2) const in decryptByte() function in ZipPrivate
1005 buffer[i] ^= decryptByte(keys[2]); in encryptBytes()
H A Dunzip_p.h111 inline int decryptByte(quint32 key2) const; in OSDAB_BEGIN_NAMESPACE()
H A Dzip_p.h110 inline int decryptByte(quint32 key2) const; in OSDAB_BEGIN_NAMESPACE()
H A Dunzip.cpp994 int UnzipPrivate::decryptByte(quint32 key2) const in decryptByte() function in UnzipPrivate
1060 updateKeys(keys, lastByte = buffer1[i] ^ decryptByte(keys[2])); in testKeys()
1061 updateKeys(keys, lastByte = buffer1[11] ^ decryptByte(keys[2])); in testKeys()
1076 updateKeys(keys, buffer[i] ^= decryptByte(keys[2])); in decryptBytes()