Home
last modified time | relevance | path

Searched refs:blob2hidlVec (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
H A Dkeymaster_utils.h38 inline static hidl_vec<uint8_t> blob2hidlVec(const uint8_t* data, const size_t length) { in blob2hidlVec() function
43 inline static hidl_vec<uint8_t> blob2hidlVec(const std::string& value) { in blob2hidlVec() function
49 inline static hidl_vec<uint8_t> blob2hidlVec(const std::vector<uint8_t>& blob) { in blob2hidlVec() function
/aosp_15_r20/hardware/interfaces/keymaster/4.0/support/fuzzer/
H A Dkeymaster4_utils_fuzzer.cpp72 support::blob2hidlVec(dataVector.data(), dataVector.size()); in invokeKeyMasterUtils()
73 support::blob2hidlVec(dataVector); in invokeKeyMasterUtils()
79 support::blob2hidlVec(str); in invokeKeyMasterUtils()
/aosp_15_r20/system/keymaster/ng/include/
H A Dkeystore_hidl_support.h69 inline static hidl_vec<uint8_t> blob2hidlVec(const uint8_t* data, const size_t length,
81 inline static hidl_vec<uint8_t> blob2hidlVec(const std::string& value) { in blob2hidlVec() function
89 inline static hidl_vec<uint8_t> blob2hidlVec(const std::vector<uint8_t>& blob) { in blob2hidlVec() function
/aosp_15_r20/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
H A Dkeymaster_utils.h23 using V4_0::support::blob2hidlVec;