Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.0/vts/functional/
DKeymasterHidlTest.h117 ErrorCode DeleteKey(HidlBuf* key_blob, bool keep_key_blob = false);
118 ErrorCode DeleteKey(bool keep_key_blob = false);
DKeymasterHidlTest.cpp167 ErrorCode KeymasterHidlTest::DeleteKey(HidlBuf* key_blob, bool keep_key_blob) { in DeleteKey() function in android::hardware::keymaster::V4_0::test::KeymasterHidlTest
174 ErrorCode KeymasterHidlTest::DeleteKey(bool keep_key_blob) { in DeleteKey() function in android::hardware::keymaster::V4_0::test::KeymasterHidlTest
175 return DeleteKey(&key_blob_, keep_key_blob); in DeleteKey()
184 auto rc = DeleteKey(key_blob, keep_key_blob); in CheckedDeleteKey()
Dkeymaster_hidl_hal_test.cpp1711 auto rc = DeleteKey(); in TEST_P()
4410 TEST_P(KeyDeletionTest, DeleteKey) { in TEST_P() argument
4424 ASSERT_EQ(ErrorCode::OK, DeleteKey(true /* keep key blob */)); in TEST_P()
4458 DeleteKey(); in TEST_P()
4463 ASSERT_EQ(ErrorCode::OK, DeleteKey()); in TEST_P()
/hardware/interfaces/keymaster/4.0/vts/performance/
DBenchmark.cpp192 if (!DeleteKey()) { in GenerateKey()
206 bool DeleteKey() { in DeleteKey() function in android::hardware::keymaster::V4_0::test::KeymasterWrapper
452 keymaster->DeleteKey(); in keygen()
/hardware/interfaces/keymaster/3.0/vts/functional/
Dkeymaster_hidl_hal_test.cpp533 ErrorCode DeleteKey(HidlBuf* key_blob, bool keep_key_blob = false) { in DeleteKey() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest
540 ErrorCode DeleteKey(bool keep_key_blob = false) { in DeleteKey() function in android::hardware::keymaster::V3_0::test::KeymasterHidlTest
541 return DeleteKey(&key_blob_, keep_key_blob); in DeleteKey()
550 auto rc = DeleteKey(key_blob, keep_key_blob); in CheckedDeleteKey()
2204 auto rc = DeleteKey(); in TEST_P()
4062 TEST_P(KeyDeletionTest, DeleteKey) { in TEST_P() argument
4074 ASSERT_EQ(ErrorCode::OK, DeleteKey(true /* keep key blob */)); in TEST_P()
4076 auto delete_result = DeleteKey(true /* keep key blob */); in TEST_P()
4120 DeleteKey(); in TEST_P()
4126 ASSERT_EQ(ErrorCode::OK, DeleteKey()); in TEST_P()
[all …]