Home
last modified time | relevance | path

Searched refs:dataVector (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/keymaster/4.0/support/fuzzer/
Dkeymaster4_utils_fuzzer.cpp69 std::vector<uint8_t> dataVector; in invokeKeyMasterUtils() local
71 dataVector = mFdp->ConsumeBytes<uint8_t>(size); in invokeKeyMasterUtils()
72 support::blob2hidlVec(dataVector.data(), dataVector.size()); in invokeKeyMasterUtils()
73 support::blob2hidlVec(dataVector); in invokeKeyMasterUtils()
74 HardwareAuthToken authToken = support::hidlVec2AuthToken(dataVector); in invokeKeyMasterUtils()
Dkeymaster4_authSet_fuzzer.cpp145 std::vector<uint8_t> dataVector = mFdp->ConsumeBytes<uint8_t>( in invokeAuthSetAPIs() local
147 keyParam[i].blob = dataVector; in invokeAuthSetAPIs()