Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp4583 auto cipher_params = in TEST_P() local
4587 EXPECT_EQ(ErrorCode::OK, Begin(KeyPurpose::ENCRYPT, cipher_params, &out_params)); in TEST_P()
4596 cipher_params.push_back(out_params); in TEST_P()
4598 EXPECT_EQ(ErrorCode::OK, Begin(KeyPurpose::DECRYPT, cipher_params)); in TEST_P()