Searched refs:dataVector (Results 1 – 2 of 2) sorted by relevance
69 std::vector<uint8_t> dataVector; in invokeKeyMasterUtils() local71 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()
145 std::vector<uint8_t> dataVector = mFdp->ConsumeBytes<uint8_t>( in invokeAuthSetAPIs() local147 keyParam[i].blob = dataVector; in invokeAuthSetAPIs()