• Home
  • Raw
  • Download

Lines Matching defs:VerificationOperationsTest

1152 typedef Keymaster2Test VerificationOperationsTest;  typedef
1155 TEST_P(VerificationOperationsTest, RsaSuccess) { in TEST_P() argument
1169 TEST_P(VerificationOperationsTest, RsaPssSha256Success) { in TEST_P() argument
1184 TEST_P(VerificationOperationsTest, RsaPssSha224Success) { in TEST_P() argument
1220 TEST_P(VerificationOperationsTest, RsaPssSha256CorruptSignature) { in TEST_P() argument
1245 TEST_P(VerificationOperationsTest, RsaPssSha256CorruptInput) { in TEST_P() argument
1271 TEST_P(VerificationOperationsTest, RsaPkcs1Sha256Success) { in TEST_P() argument
1285 TEST_P(VerificationOperationsTest, RsaPks1Sha224Success) { in TEST_P() argument
1320 TEST_P(VerificationOperationsTest, RsaPkcs1Sha256CorruptSignature) { in TEST_P() argument
1345 TEST_P(VerificationOperationsTest, RsaPkcs1Sha256CorruptInput) { in TEST_P() argument
1371 TEST_P(VerificationOperationsTest, RsaAllDigestAndPadCombinations) { in TEST_P() argument
1463 TEST_P(VerificationOperationsTest, EcdsaSuccess) { in TEST_P() argument
1475 TEST_P(VerificationOperationsTest, EcdsaTooShort) { in TEST_P() argument
1487 TEST_P(VerificationOperationsTest, EcdsaSlightlyTooLong) { in TEST_P() argument
1504 TEST_P(VerificationOperationsTest, EcdsaSha256Success) { in TEST_P() argument
1529 TEST_P(VerificationOperationsTest, EcdsaSha224Success) { in TEST_P() argument
1553 TEST_P(VerificationOperationsTest, EcdsaAllDigestsAndKeySizes) { in TEST_P() argument
1581 TEST_P(VerificationOperationsTest, HmacSha1Success) { in TEST_P() argument
1598 TEST_P(VerificationOperationsTest, HmacSha224Success) { in TEST_P() argument
1615 TEST_P(VerificationOperationsTest, HmacSha256Success) { in TEST_P() argument
1628 TEST_P(VerificationOperationsTest, HmacSha256TooShortMac) { in TEST_P() argument
1654 TEST_P(VerificationOperationsTest, HmacSha384Success) { in TEST_P() argument
1671 TEST_P(VerificationOperationsTest, HmacSha512Success) { in TEST_P() argument