Botan 3.6.1
Crypto and TLS for C&
|
This is the complete list of members for Botan::BufferSlicer, including all inherited members.
BufferSlicer(std::span< const uint8_t > buffer) | Botan::BufferSlicer | inline |
copy(const size_t count) | Botan::BufferSlicer | inline |
copy_as_secure_vector(const size_t count) | Botan::BufferSlicer | inline |
copy_as_vector(const size_t count) | Botan::BufferSlicer | inline |
copy_into(std::span< uint8_t > sink) | Botan::BufferSlicer | inline |
empty() const | Botan::BufferSlicer | inline |
remaining() const | Botan::BufferSlicer | inline |
skip(const size_t count) | Botan::BufferSlicer | inline |
take(const size_t count) | Botan::BufferSlicer | inline |
take() | Botan::BufferSlicer | inline |
take(const size_t count) | Botan::BufferSlicer | inline |
take_byte() | Botan::BufferSlicer | inline |