#include <wvcrypto.h>
Inheritance diagram for WvCryptoStream:
Public Member Functions | |
WvCryptoStream (WvStream *_slave) | |
virtual | ~WvCryptoStream () |
WvCryptoStream (WvStream *_slave) | |
virtual | ~WvCryptoStream () |
Protected Member Functions | |
unsigned char * | cryptbuf (size_t size) |
unsigned char * | cryptbuf (size_t size) |
Protected Attributes | |
WvStream * | slave |
WvStream * | slave |
Private Attributes | |
unsigned char * | my_cryptbuf |
size_t | cryptbuf_size |
unsigned char * | my_cryptbuf |
Definition at line 30 of file crypto/wvcrypto.h.
|
Definition at line 19 of file wvcrypto.cc. References cryptbuf_size, my_cryptbuf, and slave. |
|
Definition at line 27 of file wvcrypto.cc. |
|
|
|
|
|
|
|
Definition at line 33 of file wvcrypto.cc. References cryptbuf_size, my_cryptbuf, and size. Referenced by WvRSAStream::uread(), WvBlowfishStream::uread(), WvXORStream::uread(), WvRSAStream::uwrite(), WvBlowfishStream::uwrite(), and WvXORStream::uwrite(). |
|
Definition at line 33 of file include/wvcrypto.h. Referenced by cryptbuf(), and WvCryptoStream(). |
|
Definition at line 32 of file include/wvcrypto.h. |
|
Definition at line 32 of file crypto/wvcrypto.h. Referenced by cryptbuf(), and WvCryptoStream(). |
|
Definition at line 36 of file include/wvcrypto.h. |
|
Definition at line 36 of file crypto/wvcrypto.h. Referenced by WvCryptoStream(), WvRSAStream::WvRSAStream(), and WvRSAStream::~WvRSAStream(). |