Searched refs:BIO_CLOSE (Results 1 – 16 of 16) sorted by relevance
/third_party/openssl/doc/man3/ |
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.
|
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
|
D | BIO_ctrl.pod | 63 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.
|
D | BIO_s_mem.pod | 40 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/ |
D | bss_file.c | 63 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()
|
D | bss_acpt.c | 305 bio = BIO_new_socket(s, BIO_CLOSE); in acpt_state()
|
/third_party/openssl/include/openssl/ |
D | bio.h | 66 # 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/ |
D | sconnect.c | 71 BIO_set_ssl(ssl_bio, ssl, BIO_CLOSE); in main()
|
/third_party/python/Modules/_ssl/ |
D | debughelpers.c | 200 self->keylog_bio = BIO_new_fp(fp, BIO_CLOSE | BIO_FP_TEXT); in _PySSLContext_set_keylog_filename()
|
/third_party/openssl/test/ |
D | bio_memleak_test.c | 129 BIO_set_mem_buf(bio2, bufmem, BIO_CLOSE); in test_bio_rdonly_mem_buf()
|
D | handshake_helper.c | 1505 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()
|
D | sslapitest.c | 1820 BIO_set_ssl(sslbio, ssl, BIO_CLOSE); in execute_test_ssl_bio()
|
/third_party/openssl/ssl/ |
D | bio_ssl.c | 475 BIO_set_ssl(ret, ssl, BIO_CLOSE); in BIO_new_ssl()
|
D | s3_enc.c | 331 (void)BIO_set_close(s->s3->handshake_buffer, BIO_CLOSE); in ssl3_init_finished_mac()
|
/third_party/openssl/apps/ |
D | s_server.c | 3016 BIO_set_ssl(ssl_bio, con, BIO_CLOSE); in www_body() 3387 BIO_set_ssl(ssl_bio, con, BIO_CLOSE); in rev_body()
|
D | apps.c | 2630 bflags = BIO_CLOSE; in bio_open_owner()
|