Home
last modified time | relevance | path

Searched refs:ByteBufferProxy (Results 1 – 3 of 3) sorted by relevance

/system/core/trusty/confirmationui/
DNotSoSecureInput.cpp32 using teeui::ByteBufferProxy;
43 std::initializer_list<ByteBufferProxy> buffers) { in hmac256()
/system/teeui/libteeui/src/
Dutils.cpp22 bool operator==(const ByteBufferProxy& lhs, const ByteBufferProxy& rhs) { in operator ==()
/system/teeui/libteeui/include/teeui/
Dutils.h85 class ByteBufferProxy {
94 ByteBufferProxy(const T& buffer, decltype(buffer.data()) = nullptr)
100 ByteBufferProxy(const char (&buffer)[size]) in ByteBufferProxy() function
106 ByteBufferProxy(const uint8_t (&buffer)[size]) : data_(buffer), size_(size) {} in ByteBufferProxy() function
108 ByteBufferProxy() : data_(nullptr), size_(0) {} in ByteBufferProxy() function
139 bool operator==(const ByteBufferProxy& lhs, const ByteBufferProxy& rhs);