Lines Matching refs:VerificationOperationsTest

1104 typedef Keymaster2Test VerificationOperationsTest;  typedef
1105 INSTANTIATE_TEST_CASE_P(AndroidKeymasterTest, VerificationOperationsTest, test_params);
1107 TEST_P(VerificationOperationsTest, RsaSuccess) { in TEST_P() argument
1121 TEST_P(VerificationOperationsTest, RsaPssSha256Success) { in TEST_P() argument
1136 TEST_P(VerificationOperationsTest, RsaPssSha224Success) { in TEST_P() argument
1172 TEST_P(VerificationOperationsTest, RsaPssSha256CorruptSignature) { in TEST_P() argument
1194 TEST_P(VerificationOperationsTest, RsaPssSha256CorruptInput) { in TEST_P() argument
1217 TEST_P(VerificationOperationsTest, RsaPkcs1Sha256Success) { in TEST_P() argument
1231 TEST_P(VerificationOperationsTest, RsaPks1Sha224Success) { in TEST_P() argument
1266 TEST_P(VerificationOperationsTest, RsaPkcs1Sha256CorruptSignature) { in TEST_P() argument
1288 TEST_P(VerificationOperationsTest, RsaPkcs1Sha256CorruptInput) { in TEST_P() argument
1311 TEST_P(VerificationOperationsTest, RsaAllDigestAndPadCombinations) { in TEST_P() argument
1403 TEST_P(VerificationOperationsTest, EcdsaSuccess) { in TEST_P() argument
1415 TEST_P(VerificationOperationsTest, EcdsaTooShort) { in TEST_P() argument
1427 TEST_P(VerificationOperationsTest, EcdsaSlightlyTooLong) { in TEST_P() argument
1444 TEST_P(VerificationOperationsTest, EcdsaSha256Success) { in TEST_P() argument
1466 TEST_P(VerificationOperationsTest, EcdsaSha224Success) { in TEST_P() argument
1487 TEST_P(VerificationOperationsTest, EcdsaAllDigestsAndKeySizes) { in TEST_P() argument
1515 TEST_P(VerificationOperationsTest, HmacSha1Success) { in TEST_P() argument
1528 TEST_P(VerificationOperationsTest, HmacSha224Success) { in TEST_P() argument
1541 TEST_P(VerificationOperationsTest, HmacSha256Success) { in TEST_P() argument
1554 TEST_P(VerificationOperationsTest, HmacSha256TooShortMac) { in TEST_P() argument
1578 TEST_P(VerificationOperationsTest, HmacSha384Success) { in TEST_P() argument
1591 TEST_P(VerificationOperationsTest, HmacSha512Success) { in TEST_P() argument