Home
last modified time | relevance | path

Searched refs:BIO_set_close (Results 1 – 13 of 13) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_ctrl.pod6 BIO_seek, BIO_tell, BIO_flush, BIO_eof, BIO_set_close, BIO_get_close,
28 int BIO_set_close(BIO *b, long flag);
66 BIO_set_close() sets the BIO B<b> close flag to B<flag>. B<flag> can
97 BIO_set_close() returns 1 on success or <=0 for failure.
H A DBIO_s_mem.pod63 of this memory is implied. See notes on BIO_set_close().
119 Calling BIO_set_close() with BIO_NOCLOSE orphans the BUF_MEM internal to the
157 BIO_set_close(mem, BIO_NOCLOSE); /* So BIO_free() leaves BUF_MEM alone */
168 BIO_set_close(mem, BIO_NOCLOSE); /* So BIO_free orphans BUF_MEM */
H A DBIO_s_fd.pod87 L<BIO_set_close(3)>, L<BIO_get_close(3)>
H A DBIO_s_file.pod156 L<BIO_set_close(3)>, L<BIO_get_close(3)>
/freebsd/crypto/openssl/test/
H A Dbio_memleak_test.c57 if (!TEST_int_gt(BIO_set_close(bio, BIO_NOCLOSE), 0)) in test_bio_get_mem()
122 (void)BIO_set_close(bio, BIO_NOCLOSE); in test_bio_rdonly_mem_buf()
/freebsd/usr.sbin/uefisign/
H A Duefisign.c315 (void)BIO_set_close(out, BIO_NOCLOSE); in sign()
/freebsd/crypto/openssl/ssl/
H A Ds3_enc.c329 (void)BIO_set_close(s->s3.handshake_buffer, BIO_CLOSE); in ssl3_init_finished_mac()
/freebsd/crypto/openssl/util/
H A Dother.syms208 BIO_set_close define
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c1466 BIO_set_close(bio, 0); in bufferevent_openssl_socket_new()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h557 # define BIO_set_close(b,c) (int)BIO_ctrl(b,BIO_CTRL_SET_CLOSE,(c),NULL) macro
H A Dbio.h.in534 # define BIO_set_close(b,c) (int)BIO_ctrl(b,BIO_CTRL_SET_CLOSE,(c),NULL) macro
/freebsd/contrib/libevent/
H A Dbufferevent_openssl.c1466 BIO_set_close(bio, 0); in bufferevent_openssl_socket_new()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile905 MLINKS+= BIO_ctrl.3 BIO_set_close.3