Home | History | Annotate | Download | only in test

Lines Matching refs:SSL

24 // RetryAsync is called after a failed operation on |ssl| with return code
27 bool RetryAsync(SSL *ssl, int ret);
29 // CheckIdempotentError runs |func|, an operation on |ssl|, ensuring that
31 int CheckIdempotentError(const char *name, SSL *ssl, std::function<int()> func);
33 // DoSplitHandshake delegates the SSL handshake to a separate process, called
35 // client, using the |BIO| from |ssl|. After a successful handshake, |ssl| is
36 // replaced with a new |SSL| object, in a way that is intended to be invisible
38 bool DoSplitHandshake(bssl::UniquePtr<SSL> *ssl, SettingsWriter *writer,