#include <crypto.hpp>
Inherits libdar::tronconneuse.
Protected Member Functions | |
| U_32 | encrypted_block_size_for (U_32 clear_block_size) |
| defines the size necessary to encrypt a given amount of clear data | |
| U_32 | clear_block_allocated_size_for (U_32 clear_block_size) |
| it may be necessary by the inherited class have few more bytes allocated after the clear data given for encryption | |
| U_32 | encrypt_data (const infinint &block_num, const char *clear_buf, const U_32 clear_size, const U_32 clear_allocated, char *crypt_buf, U_32 crypt_size) |
| this method encrypts the clear data given | |
| U_32 | decrypt_data (const infinint &block_num, const char *crypt_buf, const U_32 crypt_size, char *clear_buf, U_32 clear_size) |
| this method is for decrypts data | |
inherited class from tronconneuse class
Definition at line 64 of file crypto.hpp.
|
|
it may be necessary by the inherited class have few more bytes allocated after the clear data given for encryption
Implements libdar::tronconneuse. |
|
||||||||||||||||||||||||
|
this method is for decrypts data
Implements libdar::tronconneuse. |
|
||||||||||||||||||||||||||||
|
this method encrypts the clear data given
Implements libdar::tronconneuse. |
|
|
defines the size necessary to encrypt a given amount of clear data
Implements libdar::tronconneuse. |
1.4.2