Searched refs:ssl_handle (Results 1 – 4 of 4) sorted by relevance
51 SSL *ssl_handle; member253 SSL_shutdown(sslsock->ssl_handle); in php_openssl_sockop_close()256 if (sslsock->ssl_handle) { in php_openssl_sockop_close()257 SSL_free(sslsock->ssl_handle); in php_openssl_sockop_close()258 sslsock->ssl_handle = NULL; in php_openssl_sockop_close()314 if (sslsock->ssl_handle) { in php_openssl_setup_crypto()395 if (sslsock->ssl_handle == NULL) { in php_openssl_setup_crypto()464 n = SSL_accept(sslsock->ssl_handle); in php_openssl_enable_crypto()519 SSL_shutdown(sslsock->ssl_handle); in php_openssl_enable_crypto()552 sslsock->ssl_handle); in php_openssl_enable_crypto()[all …]
184 SSL_shutdown(ftp->ssl_handle); in ftp_close()284 ftp->ssl_handle = SSL_new(ctx); in ftp_login()285 if (ftp->ssl_handle == NULL) { in ftp_login()291 SSL_set_fd(ftp->ssl_handle, ftp->fd); in ftp_login()295 SSL_shutdown(ftp->ssl_handle); in ftp_login()1526 data->ssl_handle = SSL_new(ctx); in data_accept()1527 if (data->ssl_handle == NULL) { in data_accept()1537 SSL_copy_session_id(data->ssl_handle, ftp->ssl_handle); in data_accept()1542 SSL_shutdown(data->ssl_handle); in data_accept()1566 SSL_shutdown(data->ssl_handle); in data_close()[all …]
53 SSL *ssl_handle; /* ssl handle */ member85 SSL *ssl_handle; /* handle for control connection */ member
867 stream_socket_enable_crypto, case when ssl_handle of session_stream is not
Completed in 33 milliseconds