Searched refs:op_handle (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/keymaster/4.0/vts/performance/ |
D | Benchmark.cpp | 246 OperationHandle op_handle; in Begin() local 254 op_handle = hidl_op_handle; in Begin() 258 keymaster_->abort(op_handle); in Begin() 261 return op_handle; in Begin() 264 optional<string> ProcessMessage(const OperationHandle& op_handle, const string& message, in ProcessMessage() argument 274 ->update(op_handle, in_params.hidl_data(), in ProcessMessage() 287 keymaster_->abort(op_handle); in ProcessMessage() 293 ->finish(op_handle, in_params.hidl_data(), in ProcessMessage() 305 keymaster_->abort(op_handle); in ProcessMessage()
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | KeymasterHidlTest.cpp | 249 OperationHandle* op_handle) { in Begin() argument 252 OperationHandle saved_handle = *op_handle; in Begin() 259 *op_handle = hidl_op_handle; in Begin() 264 *op_handle = saved_handle; in Begin() 284 ErrorCode KeymasterHidlTest::Update(OperationHandle op_handle, const AuthorizationSet& in_params, in Update() argument 290 ->update(op_handle, in_params.hidl_data(), HidlBuf(input), HardwareAuthToken(), in Update() 313 ErrorCode KeymasterHidlTest::Finish(OperationHandle op_handle, const AuthorizationSet& in_params, in Finish() argument 320 ->finish(op_handle, in_params.hidl_data(), HidlBuf(input), HidlBuf(signature), in Finish() 360 ErrorCode KeymasterHidlTest::Abort(OperationHandle op_handle) { in Abort() argument 362 auto retval = keymaster_->abort(op_handle); in Abort()
|
D | KeymasterHidlTest.h | 134 AuthorizationSet* out_params, OperationHandle* op_handle); 139 ErrorCode Update(OperationHandle op_handle, const AuthorizationSet& in_params, 144 ErrorCode Finish(OperationHandle op_handle, const AuthorizationSet& in_params, 151 ErrorCode Abort(OperationHandle op_handle);
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 576 AuthorizationSet* out_params, OperationHandle* op_handle) { in Begin() argument 579 OperationHandle saved_handle = *op_handle; in Begin() 587 *op_handle = hidl_op_handle; in Begin() 592 *op_handle = saved_handle; in Begin() 612 ErrorCode Update(OperationHandle op_handle, const AuthorizationSet& in_params, in Update() argument 618 ->update(op_handle, in_params.hidl_data(), HidlBuf(input), in Update() 640 ErrorCode Finish(OperationHandle op_handle, const AuthorizationSet& in_params, in Finish() argument 647 ->finish(op_handle, in_params.hidl_data(), HidlBuf(input), HidlBuf(signature), in Finish() 685 ErrorCode Abort(OperationHandle op_handle) { in Abort() argument 687 auto retval = keymaster_->abort(op_handle); in Abort()
|