Home
last modified time | relevance | path

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

/hardware/interfaces/keymaster/4.0/vts/performance/
DBenchmark.cpp580 #define BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(transform) \ macro
585 BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(MD5withRSA);
586 BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(SHA1withRSA);
587 BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(SHA224withRSA);
588 BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(SHA384withRSA);
589 BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(SHA512withRSA);
591 BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(MD5withRSA/PSS);
592 BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(SHA1withRSA/PSS);
593 BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(SHA224withRSA/PSS);
594 BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(SHA384withRSA/PSS);
[all …]