Searched refs:GetCharacteristics (Results 1 – 4 of 4) sorted by relevance
190 keymaster_error_t GetCharacteristics();
407 ASSERT_EQ(KM_ERROR_OK, GetCharacteristics()); in TEST_P()3865 EXPECT_EQ(KM_ERROR_KEY_REQUIRES_UPGRADE, GetCharacteristics()); in TEST_P()3877 EXPECT_EQ(KM_ERROR_INVALID_KEY_BLOB, GetCharacteristics()); in TEST_P()3908 EXPECT_EQ(KM_ERROR_KEY_REQUIRES_UPGRADE, GetCharacteristics()); in TEST_P()3920 EXPECT_EQ(KM_ERROR_INVALID_KEY_BLOB, GetCharacteristics()); in TEST_P()3952 EXPECT_EQ(KM_ERROR_KEY_REQUIRES_UPGRADE, GetCharacteristics()); in TEST_P()3964 EXPECT_EQ(KM_ERROR_INVALID_KEY_BLOB, GetCharacteristics()); in TEST_P()
646 keymaster_error_t Keymaster2Test::GetCharacteristics() { in GetCharacteristics() function in keymaster::test::Keymaster2Test
781 int GetCharacteristics(const std::string& name) { in GetCharacteristics() function1102 return GetCharacteristics(command_line->GetSwitchValueASCII("name")); in main()