Home
last modified time | relevance | path

Searched defs:make_string (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test_utils.h140 inline std::string make_string(const uint8_t* data, size_t length) { in make_string() function
144 template <size_t N> std::string make_string(const uint8_t (&a)[N]) { in make_string() function
/aosp12/hardware/interfaces/keymaster/3.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp372 std::string make_string(const uint8_t* data, size_t length) { in make_string() function
376 template <size_t N> std::string make_string(const uint8_t (&a)[N]) { in make_string() function
/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp369 std::string make_string(const uint8_t* data, size_t length) { in make_string() function
374 std::string make_string(const uint8_t (&a)[N]) { in make_string() function
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintTest.cpp415 std::string make_string(const uint8_t* data, size_t length) { in make_string() function
420 std::string make_string(const uint8_t (&a)[N]) { in make_string() function