Searched refs:kAllAlgorithms (Results 1 – 3 of 3) sorted by relevance
32 const SignatureVerifier::SignatureAlgorithm kAllAlgorithms[] = { variable138 auto algo = virtual_provider->SelectAlgorithm(kAllAlgorithms); in MeasureVirtualTpmOperations()160 virtual_provider->GenerateSigningKey(kAllAlgorithms, kTestKeyName); in MeasureVirtualTpmOperations()217 auto algo = provider->SelectAlgorithm(kAllAlgorithms); in MeasureTpmOperationsInternal()250 provider->GenerateSigningKeySlowly(kAllAlgorithms).release(), delete_key); in MeasureTpmOperationsInternal()
13 const crypto::Aead::AeadAlgorithm kAllAlgorithms[]{ variable22 INSTANTIATE_TEST_SUITE_P(All, AeadTest, testing::ValuesIn(kAllAlgorithms));
23 const crypto::SignatureVerifier::SignatureAlgorithm kAllAlgorithms[] = { variable47 testing::Combine(testing::ValuesIn(kAllAlgorithms),