Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/keymaster/4.0/vts/functional/
H A Dkeymaster_hidl_hal_test.cpp4756 OperationHandle op_handles[max_operations]; in TEST_P() local
4759 …CT_EQ(ErrorCode::OK, Begin(KeyPurpose::ENCRYPT, key_blob_, params, &out_params, &(op_handles[i]))); in TEST_P()
4767 EXPECT_EQ(ErrorCode::OK, Abort(op_handles[i])); in TEST_P()
/aosp12/hardware/interfaces/security/keymint/aidl/vts/functional/
H A DKeyMintTest.cpp6353 std::shared_ptr<IKeyMintOperation> op_handles[max_operations]; in TEST_P() local
6359 result = Begin(KeyPurpose::ENCRYPT, key_blob_, params, &out_params, op_handles[i]); in TEST_P()
6369 EXPECT_EQ(ErrorCode::OK, Abort(op_handles[j])) in TEST_P()