8 #include <botan/desx.h>     9 #include <botan/internal/xor_buf.h>    18    for(
size_t i = 0; i != blocks; ++i)
    34    for(
size_t i = 0; i != blocks; ++i)
    48 void DESX::key_schedule(
const byte key[], 
size_t)
 
void copy(const T in[], size_t n)
void decrypt(const byte in[], byte out[]) const
void encrypt(const byte in[], byte out[]) const
void set_key(const SymmetricKey &key)
void decrypt_n(const byte in[], byte out[], size_t blocks) const
void encrypt_n(const byte in[], byte out[], size_t blocks) const
void xor_buf(byte out[], const byte in[], size_t length)