Botan 3.4.0
Crypto and TLS for C&
Classes | Namespaces | Functions
tls_reader.h File Reference

Internal Header. More...

#include <botan/exceptn.h>
#include <botan/secmem.h>
#include <botan/internal/fmt.h>
#include <botan/internal/loadstor.h>
#include <span>
#include <string>
#include <vector>

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 , typename Alloc2 >
void Botan::TLS::append_tls_length_value (std::vector< uint8_t, Alloc > &buf, const std::vector< T, Alloc2 > &vals, size_t tag_size)
 
template<typename T , typename Alloc >
void Botan::TLS::append_tls_length_value (std::vector< uint8_t, Alloc > &buf, const T *vals, size_t vals_size, size_t tag_size)
 
template<typename Alloc >
void Botan::TLS::append_tls_length_value (std::vector< uint8_t, Alloc > &buf, std::string_view str, size_t tag_size)
 

Detailed Description

Internal Header.

Definition in file tls_reader.h.