Home
last modified time | relevance | path

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

/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
Dconfirmationui_utils.h115 class ByteBufferProxy {
131 ByteBufferProxy(const T& buffer, decltype(buffer.data()) = nullptr)
139 ByteBufferProxy(const T& buffer,
146 ByteBufferProxy(const char (&buffer)[size]) in ByteBufferProxy() function
152 ByteBufferProxy(const uint8_t (&buffer)[size]) : data_(buffer), size_(size) {} in ByteBufferProxy() function
154 ByteBufferProxy() : data_(nullptr), size_(0) {} in ByteBufferProxy() function
186 bool operator==(const ByteBufferProxy& lhs, const ByteBufferProxy& rhs);
/hardware/interfaces/confirmationui/support/src/
Dconfirmationui_utils.cpp25 bool operator==(const ByteBufferProxy& lhs, const ByteBufferProxy& rhs) { in operator ==()
/hardware/interfaces/confirmationui/1.0/default/
DPlatformSpecifics.cpp40 const support::auth_token_key_t& key, std::initializer_list<support::ByteBufferProxy> buffers) { in hmac256()
DPlatformSpecifics.h53 std::initializer_list<support::ByteBufferProxy> buffers);
/hardware/interfaces/confirmationui/1.0/vts/functional/
DVtsHalConfirmationUIV1_0TargetTest.cpp59 std::initializer_list<support::ByteBufferProxy> buffers) { in hmac256()
471 support::ByteBufferProxy expected_bytes(expected); in TEST()