Searched refs:KeymasterHidlTest (Results 1 – 8 of 8) sorted by relevance
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | KeymasterHidlTest.cpp | 47 void KeymasterHidlTest::InitializeKeymaster(sp<IKeymasterDevice> keymaster) { in InitializeKeymaster() 63 void KeymasterHidlTest::SetUp() { in SetUp() 67 ErrorCode KeymasterHidlTest::GenerateKey(const AuthorizationSet& key_desc, HidlBuf* key_blob, in GenerateKey() 93 ErrorCode KeymasterHidlTest::GenerateKey(const AuthorizationSet& key_desc) { in GenerateKey() 97 ErrorCode KeymasterHidlTest::ImportKey(const AuthorizationSet& key_desc, KeyFormat format, in ImportKey() 119 ErrorCode KeymasterHidlTest::ImportKey(const AuthorizationSet& key_desc, KeyFormat format, in ImportKey() 124 ErrorCode KeymasterHidlTest::ImportWrappedKey(string wrapped_key, string wrapping_key, in ImportWrappedKey() 144 ErrorCode KeymasterHidlTest::ExportKey(KeyFormat format, const HidlBuf& key_blob, in ExportKey() 162 ErrorCode KeymasterHidlTest::ExportKey(KeyFormat format, HidlBuf* key_material) { in ExportKey() 167 ErrorCode KeymasterHidlTest::DeleteKey(HidlBuf* key_blob, bool keep_key_blob) { in DeleteKey() [all …]
|
D | Android.bp | 41 "KeymasterHidlTest.cpp",
|
D | KeymasterHidlTest.h | 84 class KeymasterHidlTest : public ::testing::TestWithParam<std::string> { 238 testing::ValuesIn(KeymasterHidlTest::build_params()), \
|
D | VerificationTokenTest.cpp | 25 class VerificationTokenTest : public KeymasterHidlTest {
|
D | keymaster_hidl_hal_test.cpp | 487 class NewKeyGenerationTest : public KeymasterHidlTest { 851 typedef KeymasterHidlTest SigningOperationsTest; 1522 typedef KeymasterHidlTest VerificationOperationsTest; 1764 typedef KeymasterHidlTest ExportKeyTest; 1845 class ImportKeyTest : public KeymasterHidlTest { 2166 class ImportWrappedKeyTest : public KeymasterHidlTest {}; 2235 typedef KeymasterHidlTest EncryptionOperationsTest; 4134 typedef KeymasterHidlTest MaxOperationsTest; 4191 typedef KeymasterHidlTest AddEntropyTest; 4223 typedef KeymasterHidlTest AttestationTest; [all …]
|
D | HmacKeySharingTest.cpp | 29 class HmacKeySharingTest : public KeymasterHidlTest {
|
/hardware/interfaces/keymaster/4.1/vts/functional/ |
D | Keymaster4_1HidlTest.h | 28 class Keymaster4_1HidlTest : public V4_0::test::KeymasterHidlTest { 30 using super = V4_0::test::KeymasterHidlTest;
|
/hardware/interfaces/keymaster/3.0/vts/functional/ |
D | keymaster_hidl_hal_test.cpp | 414 class KeymasterHidlTest : public ::testing::TestWithParam<std::string> { class 1029 typedef KeymasterHidlTest KeymasterVersionTest; 1047 class NewKeyGenerationTest : public KeymasterHidlTest { 1377 typedef KeymasterHidlTest GetKeyCharacteristicsTest; 1403 typedef KeymasterHidlTest SigningOperationsTest; 2010 typedef KeymasterHidlTest VerificationOperationsTest; 2255 typedef KeymasterHidlTest ExportKeyTest; 2333 typedef KeymasterHidlTest ImportKeyTest; 2528 typedef KeymasterHidlTest EncryptionOperationsTest; 3827 typedef KeymasterHidlTest MaxOperationsTest; [all …]
|