Searched refs:WRONG_SECRET (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/authsecret/1.0/vts/functional/ |
D | VtsHalAuthSecretV1_0TargetTest.cpp | 52 hidl_vec<uint8_t> WRONG_SECRET{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}; member in AuthSecretHidlTest 81 authsecret->primaryUserCredential(WRONG_SECRET); in TEST_P()
|
/hardware/interfaces/authsecret/aidl/vts/ |
D | VtsHalAuthSecretTargetTest.cpp | 53 std::vector<uint8_t> WRONG_SECRET{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16}; member in AuthSecretAidlTest 82 authsecret->setPrimaryUserCredential(WRONG_SECRET); in TEST_P()
|