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

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

Completed in 78 milliseconds