Lines Matching defs:VerificationOperationsTest
925 typedef Keymaster2Test VerificationOperationsTest; typedef
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
1085 TEST_P(VerificationOperationsTest, RsaPkcs1Sha256CorruptInput) { in TEST_P() argument
1105 TEST_P(VerificationOperationsTest, RsaAllDigestAndPadCombinations) { in TEST_P() argument
1199 TEST_P(VerificationOperationsTest, EcdsaSuccess) { in TEST_P() argument
1208 TEST_P(VerificationOperationsTest, EcdsaTooShort) { in TEST_P() argument
1217 TEST_P(VerificationOperationsTest, EcdsaSlightlyTooLong) { in TEST_P() argument
1231 TEST_P(VerificationOperationsTest, EcdsaSha256Success) { in TEST_P() argument
1250 TEST_P(VerificationOperationsTest, EcdsaSha224Success) { in TEST_P() argument
1268 TEST_P(VerificationOperationsTest, EcdsaAllDigestsAndKeySizes) { in TEST_P() argument
1294 TEST_P(VerificationOperationsTest, HmacSha1Success) { in TEST_P() argument
1305 TEST_P(VerificationOperationsTest, HmacSha224Success) { in TEST_P() argument
1316 TEST_P(VerificationOperationsTest, HmacSha256Success) { in TEST_P() argument
1327 TEST_P(VerificationOperationsTest, HmacSha256TooShortMac) { in TEST_P() argument
1349 TEST_P(VerificationOperationsTest, HmacSha384Success) { in TEST_P() argument
1360 TEST_P(VerificationOperationsTest, HmacSha512Success) { in TEST_P() argument