Botan
1.11.15
|
#include <botan/exceptn.h>
#include <botan/secmem.h>
#include <botan/loadstor.h>
#include <string>
#include <vector>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | Botan::TLS::TLS_Data_Reader |
Namespaces | |
namespace | Botan |
namespace | Botan::TLS |
Functions | |
template<typename T , typename Alloc > | |
void | Botan::TLS::append_tls_length_value (std::vector< byte, Alloc > &buf, const T *vals, size_t vals_size, size_t tag_size) |
template<typename T , typename Alloc , typename Alloc2 > | |
void | Botan::TLS::append_tls_length_value (std::vector< byte, Alloc > &buf, const std::vector< T, Alloc2 > &vals, size_t tag_size) |
template<typename Alloc > | |
void | Botan::TLS::append_tls_length_value (std::vector< byte, Alloc > &buf, const std::string &str, size_t tag_size) |