Home
last modified time | relevance | path

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

/system/keymaster/
Dandroid_keymaster_test.cpp306 AuthorizationSet crypto_params; in TEST_P() local
311 crypto_params.push_back(hw_enforced()); in TEST_P()
316 crypto_params.push_back(sw_enforced()); in TEST_P()
319 EXPECT_TRUE(contains(crypto_params, TAG_ALGORITHM, KM_ALGORITHM_RSA)); in TEST_P()
321 EXPECT_TRUE(contains(crypto_params, TAG_KEY_SIZE, 256)); in TEST_P()
323 EXPECT_TRUE(contains(crypto_params, TAG_RSA_PUBLIC_EXPONENT, 3)); in TEST_P()
348 AuthorizationSet crypto_params; in TEST_P() local
353 crypto_params.push_back(hw_enforced()); in TEST_P()
358 crypto_params.push_back(sw_enforced()); in TEST_P()
361 EXPECT_TRUE(contains(crypto_params, TAG_ALGORITHM, KM_ALGORITHM_EC)); in TEST_P()
[all …]