Searched refs:BIO_CLOSE (Results 1 – 16 of 16) sorted by relevance
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bss_file.c | 61 int fp_flags = BIO_CLOSE; in BIO_new_file() 209 b->shutdown = (int)num & BIO_CLOSE; in file_ctrl() 269 b->shutdown = (int)num & BIO_CLOSE; in file_ctrl()
|
H A D | bss_acpt.c | 310 bio = BIO_new_socket(s, BIO_CLOSE); in acpt_state()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_get_data.pod | 36 this BIO's shutdown (i.e. BIO_CLOSE) flag. If set then the underlying resource 46 BIO_get_shutdown() returns the stat of the BIO's shutdown (i.e. BIO_CLOSE) flag.
|
H A D | BIO_s_file.pod | 45 Setting the BIO_CLOSE flag calls fclose() on the stream when the BIO 49 of B<mode> is the same as the stdio function fopen(). The BIO_CLOSE 53 BIO_CLOSE, BIO_NOCLOSE (the close flag) BIO_FP_TEXT (sets the underlying
|
H A D | BIO_ctrl.pod | 67 take the value BIO_CLOSE or BIO_NOCLOSE. Typically BIO_CLOSE is used 99 BIO_get_close() returns the close flag value: BIO_CLOSE or BIO_NOCLOSE. It also
|
H A D | BIO_s_mem.pod | 40 If the BIO_CLOSE flag is set when a memory BIO is freed then the underlying 66 close flag to B<c>, that is B<c> should be either BIO_CLOSE or BIO_NOCLOSE.
|
/freebsd/crypto/openssl/demos/bio/ |
H A D | sconnect.c | 64 BIO_set_ssl(ssl_bio, ssl, BIO_CLOSE); in main()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 78 # define BIO_CLOSE 0x01 macro 510 BIO_CLOSE|BIO_FP_READ,(char *)(name)) 513 BIO_CLOSE|BIO_FP_WRITE,name) 515 BIO_CLOSE|BIO_FP_APPEND,name) 517 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
|
H A D | bio.h.in | 75 * BIO_FILENAME_READ|BIO_CLOSE to open or close on free. 79 # define BIO_CLOSE 0x01 macro 487 BIO_CLOSE|BIO_FP_READ,(char *)(name)) 490 BIO_CLOSE|BIO_FP_WRITE,name) 492 BIO_CLOSE|BIO_FP_APPEND,name) 494 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
|
/freebsd/crypto/openssl/test/ |
H A D | bio_memleak_test.c | 127 BIO_set_mem_buf(bio2, bufmem, BIO_CLOSE); in test_bio_rdonly_mem_buf()
|
H A D | sslapitest.c | 3042 BIO_set_ssl(sslbio, ssl, BIO_CLOSE); in execute_test_ssl_bio()
|
/freebsd/crypto/openssl/ssl/ |
H A D | bio_ssl.c | 475 BIO_set_ssl(ret, ssl, BIO_CLOSE); in BIO_new_ssl()
|
H A D | s3_enc.c | 329 (void)BIO_set_close(s->s3.handshake_buffer, BIO_CLOSE); in ssl3_init_finished_mac()
|
/freebsd/crypto/openssl/test/helpers/ |
H A D | handshake.c | 1484 client_to_server = BIO_new_dgram_sctp(csock, BIO_CLOSE); in do_handshake_internal() 1485 server_to_client = BIO_new_dgram_sctp(ssock, BIO_CLOSE); in do_handshake_internal()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | apps.c | 2506 BIO_set_ssl(sbio, ssl, BIO_CLOSE); in app_http_tls_cb() 3079 bflags = BIO_CLOSE; in bio_open_owner()
|
/freebsd/crypto/openssl/apps/ |
H A D | s_server.c | 3118 BIO_set_ssl(ssl_bio, con, BIO_CLOSE); in www_body() 3543 BIO_set_ssl(ssl_bio, con, BIO_CLOSE); in rev_body()
|