Searched refs:ByteBufferProxy (Results 1 – 8 of 8) sorted by relevance
/aosp12/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
H A D | confirmationui_utils.h | 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() 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 D | confirmationui_utils.cpp | 25 bool operator==(const ByteBufferProxy& lhs, const ByteBufferProxy& rhs) { in operator ==()
|
/aosp12/system/core/trusty/confirmationui/ |
H A D | NotSoSecureInput.cpp | 32 using teeui::ByteBufferProxy; 43 std::initializer_list<ByteBufferProxy> buffers) { in hmac256()
|
/aosp12/hardware/interfaces/confirmationui/1.0/default/ |
H A D | PlatformSpecifics.cpp | 40 const support::auth_token_key_t& key, std::initializer_list<support::ByteBufferProxy> buffers) { in hmac256()
|
H A D | PlatformSpecifics.h | 53 std::initializer_list<support::ByteBufferProxy> buffers);
|
/aosp12/system/teeui/libteeui/src/ |
H A D | utils.cpp | 22 bool operator==(const ByteBufferProxy& lhs, const ByteBufferProxy& rhs) { in operator ==()
|
/aosp12/system/teeui/libteeui/include/teeui/ |
H A D | utils.h | 85 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 D | VtsHalConfirmationUIV1_0TargetTest.cpp | 59 std::initializer_list<support::ByteBufferProxy> buffers) { in hmac256() 471 support::ByteBufferProxy expected_bytes(expected); in TEST()
|