Searched refs:verifyResponses (Results 1 – 2 of 2) sorted by relevance
/hardware/interfaces/security/sharedsecret/aidl/vts/functional/ |
D | SharedSecretAidlTest.cpp | 94 void verifyResponses(const vector<uint8_t>& expected, const vector<ComputeResult>& responses) { in verifyResponses() function in aidl::android::hardware::security::sharedsecret::test::SharedSecretAidlTest 172 verifyResponses(responses[0].sharing_check, responses); in TEST_F() 182 verifyResponses(responses[0].sharing_check, responses); in TEST_F() 216 verifyResponses(correct_response, responses); in TEST_F() 256 verifyResponses(correct_response, responses); in TEST_F() 300 verifyResponses(correct_response, responses); in TEST_F() 342 verifyResponses(correct_response, responses); in TEST_F()
|
/hardware/interfaces/keymaster/4.0/vts/functional/ |
D | HmacKeySharingTest.cpp | 106 void verifyResponses(const HidlBuf& expected, const std::vector<ComputeHmacResult>& responses) { in verifyResponses() function in android::hardware::keymaster::V4_0::test::HmacKeySharingTest 145 verifyResponses(responses[0].sharing_check, responses); in TEST_P() 155 verifyResponses(responses[0].sharing_check, responses); in TEST_P() 191 verifyResponses(correct_response, responses); in TEST_P() 231 verifyResponses(correct_response, responses); in TEST_P()
|