Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
H A 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);
/aosp12/hardware/interfaces/confirmationui/support/src/
H A Dconfirmationui_utils.cpp25 bool operator==(const ByteBufferProxy& lhs, const ByteBufferProxy& rhs) { in operator ==()
/aosp12/system/core/trusty/confirmationui/
H A DNotSoSecureInput.cpp32 using teeui::ByteBufferProxy;
43 std::initializer_list<ByteBufferProxy> buffers) { in hmac256()
/aosp12/hardware/interfaces/confirmationui/1.0/default/
H A DPlatformSpecifics.cpp40 const support::auth_token_key_t& key, std::initializer_list<support::ByteBufferProxy> buffers) { in hmac256()
H A DPlatformSpecifics.h53 std::initializer_list<support::ByteBufferProxy> buffers);
/aosp12/system/teeui/libteeui/src/
H A Dutils.cpp22 bool operator==(const ByteBufferProxy& lhs, const ByteBufferProxy& rhs) { in operator ==()
/aosp12/system/teeui/libteeui/include/teeui/
H A 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);
/aosp12/hardware/interfaces/confirmationui/1.0/vts/functional/
H A DVtsHalConfirmationUIV1_0TargetTest.cpp59 std::initializer_list<support::ByteBufferProxy> buffers) { in hmac256()
471 support::ByteBufferProxy expected_bytes(expected); in TEST()