Home
last modified time | relevance | path

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

/aosp_15_r20/external/tink/testing/cc/
H A Djwt_impl_test.cc137 JwtVerifyResponse verify_response; in TEST_F() local
194 JwtVerifyResponse verify_response; in TEST_F() local
316 JwtVerifyResponse verify_response; in TEST_F() local
371 JwtVerifyResponse verify_response; in TEST_F() local
419 JwtVerifyResponse verify_response; in TEST_F() local
H A Dmac_impl_test.cc104 VerifyMacResponse verify_response; in TEST_F() local
128 VerifyMacResponse verify_response; in TEST_F() local
H A Dsignature_impl_test.cc153 SignatureVerifyResponse verify_response; in TEST_F() local
186 SignatureVerifyResponse verify_response; in TEST_F() local
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/amarisoft_lib/
Damarisoft_client.py78 def verify_response(self, func: str, head: str, member in AmariSoftClient
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/handshake/
Dclient.rs189 pub fn verify_response(&self, response: Response) -> Result<Response> { in verify_response() method