MySQL 9.1.0
Source Code Documentation
|
This is the complete list of members for Stream_cipher, including all inherited members.
close()=0 | Stream_cipher | pure virtual |
decrypt(unsigned char *dest, const unsigned char *src, int length)=0 | Stream_cipher | pure virtual |
encrypt(unsigned char *dest, const unsigned char *src, int length)=0 | Stream_cipher | pure virtual |
get_header_size() | Stream_cipher | |
m_header_size | Stream_cipher | protected |
open(const Key_string &password, int header_size)=0 | Stream_cipher | pure virtual |
set_stream_offset(uint64_t offset)=0 | Stream_cipher | pure virtual |
~Stream_cipher()=default | Stream_cipher | virtual |