Home
last modified time | relevance | path

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

/PHP-7.3/ext/openssl/
H A Dxp_ssl.c144 SSL *ssl_handle; member
1605 if (sslsock->ssl_handle) { in php_openssl_setup_crypto()
1735 if (sslsock->ssl_handle == NULL) { in php_openssl_setup_crypto()
1767 SSL_set_mode(sslsock->ssl_handle, SSL_get_mode(sslsock->ssl_handle) | SSL_MODE_RELEASE_BUFFERS); in php_openssl_setup_crypto()
1788 long proto = SSL_version(ssl_handle); in php_openssl_capture_session_meta()
1905 sslsock->ssl_handle, in php_openssl_enable_crypto()
2014 SSL_shutdown(sslsock->ssl_handle); in php_openssl_enable_crypto()
2241 SSL_shutdown(sslsock->ssl_handle); in php_openssl_sockop_close()
2244 if (sslsock->ssl_handle) { in php_openssl_sockop_close()
2245 SSL_free(sslsock->ssl_handle); in php_openssl_sockop_close()
[all …]
/PHP-7.3/ext/ftp/
H A Dftp.c289 ftp->ssl_handle = SSL_new(ctx); in ftp_login()
292 if (ftp->ssl_handle == NULL) { in ftp_login()
332 SSL_free(ftp->ssl_handle); in ftp_login()
1432 handle = ftp->ssl_handle; in my_send()
1521 handle = ftp->ssl_handle; in my_recv()
1826 SSL_copy_session_id(data->ssl_handle, ftp->ssl_handle); in data_accept()
1833 SSL_free(data->ssl_handle); in data_accept()
1841 SSL_free(data->ssl_handle); in data_accept()
1877 SSL_free(data->ssl_handle); in data_accept()
1904 err = SSL_shutdown(ssl_handle); in ftp_ssl_shutdown()
[all …]
H A Dftp.h52 SSL *ssl_handle; /* ssl handle */ member
85 SSL *ssl_handle; /* handle for control connection */ member

Completed in 15 milliseconds