Home
last modified time | relevance | path

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

/system/keymaster/
Dandroid_keymaster_test_utils.cpp154 Keymaster1Test::Keymaster1Test() : op_handle_(OP_HANDLE_SENTINEL), characteristics_(NULL) { in Keymaster1Test()
213 device()->begin(device(), purpose, &blob_, &in_params, &out_params, &op_handle_); in BeginOperation()
224 device()->begin(device(), purpose, &blob_, &input_set, &out_params, &op_handle_); in BeginOperation()
239 EXPECT_NE(op_handle_, OP_HANDLE_SENTINEL); in UpdateOperation()
243 keymaster_error_t error = device()->update(device(), op_handle_, nullptr /* params */, &input, in UpdateOperation()
255 EXPECT_NE(op_handle_, OP_HANDLE_SENTINEL); in UpdateOperation()
259 keymaster_error_t error = device()->update(device(), op_handle_, &additional_params, &input, in UpdateOperation()
288 device()->finish(device(), op_handle_, &additional_params, &sig, &out_params, &out_tmp); in FinishOperation()
305 return device()->abort(device(), op_handle_); in AbortOperation()
Dandroid_keymaster_test_utils.h310 uint64_t op_handle_; variable