Home
last modified time | relevance | path

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

/system/keymaster/tests/
Dandroid_keymaster_test.cpp258 AuthorizationSet crypto_params; in TEST_P() local
262 crypto_params.push_back(sw_enforced()); in TEST_P()
264 EXPECT_TRUE(contains(crypto_params, TAG_ALGORITHM, KM_ALGORITHM_RSA)); in TEST_P()
266 EXPECT_TRUE(contains(crypto_params, TAG_KEY_SIZE, 256)); in TEST_P()
268 EXPECT_TRUE(contains(crypto_params, TAG_RSA_PUBLIC_EXPONENT, 3)); in TEST_P()
288 AuthorizationSet crypto_params; in TEST_P() local
292 crypto_params.push_back(sw_enforced()); in TEST_P()
294 EXPECT_TRUE(contains(crypto_params, TAG_ALGORITHM, KM_ALGORITHM_EC)); in TEST_P()
296 EXPECT_TRUE(contains(crypto_params, TAG_KEY_SIZE, 224)); in TEST_P()