Home
last modified time | relevance | path

Searched refs:BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS (Results 1 – 2 of 2) 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 …]
/hardware/interfaces/security/keymint/aidl/vts/performance/
DKeyMintBenchmark.cpp515 #define BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(transform) \ macro
520 BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(MD5withRSA);
521 BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(SHA1withRSA);
522 BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(SHA224withRSA);
523 BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(SHA384withRSA);
524 BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(SHA512withRSA);
526 BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(MD5withRSA/PSS);
527 BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(SHA1withRSA/PSS);
528 BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(SHA224withRSA/PSS);
529 BENCHMARK_KM_SIGNATURE_ALL_RSA_KEYS(SHA384withRSA/PSS);
[all …]