Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.0/support/include/keymasterV4_0/
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
/hardware/interfaces/keymaster/4.0/support/fuzzer/
Dkeymaster4_utils_fuzzer.cpp72 support::blob2hidlVec(dataVector.data(), dataVector.size()); in invokeKeyMasterUtils()
73 support::blob2hidlVec(dataVector); in invokeKeyMasterUtils()
79 support::blob2hidlVec(str); in invokeKeyMasterUtils()
/hardware/interfaces/keymaster/4.1/support/include/keymasterV4_1/
Dkeymaster_utils.h23 using V4_0::support::blob2hidlVec;