Home | History | Annotate | Download | only in tests

Lines Matching refs:ImportKeyTest

1634 typedef Keymaster2Test ImportKeyTest;
1635 INSTANTIATE_TEST_CASE_P(AndroidKeymasterTest, ImportKeyTest, test_params);
1637 TEST_P(ImportKeyTest, RsaSuccess) {
1674 TEST_P(ImportKeyTest, RsaKeySizeMismatch) {
1687 TEST_P(ImportKeyTest, RsaPublicExponenMismatch) {
1700 TEST_P(ImportKeyTest, EcdsaSuccess) {
1732 TEST_P(ImportKeyTest, EcdsaSizeSpecified) {
1764 TEST_P(ImportKeyTest, EcdsaSizeMismatch) {
1776 TEST_P(ImportKeyTest, AesKeySuccess) {
1795 TEST_P(ImportKeyTest, HmacSha256KeySuccess) {