Home | History | Annotate | Download | only in ssl

Lines Matching defs:SSL_do_handshake

852 int SSL_do_handshake(SSL *ssl) {
889 return SSL_do_handshake(ssl);
898 return SSL_do_handshake(ssl);
980 // |SSL_do_handshake| to return mid-handshake, so this may require multiple
983 int ret = SSL_do_handshake(ssl);
1077 ret = SSL_do_handshake(ssl);
1250 // Make things return SSL_ERROR_SYSCALL when doing SSL_do_handshake etc,