Home
last modified time | relevance | path

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

/system/keymaster/
Dandroid_keymaster_test_utils.cpp172 Keymaster2Test::Keymaster2Test() : op_handle_(OP_HANDLE_SENTINEL) { in Keymaster2Test()
236 device()->begin(device(), purpose, &blob_, &in_params, &out_params, &op_handle_); in BeginOperation()
247 device()->begin(device(), purpose, &blob_, &input_set, &out_params, &op_handle_); in BeginOperation()
262 EXPECT_NE(op_handle_, OP_HANDLE_SENTINEL); in UpdateOperation()
266 keymaster_error_t error = device()->update(device(), op_handle_, nullptr /* params */, &input, in UpdateOperation()
278 EXPECT_NE(op_handle_, OP_HANDLE_SENTINEL); in UpdateOperation()
282 keymaster_error_t error = device()->update(device(), op_handle_, &additional_params, &input, in UpdateOperation()
310 keymaster_error_t error = device()->finish(device(), op_handle_, &additional_params, in FinishOperation()
328 return device()->abort(device(), op_handle_); in AbortOperation()
Dandroid_keymaster_test_utils.h322 uint64_t op_handle_; variable