Searched refs:decryptByte (Results 1 – 15 of 15) sorted by relevance
124 return (encrypting) ? encryptByte(in) : decryptByte(in); in calculateByte()148 private byte decryptByte(byte in) in decryptByte() method in CFBBlockCipher
40 unsigned char decryptByte(unsigned char cipher);
48 unsigned char decryptByte(unsigned char cipher) function68 v = decryptByte(string[i]);149 *dp = decryptByte(uc);
35 Guchar decryptByte(Guchar c);
124 *p = decrypt->decryptByte(*p); in getObj()
61 Guchar Decrypt::decryptByte(Guchar c) { in decryptByte() function in Decrypt
652 *p = (char)decrypt->decryptByte((Guchar)*p); in fillBuf()782 *q = (char)decrypt->decryptByte((Guchar)*p); in doDecryption()
860 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 ZipPrivate1003 buffer[i] ^= decryptByte(keys[2]); in encryptBytes()
111 inline int decryptByte(quint32 key2) const; in OSDAB_BEGIN_NAMESPACE()
977 int UnzipPrivate::decryptByte(quint32 key2) const in decryptByte() function in UnzipPrivate1043 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()
862 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 ZipPrivate1005 buffer[i] ^= decryptByte(keys[2]); in encryptBytes()
110 inline int decryptByte(quint32 key2) const; in OSDAB_BEGIN_NAMESPACE()
994 int UnzipPrivate::decryptByte(quint32 key2) const in decryptByte() function in UnzipPrivate1060 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()