Searched refs:op_handle_ (Results 1 – 3 of 3) sorted by relevance
/system/keymaster/tests/ |
D | android_keymaster_test_utils.cpp | 177 Keymaster2Test::Keymaster2Test() : op_handle_(OP_HANDLE_SENTINEL) { in Keymaster2Test() 241 device()->begin(device(), purpose, &blob_, &in_params, &out_params, &op_handle_); in BeginOperation() 252 device()->begin(device(), purpose, &blob_, &input_set, &out_params, &op_handle_); in BeginOperation() 267 EXPECT_NE(op_handle_, OP_HANDLE_SENTINEL); in UpdateOperation() 271 keymaster_error_t error = device()->update(device(), op_handle_, nullptr /* params */, &input, in UpdateOperation() 283 EXPECT_NE(op_handle_, OP_HANDLE_SENTINEL); in UpdateOperation() 287 keymaster_error_t error = device()->update(device(), op_handle_, &additional_params, &input, in UpdateOperation() 316 keymaster_error_t error = device()->finish(device(), op_handle_, &additional_params, &inp, &sig, in FinishOperation() 333 return device()->abort(device(), op_handle_); in AbortOperation()
|
D | android_keymaster_test_utils.h | 348 uint64_t op_handle_; variable
|
D | android_keymaster_test.cpp | 1640 op_handle_ = rsp.op_handle; in BeginOperation() 1647 req.op_handle = op_handle_; in FinishOperation() 1672 uint64_t op_handle_; member in keymaster::test::ImportWrappedKeyTest
|