代码搜索:Bio

找到约 2,188 项符合「Bio」的源代码

代码结果 2,188
www.eeworm.com/read/126641/6014806

c bf_buff.c

/* crypto/bio/bf_buff.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/6258309

c bf_buff.c

/* crypto/bio/bf_buff.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/6259363

c spkac.c

/* apps/spkac.c */ /* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL * project 1999. Based on an original idea by Massimiliano Pala * (madwolf@openca.org). */ /* ============
www.eeworm.com/read/126641/6015588

pod ssl_get_rbio.pod

=pod =head1 NAME SSL_get_rbio - get BIO linked to an SSL object =head1 SYNOPSIS #include BIO *SSL_get_rbio(SSL *ssl); BIO *SSL_get_wbio(SSL *ssl); =head1 DESCRIPTION SSL_get_
www.eeworm.com/read/101042/6259078

pod ssl_get_rbio.pod

=pod =head1 NAME SSL_get_rbio - get BIO linked to an SSL object =head1 SYNOPSIS #include BIO *SSL_get_rbio(SSL *ssl); BIO *SSL_get_wbio(SSL *ssl); =head1 DESCRIPTION SSL_get_
www.eeworm.com/read/101042/6259384

c rsautl.c

/* rsautl.c */ /* Written by Dr Stephen N Henson (shenson@bigfoot.com) for the OpenSSL * project 2000. */ /* ==================================================================== * Copyright (c) 200
www.eeworm.com/read/235601/14062286

c wserver.c

/* A simple HTTPS server */ #include "common.h" #include "server.h" static int http_serve(ssl,s) SSL *ssl; int s; { char buf[BUFSIZZ]; int r,len; BIO *io,*ssl_bio; io=BIO_
www.eeworm.com/read/126641/6014821

c bss_sock.c

/* crypto/bio/bss_sock.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).