代码搜索:Bio
找到约 2,188 项符合「Bio」的源代码
代码结果 2,188
www.eeworm.com/read/101042/6258332
c dhtest.c
/* crypto/dh/dhtest.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
*
www.eeworm.com/read/101042/6258741
c asn1_par.c
/* crypto/asn1/asn1_par.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
www.eeworm.com/read/101042/6259079
pod ssl_accept.pod
=pod
=head1 NAME
SSL_accept - wait for a TLS/SSL client to initiate a TLS/SSL handshake
=head1 SYNOPSIS
#include
int SSL_accept(SSL *ssl);
=head1 DESCRIPTION
SSL_accept() wait
www.eeworm.com/read/101042/6259080
pod ssl_write.pod
=pod
=head1 NAME
SSL_read - write bytes to a TLS/SSL connection.
=head1 SYNOPSIS
#include
int SSL_write(SSL *ssl, char *buf, int num);
=head1 DESCRIPTION
SSL_write() writes B
www.eeworm.com/read/101042/6259083
pod ssl_read.pod
=pod
=head1 NAME
SSL_read - read bytes from a TLS/SSL connection.
=head1 SYNOPSIS
#include
int SSL_read(SSL *ssl, char *buf, int num);
=head1 DESCRIPTION
SSL_read() tries to r
www.eeworm.com/read/101042/6259086
pod ssl_connect.pod
=pod
=head1 NAME
SSL_connect - initiate the TLS/SSL handshake with an TLS/SSL server
=head1 SYNOPSIS
#include
int SSL_connect(SSL *ssl);
=head1 DESCRIPTION
SSL_connect() initi
www.eeworm.com/read/101042/6259260
c dhtest.c
/* crypto/dh/dhtest.c */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
* This package is an SSL implementation written
* by Eric Young (eay@cryptsoft.com).
*
www.eeworm.com/read/101042/6259314
c sconnect.c
/* NOCW */
/* demos/bio/sconnect.c */
/* A minimal program to do SSL to a passed host and port.
* It is actually using non-blocking IO but in a very simple manner
* sconnect host:port - it does a '