Home
last modified time | relevance | path

Searched refs:BIO_CLOSE (Results 1 – 16 of 16) sorted by relevance

/third_party/openssl/doc/man3/
DBIO_get_data.pod36 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.
DBIO_s_file.pod45 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
DBIO_ctrl.pod63 take the value BIO_CLOSE or BIO_NOCLOSE. Typically BIO_CLOSE is used
90 BIO_get_close() returns the close flag value: BIO_CLOSE or BIO_NOCLOSE.
DBIO_s_mem.pod40 If the BIO_CLOSE flag is set when a memory BIO is freed then the underlying
64 close flag to B<c>, that is B<c> should be either BIO_CLOSE or BIO_NOCLOSE.
/third_party/openssl/crypto/bio/
Dbss_file.c63 int fp_flags = BIO_CLOSE; in BIO_new_file()
209 b->shutdown = (int)num & BIO_CLOSE; in file_ctrl()
260 b->shutdown = (int)num & BIO_CLOSE; in file_ctrl()
Dbss_acpt.c305 bio = BIO_new_socket(s, BIO_CLOSE); in acpt_state()
/third_party/openssl/include/openssl/
Dbio.h66 # define BIO_CLOSE 0x01 macro
435 BIO_CLOSE|BIO_FP_READ,(char *)(name))
438 BIO_CLOSE|BIO_FP_WRITE,name)
440 BIO_CLOSE|BIO_FP_APPEND,name)
442 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
/third_party/openssl/demos/bio/
Dsconnect.c71 BIO_set_ssl(ssl_bio, ssl, BIO_CLOSE); in main()
/third_party/python/Modules/_ssl/
Ddebughelpers.c200 self->keylog_bio = BIO_new_fp(fp, BIO_CLOSE | BIO_FP_TEXT); in _PySSLContext_set_keylog_filename()
/third_party/openssl/test/
Dbio_memleak_test.c129 BIO_set_mem_buf(bio2, bufmem, BIO_CLOSE); in test_bio_rdonly_mem_buf()
Dhandshake_helper.c1505 client_to_server = BIO_new_dgram_sctp(csock, BIO_CLOSE); in do_handshake_internal()
1506 server_to_client = BIO_new_dgram_sctp(ssock, BIO_CLOSE); in do_handshake_internal()
Dsslapitest.c1820 BIO_set_ssl(sslbio, ssl, BIO_CLOSE); in execute_test_ssl_bio()
/third_party/openssl/ssl/
Dbio_ssl.c475 BIO_set_ssl(ret, ssl, BIO_CLOSE); in BIO_new_ssl()
Ds3_enc.c331 (void)BIO_set_close(s->s3->handshake_buffer, BIO_CLOSE); in ssl3_init_finished_mac()
/third_party/openssl/apps/
Ds_server.c3016 BIO_set_ssl(ssl_bio, con, BIO_CLOSE); in www_body()
3387 BIO_set_ssl(ssl_bio, con, BIO_CLOSE); in rev_body()
Dapps.c2630 bflags = BIO_CLOSE; in bio_open_owner()