This is the complete list of members for plEncryptedStream, including all inherited members.
AesDecipher(unsigned char *buffer, int count) | plEncryptedStream | protected |
AesEncipher(unsigned char *buffer, int count) | plEncryptedStream | protected |
close() | plEncryptedStream | |
CryptFlush() | plEncryptedStream | protected |
DefaultKey() | plEncryptedStream | static |
DroidDecipher(unsigned int *buf, unsigned int num) | plEncryptedStream | protected |
DroidEncipher(unsigned int *buf, unsigned int num) | plEncryptedStream | protected |
EncryptionType enum name | plEncryptedStream | |
eof() const | plEncryptedStream | virtual |
fastForward() | plEncryptedStream | virtual |
flush() | plEncryptedStream | virtual |
getEncType() const | plEncryptedStream | |
getVer() const | hsStream | |
hsStream(int pv=PlasmaVer::pvUnknown) | hsStream | explicit |
IsFileEncrypted(const char *file) | plEncryptedStream | static |
kEncAES enum value | plEncryptedStream | |
kEncAuto enum value | plEncryptedStream | |
kEncDroid enum value | plEncryptedStream | |
kEncNone enum value | plEncryptedStream | |
kEncXtea enum value | plEncryptedStream | |
open(const char *file, FileMode mode, EncryptionType type) | plEncryptedStream | |
open(hsStream *S, FileMode mode, EncryptionType type) | plEncryptedStream | |
plEncryptedStream(int pv=PlasmaVer::pvUnknown) | plEncryptedStream | |
pos() const | plEncryptedStream | virtual |
read(size_t size, void *buf) | plEncryptedStream | virtual |
readBool() | hsStream | |
readByte() | hsStream | |
readDouble() | hsStream | |
readFloat() | hsStream | |
readInt() | hsStream | |
readInts(size_t count, uint32_t *buf) | hsStream | |
readIntSwap() | hsStream | |
readLine() | hsStream | virtual |
readSafeStr() | hsStream | |
readSafeWStr() | hsStream | |
readShort() | hsStream | |
readShorts(size_t count, uint16_t *buf) | hsStream | |
readStr(size_t len) | hsStream | |
rewind() | plEncryptedStream | virtual |
seek(uint32_t pos) | plEncryptedStream | virtual |
setKey(unsigned int *keys) | plEncryptedStream | |
setVer(PlasmaVer pv) | hsStream | virtual |
size() const | plEncryptedStream | virtual |
skip(int32_t count) | plEncryptedStream | virtual |
TeaDecipher(unsigned int *buf) | plEncryptedStream | protected |
TeaEncipher(unsigned int *buf) | plEncryptedStream | protected |
ver | hsStream | protected |
write(size_t size, const void *buf) | plEncryptedStream | virtual |
writeBool(bool v) | hsStream | |
writeByte(uint8_t v) | hsStream | |
writeDouble(double v) | hsStream | |
writeFloat(float v) | hsStream | |
writeFrom(hsStream *src) | hsStream | |
writeInt(uint32_t v) | hsStream | |
writeInts(size_t count, const uint32_t *buf) | hsStream | |
writeIntSwap(uint32_t v) | hsStream | |
writeLine(const plString &ln, bool winEOL=false) | hsStream | virtual |
writeSafeStr(const plString &str) | hsStream | |
writeSafeWStr(const plString &str) | hsStream | |
writeShort(uint16_t v) | hsStream | |
writeShorts(size_t count, const uint16_t *buf) | hsStream | |
writeStr(const plString &str) | hsStream | |
~hsStream() | hsStream | virtual |
~plEncryptedStream() | plEncryptedStream | virtual |