Searched refs:keymint_feature_value (Results 1 – 3 of 3) sorted by relevance
432 std::optional<int32_t> keymint_feature_value(bool strongbox);
8962 std::optional<int32_t> tee_feature_version = keymint_feature_value(/* strongbox */ false); in TEST_F()8969 std::optional<int32_t> sb_feature_version = keymint_feature_value(/* strongbox */ true); in TEST_F()8982 std::optional<int32_t> tee_feature_version = keymint_feature_value(/* strongbox */ false); in TEST_F()8991 std::optional<int32_t> sb_feature_version = keymint_feature_value(/* strongbox */ true); in TEST_F()
2305 std::optional<int32_t> keymint_feature_value(bool strongbox) { in keymint_feature_value() function