Home
last modified time | relevance | path

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

/PHP-8.0/ext/openssl/
H A Dxp_ssl.c160 SSL *ssl_handle; member
1601 if (sslsock->ssl_handle) { in php_openssl_setup_crypto()
1727 if (sslsock->ssl_handle == NULL) { in php_openssl_setup_crypto()
1759 SSL_set_mode(sslsock->ssl_handle, SSL_get_mode(sslsock->ssl_handle) | SSL_MODE_RELEASE_BUFFERS); in php_openssl_setup_crypto()
1863 sslsock->ssl_handle, in php_openssl_enable_crypto()
1930 SSL_shutdown(sslsock->ssl_handle); in php_openssl_enable_crypto()
1954 SSL_shutdown(sslsock->ssl_handle); in php_openssl_enable_crypto()
2181 SSL_shutdown(sslsock->ssl_handle); in php_openssl_sockop_close()
2184 if (sslsock->ssl_handle) { in php_openssl_sockop_close()
2185 SSL_free(sslsock->ssl_handle); in php_openssl_sockop_close()
[all …]
/PHP-8.0/ext/ftp/
H A Dftp.c285 ftp->ssl_handle = SSL_new(ctx); in ftp_login()
288 if (ftp->ssl_handle == NULL) { in ftp_login()
328 SSL_free(ftp->ssl_handle); in ftp_login()
1378 handle = ftp->ssl_handle; in single_send()
1491 handle = ftp->ssl_handle; in my_recv()
1791 SSL_copy_session_id(data->ssl_handle, ftp->ssl_handle); in data_accept()
1798 SSL_free(data->ssl_handle); in data_accept()
1806 SSL_free(data->ssl_handle); in data_accept()
1842 SSL_free(data->ssl_handle); in data_accept()
1868 err = SSL_shutdown(ssl_handle); in ftp_ssl_shutdown()
[all …]
H A Dftp.h50 SSL *ssl_handle; /* ssl handle */ member
83 SSL *ssl_handle; /* handle for control connection */ member

Completed in 17 milliseconds