Searched defs:ImportKeyTest (Results 1 - 2 of 2) sorted by relevance

/system/core/trusty/keymaster/
H A Dtrusty_keymaster_device_test.cpp443 typedef TrustyKeymasterTest ImportKeyTest; typedef in namespace:keymaster::test
444 TEST_F(ImportKeyTest, RsaSuccess) {
467 TEST_F(ImportKeyTest, EcdsaSuccess) {
/system/keymaster/
H A Dandroid_keymaster_test.cpp1678 typedef Keymaster2Test ImportKeyTest; typedef in namespace:keymaster::test
1679 INSTANTIATE_TEST_CASE_P(AndroidKeymasterTest, ImportKeyTest, test_params);
1681 TEST_P(ImportKeyTest, RsaSuccess) {
1718 TEST_P(ImportKeyTest, RsaKeySizeMismatch) {
1731 TEST_P(ImportKeyTest, RsaPublicExponenMismatch) {
1744 TEST_P(ImportKeyTest, EcdsaSuccess) {
1776 TEST_P(ImportKeyTest, EcdsaSizeSpecified) {
1808 TEST_P(ImportKeyTest, EcdsaSizeMismatch) {
1820 TEST_P(ImportKeyTest, AesKeySuccess) {
1839 TEST_P(ImportKeyTest, HmacSha256KeySucces
[all...]

Completed in 70 milliseconds