Home
last modified time | relevance | path

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

/aosp12/system/keymaster/tests/
H A Dandroid_keymaster_test_utils.cpp177 Keymaster2Test::Keymaster2Test() : op_handle_(OP_HANDLE_SENTINEL) { in Keymaster2Test() function in keymaster::test::Keymaster2Test
185 Keymaster2Test::~Keymaster2Test() { in ~Keymaster2Test()
191 keymaster2_device_t* Keymaster2Test::device() { in device()
205 keymaster_error_t Keymaster2Test::DeleteKey() { in DeleteKey()
223 AuthorizationSet Keymaster2Test::UserAuthParams() { in UserAuthParams()
231 AuthorizationSet Keymaster2Test::ClientParams() { in ClientParams()
716 AuthorizationSet Keymaster2Test::hw_enforced() { in hw_enforced()
720 AuthorizationSet Keymaster2Test::sw_enforced() { in sw_enforced()
724 void Keymaster2Test::FreeCharacteristics() { in FreeCharacteristics()
728 void Keymaster2Test::FreeKeyBlob() { in FreeKeyBlob()
[all …]
H A Dandroid_keymaster_test_utils.h174 class Keymaster2Test : public testing::TestWithParam<InstanceCreatorPtr> {
176 Keymaster2Test();
177 ~Keymaster2Test();
H A Dandroid_keymaster_test.cpp212 class NewKeyGeneration : public Keymaster2Test {
397 typedef Keymaster2Test GetKeyCharacteristics;
411 typedef Keymaster2Test SigningOperationsTest;
925 typedef Keymaster2Test VerificationOperationsTest;
1371 typedef Keymaster2Test ExportKeyTest;
1424 typedef Keymaster2Test ImportKeyTest;
1812 typedef Keymaster2Test EncryptionOperationsTest;
3586 typedef Keymaster2Test MaxOperationsTest;
3627 typedef Keymaster2Test AddEntropyTest;
3637 typedef Keymaster2Test AttestationTest;
[all …]