Yate
|
This is the complete list of members for Cipher, including all inherited members.
alive() const | GenObject | virtual |
Bidir enum value (defined in Cipher) | Cipher | |
blockSize() const =0 | Cipher | pure virtual |
bufferFull(unsigned int len) const | Cipher | |
bufferSize(unsigned int len) const | Cipher | |
decrypt(void *outData, unsigned int len, const void *inpData=0)=0 | Cipher | pure virtual |
decrypt(DataBlock &data) | Cipher | inline |
Decrypt enum value (defined in Cipher) | Cipher | |
destruct() | GenObject | virtual |
Direction enum name | Cipher | |
direction(const char *name, Direction defdir=Bidir) | Cipher | inlinestatic |
directions() | Cipher | inlinestatic |
encrypt(void *outData, unsigned int len, const void *inpData=0)=0 | Cipher | pure virtual |
encrypt(DataBlock &data) | Cipher | inline |
Encrypt enum value (defined in Cipher) | Cipher | |
GenObject() | GenObject | |
getObjCounter() const | GenObject | inline |
getObjCounter(const String &name, bool create=true) | GenObject | static |
getObjCounters() | GenObject | static |
getObjCounting() | GenObject | inlinestatic |
getObject(const String &name) const | Cipher | virtual |
TelEngine::GenObject::getObject(const String &name, const GenObject *obj) | GenObject | inlinestatic |
initVector(const void *vect, unsigned int len, Direction dir=Bidir) | Cipher | virtual |
initVector(const DataBlock &vect, Direction dir=Bidir) | Cipher | inline |
initVectorSize() const | Cipher | virtual |
setKey(const void *key, unsigned int len, Direction dir=Bidir)=0 | Cipher | pure virtual |
setKey(const DataBlock &key, Direction dir=Bidir) | Cipher | inline |
setObjCounter(NamedCounter *counter) | GenObject | |
setObjCounting(bool enable) | GenObject | inlinestatic |
toString() const | GenObject | virtual |
valid(Direction dir=Bidir) const | Cipher | virtual |
~Cipher() | Cipher | virtual |
~GenObject() | GenObject | inlinevirtual |