Home
last modified time | relevance | path

Searched refs:ngx_ssl_handshake (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/nginx-1.16.1/src/event/
H A Dngx_event_openssl.h267 ngx_int_t ngx_ssl_handshake(ngx_connection_t *c);
H A Dngx_event_openssl.c1604 ngx_ssl_handshake(ngx_connection_t *c) in ngx_ssl_handshake() function
1736 return ngx_ssl_handshake(c); in ngx_ssl_try_early_data()
1897 if (ngx_ssl_handshake(c) == NGX_AGAIN) { in ngx_ssl_handshake_handler()
/f-stack/app/nginx-1.16.1/src/mail/
H A Dngx_mail_handler.c214 if (ngx_ssl_handshake(c) == NGX_AGAIN) { in ngx_mail_ssl_init_connection()
/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_ssl_module.c378 rc = ngx_ssl_handshake(c); in ngx_stream_ssl_init_connection()
H A Dngx_stream_proxy_module.c1063 rc = ngx_ssl_handshake(pc); in ngx_stream_proxy_ssl_init_connection()
/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_request.c751 rc = ngx_ssl_handshake(c); in ngx_http_ssl_handshake()
H A Dngx_http_upstream.c1712 rc = ngx_ssl_handshake(c); in ngx_http_upstream_ssl_init_connection()