Lines Matching refs:crypto_params
306 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()
363 EXPECT_TRUE(contains(crypto_params, TAG_KEY_SIZE, 224)); in TEST_P()