Searched refs:ssl_handle (Results 1 – 3 of 3) sorted by relevance
304 ftp->ssl_handle = SSL_new(ctx); in ftp_login()308 if (ftp->ssl_handle == NULL) { in ftp_login()348 SSL_free(ftp->ssl_handle); in ftp_login()1419 handle = ftp->ssl_handle; in single_send()1532 handle = ftp->ssl_handle; in my_recv()1835 SSL_copy_session_id(data->ssl_handle, ftp->ssl_handle); in data_accept()1842 SSL_free(data->ssl_handle); in data_accept()1851 SSL_free(data->ssl_handle); in data_accept()1887 SSL_free(data->ssl_handle); in data_accept()1913 err = SSL_shutdown(ssl_handle); in ftp_ssl_shutdown()[all …]
50 SSL *ssl_handle; /* ssl handle */ member84 SSL *ssl_handle; /* handle for control connection */ member
193 SSL *ssl_handle; member1666 if (sslsock->ssl_handle) { in php_openssl_setup_crypto()1797 if (sslsock->ssl_handle == NULL) { in php_openssl_setup_crypto()1947 n = SSL_connect(sslsock->ssl_handle); in php_openssl_enable_crypto()1949 n = SSL_accept(sslsock->ssl_handle); in php_openssl_enable_crypto()1993 SSL_shutdown(sslsock->ssl_handle); in php_openssl_enable_crypto()2017 SSL_shutdown(sslsock->ssl_handle); in php_openssl_enable_crypto()2244 SSL_shutdown(sslsock->ssl_handle); in php_openssl_sockop_close()2247 if (sslsock->ssl_handle) { in php_openssl_sockop_close()2248 SSL_free(sslsock->ssl_handle); in php_openssl_sockop_close()[all …]
Completed in 19 milliseconds