Home
last modified time | relevance | path

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

/dragonfly/crypto/libressl/crypto/bio/
H A Dbss_file.c137 BIO_set_fp(ret, file, BIO_CLOSE); in BIO_new_file()
233 b->shutdown = (int)num&BIO_CLOSE; in file_ctrl()
239 b->shutdown = (int)num&BIO_CLOSE; in file_ctrl()
H A Dbss_acpt.c244 bio = BIO_new_socket(i, BIO_CLOSE); in acpt_state()
/dragonfly/crypto/libressl/include/openssl/
H A Dbio.h115 #define BIO_CLOSE 0x01 macro
442 BIO_CLOSE|BIO_FP_READ,(char *)name)
444 BIO_CLOSE|BIO_FP_WRITE,name)
446 BIO_CLOSE|BIO_FP_APPEND,name)
448 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
/dragonfly/crypto/libressl/ssl/
H A Dbio_ssl.c554 BIO_set_ssl(ret, ssl, BIO_CLOSE); in BIO_new_ssl()
/dragonfly/crypto/libressl/apps/openssl/
H A Dcerthash.c526 if ((bio = BIO_new_fp(f, BIO_CLOSE)) == NULL) { in certhash_file()
H A Ds_server.c2008 BIO_set_ssl(ssl_bio, con, BIO_CLOSE); in www_body()