#include <mode_pad.h>

Public Member Functions | |
| std::string | name () const |
| void | pad (byte[], u32bit, u32bit) const |
| u32bit | pad_bytes (u32bit, u32bit) const |
| u32bit | unpad (const byte[], u32bit size) const |
| bool | valid_blocksize (u32bit) const |
Definition at line 108 of file mode_pad.h.
| std::string Botan::Null_Padding::name | ( | ) | const [inline, virtual] |
Implements Botan::BlockCipherModePaddingMethod.
Definition at line 115 of file mode_pad.h.
| void Botan::Null_Padding::pad | ( | byte | block[], | |
| u32bit | size, | |||
| u32bit | current_position | |||
| ) | const [inline, virtual] |
| block | output buffer | |
| size | of the block | |
| current_position | in the last block |
Implements Botan::BlockCipherModePaddingMethod.
Definition at line 111 of file mode_pad.h.
| u32bit Botan::Null_Padding::pad_bytes | ( | u32bit | block_size, | |
| u32bit | position | |||
| ) | const [inline, virtual] |
| block_size | of the cipher | |
| position | in the current block |
Reimplemented from Botan::BlockCipherModePaddingMethod.
Definition at line 113 of file mode_pad.h.
| block | the last block | |
| size | the of the block |
Implements Botan::BlockCipherModePaddingMethod.
Definition at line 112 of file mode_pad.h.
| bool Botan::Null_Padding::valid_blocksize | ( | u32bit | block_size | ) | const [inline, virtual] |
| block_size | of the cipher |
Implements Botan::BlockCipherModePaddingMethod.
Definition at line 114 of file mode_pad.h.
1.5.8