Searched refs:ByteBufferProxy (Results 1 – 5 of 5) sorted by relevance
115 class ByteBufferProxy {131 ByteBufferProxy(const T& buffer, decltype(buffer.data()) = nullptr)139 ByteBufferProxy(const T& buffer,146 ByteBufferProxy(const char (&buffer)[size]) in ByteBufferProxy() function152 ByteBufferProxy(const uint8_t (&buffer)[size]) : data_(buffer), size_(size) {} in ByteBufferProxy() function154 ByteBufferProxy() : data_(nullptr), size_(0) {} in ByteBufferProxy() function186 bool operator==(const ByteBufferProxy& lhs, const ByteBufferProxy& rhs);
25 bool operator==(const ByteBufferProxy& lhs, const ByteBufferProxy& rhs) { in operator ==()
40 const support::auth_token_key_t& key, std::initializer_list<support::ByteBufferProxy> buffers) { in hmac256()
53 std::initializer_list<support::ByteBufferProxy> buffers);
59 std::initializer_list<support::ByteBufferProxy> buffers) { in hmac256()471 support::ByteBufferProxy expected_bytes(expected); in TEST()