Home
last modified time | relevance | path

Searched refs:kAllAlgorithms (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/crypto/
H A Dunexportable_key_metrics.cc32 const SignatureVerifier::SignatureAlgorithm kAllAlgorithms[] = { variable
138 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()
H A Daead_unittest.cc13 const crypto::Aead::AeadAlgorithm kAllAlgorithms[]{ variable
22 INSTANTIATE_TEST_SUITE_P(All, AeadTest, testing::ValuesIn(kAllAlgorithms));
H A Dunexportable_key_unittest.cc23 const crypto::SignatureVerifier::SignatureAlgorithm kAllAlgorithms[] = { variable
47 testing::Combine(testing::ValuesIn(kAllAlgorithms),