|
libdecaf
|
This is the complete list of members for decaf::Block, including all inherited members.
| 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 |
| contents_equal(const Block &b) const DECAF_NOEXCEPT | decaf::Block | inline |
| data() const DECAF_NOEXCEPT | decaf::Block | inline |
| debug_print_hex(const char *name=NULL) | decaf::Block | inline |
| get_string() const | decaf::Block | inline |
| operator SecureBuffer() const | decaf::Block | inline |
| operator[](size_t off) const | decaf::Block | inline |
| size() const DECAF_NOEXCEPT | decaf::Block | inline |
| slice(size_t off, size_t length) const | decaf::Block | inline |
| zeroize() DECAF_NOEXCEPT | decaf::Block | inline |