Home
last modified time | relevance | path

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

/system/keymaster/tests/
Dandroid_keymaster_test.cpp925 typedef Keymaster2Test VerificationOperationsTest; typedef
926 INSTANTIATE_TEST_CASE_P(AndroidKeymasterTest, VerificationOperationsTest, test_params);
928 TEST_P(VerificationOperationsTest, RsaSuccess) { in TEST_P() argument
939 TEST_P(VerificationOperationsTest, RsaPssSha256Success) { in TEST_P() argument
951 TEST_P(VerificationOperationsTest, RsaPssSha224Success) { in TEST_P() argument
984 TEST_P(VerificationOperationsTest, RsaPssSha256CorruptSignature) { in TEST_P() argument
1003 TEST_P(VerificationOperationsTest, RsaPssSha256CorruptInput) { in TEST_P() argument
1023 TEST_P(VerificationOperationsTest, RsaPkcs1Sha256Success) { in TEST_P() argument
1034 TEST_P(VerificationOperationsTest, RsaPks1Sha224Success) { in TEST_P() argument
1066 TEST_P(VerificationOperationsTest, RsaPkcs1Sha256CorruptSignature) { in TEST_P() argument
[all …]