Searched refs:crypto_params (Results 1 – 1 of 1) sorted by relevance
306 AuthorizationSet crypto_params; in TEST_P() local311 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() local353 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 …]