Home | History | Annotate | Download | only in apps

Lines Matching refs:SSL_accept

1744 	BIO_printf(bio,"%4ld server accepts (SSL_accept())\n",
1746 BIO_printf(bio,"%4ld server renegotiates (SSL_accept())\n",
2163 if ((i=SSL_accept(con)) <= 0)
2337 i=SSL_accept(con);