Home
last modified time | relevance | path

Searched defs:WifiKeystoreHalTest (Results 1 – 1 of 1) sorted by relevance

/system/hardware/interfaces/wifi/keystore/1.0/vts/functional/
DVtsHalWifiKeystoreV1_0TargetTest.cpp53 class WifiKeystoreHalTest : public TestWithParam<std::string> { class
196 TEST_P(WifiKeystoreHalTest, Sign_nullptr_key_name) { in TEST_P() argument
211 TEST_P(WifiKeystoreHalTest, Sign_empty_key_name) { in TEST_P() argument
226 TEST_P(WifiKeystoreHalTest, Sign_empty_data) { in TEST_P() argument
251 TEST_P(WifiKeystoreHalTest, Sign_wrong_key_purpose) { in TEST_P() argument
274 TEST_P(WifiKeystoreHalTest, Sign_success) { in TEST_P() argument
302 TEST_P(WifiKeystoreHalTest, GetBlob_null_key_name) { in TEST_P() argument
317 TEST_P(WifiKeystoreHalTest, GetBlob_empty_key_name) { in TEST_P() argument
332 TEST_P(WifiKeystoreHalTest, GetBlob_missing_key) { in TEST_P() argument
347 TEST_P(WifiKeystoreHalTest, GetBlob_wrong_user) { in TEST_P() argument
[all …]