Home
last modified time | relevance | path

Searched refs:CheckIdempotentError (Results 1 – 4 of 4) sorted by relevance

/external/boringssl/src/ssl/test/
Dhandshake_util.h31 int CheckIdempotentError(const char *name, SSL *ssl, std::function<int()> func);
Dhandshake_util.cc102 int CheckIdempotentError(const char *name, SSL *ssl, in CheckIdempotentError() function
404 ret = CheckIdempotentError( in PrepareHandoff()
Dhandshaker.cc68 ret = CheckIdempotentError( in Handshaker()
Dbssl_shim.cc190 ret = CheckIdempotentError("SSL_peek/SSL_read", ssl, [&]() -> int { in DoRead()
765 ret = CheckIdempotentError("SSL_do_handshake", ssl, [&]() -> int { in DoExchange()