Lines Matching refs:NewKeyGeneration
260 class NewKeyGeneration : public Keymaster2Test { class
296 INSTANTIATE_TEST_CASE_P(AndroidKeymasterTest, NewKeyGeneration, test_params);
298 TEST_P(NewKeyGeneration, Rsa) { in TEST_P() argument
332 TEST_P(NewKeyGeneration, RsaDefaultSize) { in TEST_P() argument
342 TEST_P(NewKeyGeneration, Ecdsa) { in TEST_P() argument
370 TEST_P(NewKeyGeneration, EcdsaDefaultSize) { in TEST_P() argument
380 TEST_P(NewKeyGeneration, EcdsaInvalidSize) { in TEST_P() argument
386 TEST_P(NewKeyGeneration, EcdsaMismatchKeySize) { in TEST_P() argument
394 TEST_P(NewKeyGeneration, EcdsaAllValidSizes) { in TEST_P() argument
406 TEST_P(NewKeyGeneration, HmacSha256) { in TEST_P() argument
415 TEST_P(NewKeyGeneration, CheckKeySizes) { in TEST_P() argument
435 TEST_P(NewKeyGeneration, HmacMultipleDigests) { in TEST_P() argument
446 TEST_P(NewKeyGeneration, HmacDigestNone) { in TEST_P() argument
456 TEST_P(NewKeyGeneration, HmacSha256TooShortMacLength) { in TEST_P() argument
466 TEST_P(NewKeyGeneration, HmacSha256NonIntegralOctetMacLength) { in TEST_P() argument
476 TEST_P(NewKeyGeneration, HmacSha256TooLongMacLength) { in TEST_P() argument