Home
last modified time | relevance | path

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

/openbsd/src/lib/libcrypto/bio/
Dbss_file.c137 BIO_set_fp(ret, file, BIO_CLOSE); in BIO_new_file()
236 b->shutdown = (int)num&BIO_CLOSE; in file_ctrl()
242 b->shutdown = (int)num&BIO_CLOSE; in file_ctrl()
Dbio.h115 #define BIO_CLOSE 0x01 macro
433 BIO_CLOSE|BIO_FP_READ,(char *)name)
435 BIO_CLOSE|BIO_FP_WRITE,name)
437 BIO_CLOSE|BIO_FP_APPEND,name)
439 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
Dbss_acpt.c245 bio = BIO_new_socket(i, BIO_CLOSE); in acpt_state()
/openbsd/src/lib/libssl/
Dbio_ssl.c556 BIO_set_ssl(ret, ssl, BIO_CLOSE); in BIO_new_ssl()
/openbsd/src/usr.bin/openssl/
Dcerthash.c526 if ((bio = BIO_new_fp(f, BIO_CLOSE)) == NULL) { in certhash_file()
Ds_server.c1944 BIO_set_ssl(ssl_bio, con, BIO_CLOSE); in www_body()