| /src/crypto/external/apache2/openssl/dist/test/ |
| bio_prefix_text.c | 16 static BIO *bio_in = NULL; variable 24 * text from bio_in and prints it out through the BIO chain. 76 while (!BIO_eof(bio_in)) { 80 if (!BIO_read_ex(bio_in, buf, sizeof(buf), &bytes_in)) 135 BIO_free_all(bio_in); 149 bio_in = BIO_new_fp(stdin, BIO_NOCLOSE | BIO_FP_TEXT); 157 OPENSSL_assert(bio_in != NULL);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| bio_prefix_text.c | 16 static BIO *bio_in = NULL; variable 24 * text from bio_in and prints it out through the BIO chain. 76 while (!BIO_eof(bio_in)) { 80 if (!BIO_read_ex(bio_in, buf, sizeof(buf), &bytes_in)) 133 BIO_free_all(bio_in); 147 bio_in = BIO_new_fp(stdin, BIO_NOCLOSE | BIO_FP_TEXT); 155 OPENSSL_assert(bio_in != NULL);
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| openssl.c | 44 BIO *bio_in = NULL; variable 253 bio_in = dup_bio_in(FORMAT_TEXT); 320 BIO_free(bio_in);
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| openssl.c | 42 BIO *bio_in = NULL; variable 250 bio_in = dup_bio_in(FORMAT_TEXT); 307 BIO_free(bio_in);
|
| /src/external/mpl/bind/dist/lib/isc/netmgr/ |
| tlsstream.c | 572 rv = BIO_write_ex(sock->tlsstream.bio_in, 850 sock->tlsstream.bio_in = BIO_new(BIO_s_mem()); 851 if (sock->tlsstream.bio_in == NULL) { 857 BIO_free_all(sock->tlsstream.bio_in); 858 sock->tlsstream.bio_in = NULL; 863 if (BIO_set_mem_eof_return(sock->tlsstream.bio_in, EOF) != 1 || 869 SSL_set_bio(sock->tlsstream.tls, sock->tlsstream.bio_in, 885 sock->tlsstream.bio_out = sock->tlsstream.bio_in = NULL; 1353 sock->tlsstream.bio_in = NULL;
|
| netmgr-int.h | 520 BIO *bio_in; member in struct:isc_nmsocket::tlsstream
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| openssl.c | 58 BIO *bio_in = NULL; variable 134 bio_in = dup_bio_in(FORMAT_TEXT); 265 BIO_free(bio_in);
|
| apps.h | 50 extern BIO *bio_in;
|
| /src/crypto/external/apache2/openssl/dist/apps/include/ |
| apps.h | 53 extern BIO *bio_in;
|
| /src/crypto/external/bsd/openssl/dist/apps/include/ |
| apps.h | 55 extern BIO *bio_in;
|