Home
last modified time | relevance | path

Searched refs:ssl_handle (Results 1 – 3 of 3) sorted by relevance

/PHP-7.2/ext/openssl/
H A Dxp_ssl.c140 SSL *ssl_handle; member
1557 if (sslsock->ssl_handle) { in php_openssl_setup_crypto()
1687 if (sslsock->ssl_handle == NULL) { in php_openssl_setup_crypto()
1719 SSL_set_mode(sslsock->ssl_handle, SSL_get_mode(sslsock->ssl_handle) | SSL_MODE_RELEASE_BUFFERS); in php_openssl_setup_crypto()
1740 long proto = SSL_version(ssl_handle); in php_openssl_capture_session_meta()
1857 sslsock->ssl_handle, in php_openssl_enable_crypto()
1966 SSL_shutdown(sslsock->ssl_handle); in php_openssl_enable_crypto()
2193 SSL_shutdown(sslsock->ssl_handle); in php_openssl_sockop_close()
2196 if (sslsock->ssl_handle) { in php_openssl_sockop_close()
2197 SSL_free(sslsock->ssl_handle); in php_openssl_sockop_close()
[all …]
/PHP-7.2/ext/ftp/
H A Dftp.c291 ftp->ssl_handle = SSL_new(ctx); in ftp_login()
294 if (ftp->ssl_handle == NULL) { in ftp_login()
334 SSL_free(ftp->ssl_handle); in ftp_login()
1431 handle = ftp->ssl_handle; in my_send()
1520 handle = ftp->ssl_handle; in my_recv()
1825 SSL_copy_session_id(data->ssl_handle, ftp->ssl_handle); in data_accept()
1832 SSL_free(data->ssl_handle); in data_accept()
1840 SSL_free(data->ssl_handle); in data_accept()
1876 SSL_free(data->ssl_handle); in data_accept()
1903 err = SSL_shutdown(ssl_handle); in ftp_ssl_shutdown()
[all …]
H A Dftp.h54 SSL *ssl_handle; /* ssl handle */ member
87 SSL *ssl_handle; /* handle for control connection */ member

Completed in 24 milliseconds