libdecaf
|
This is the complete list of members for decaf::FixedBuffer< Size >, including all inherited members.
assign(const Block b) | decaf::Buffer | inline |
Block() | decaf::Block | inline |
Block(const char *data) DECAF_NOEXCEPT | decaf::Block | inline |
Block(const unsigned char *data, size_t size, bool zero_on_destroy=false) DECAF_NOEXCEPT | decaf::Block | inline |
Block(const std::string &s) | decaf::Block | inline |
Block(const std::vector< unsigned char, alloc > &s) | decaf::Block | inline |
Buffer() DECAF_NOEXCEPT | decaf::Buffer | inline |
Buffer(unsigned char *data, size_t size, bool zero_on_destroy=false) DECAF_NOEXCEPT | decaf::Buffer | inline |
Buffer(std::vector< unsigned char, alloc > &s) | decaf::Buffer | inline |
contents_equal(const Block &b) const DECAF_NOEXCEPT | decaf::Block | inline |
data() const DECAF_NOEXCEPT | decaf::Buffer | inline |
data() DECAF_NOEXCEPT | decaf::Buffer | inline |
debug_print_hex(const char *name=NULL) | decaf::Block | inline |
FixedBuffer(Buffer b) | decaf::FixedBuffer< Size > | inline |
FixedBuffer(SecureBuffer &b) | decaf::FixedBuffer< Size > | inline |
FixedBuffer(uint8_t dat[Size], bool zero_on_destroy=false) DECAF_NOEXCEPT | decaf::FixedBuffer< Size > | inlineexplicit |
get_string() const | decaf::Block | inline |
operator FixedBlock< Size >() const DECAF_NOEXCEPT | decaf::FixedBuffer< Size > | inline |
operator SecureBuffer() const | decaf::Block | inline |
operator[](size_t off) | decaf::Buffer | inline |
decaf::Block::operator[](size_t off) const | decaf::Block | inline |
size() const DECAF_NOEXCEPT | decaf::Block | inline |
slice(size_t off, size_t length) | decaf::Buffer | inline |
decaf::Block::slice(size_t off, size_t length) const | decaf::Block | inline |
zeroize() DECAF_NOEXCEPT | decaf::Block | inline |