Home | History | Annotate | Download | only in ssl

Lines Matching full:ssl_accept

847 int SSL_accept(SSL *s) {
853 if (s->handshake_func != s->method->ssl_accept) {
854 OPENSSL_PUT_ERROR(SSL, SSL_accept, ERR_R_INTERNAL_ERROR);
2132 ssl->handshake_func = ssl->method->ssl_accept;