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

/system/keymaster/
H A Dandroid_keymaster_test.cpp1762 typedef Keymaster2Test ImportKeyTest; typedef in namespace:keymaster::test
1763 INSTANTIATE_TEST_CASE_P(AndroidKeymasterTest, ImportKeyTest, test_params);
1765 TEST_P(ImportKeyTest, RsaSuccess) {
1802 TEST_P(ImportKeyTest, RsaKeySizeMismatch) {
1815 TEST_P(ImportKeyTest, RsaPublicExponenMismatch) {
1828 TEST_P(ImportKeyTest, EcdsaSuccess) {
1860 TEST_P(ImportKeyTest, EcdsaSizeSpecified) {
1892 TEST_P(ImportKeyTest, EcdsaSizeMismatch) {
1904 TEST_P(ImportKeyTest, AesKeySuccess) {
1923 TEST_P(ImportKeyTest, HmacSha256KeySucces
[all...]

Completed in 86 milliseconds