Home
last modified time | relevance | path

Searched refs:BIO_set_nbio (Results 1 – 9 of 9) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_connect.pod10 BIO_set_nbio, BIO_do_connect - connect BIO
29 long BIO_set_nbio(BIO *b, long n);
87 BIO_set_nbio() sets the non blocking I/O flag to B<n>. If B<n> is
89 is set. Blocking I/O is the default. The call to BIO_set_nbio()
137 BIO_set_nbio(), and BIO_do_connect() are macros.
159 BIO_set_nbio() returns 1 or <=0 if an error occurs.
/freebsd/crypto/openssl/demos/bio/
H A Dsconnect.c75 BIO_set_nbio(out, 1); in main()
/freebsd/crypto/openssl/test/helpers/
H A Dhandshake.c1498 BIO_set_nbio(client_to_server, 1); in do_handshake_internal()
1499 BIO_set_nbio(server_to_client, 1); in do_handshake_internal()
/freebsd/crypto/openssl/crypto/bio/
H A Dbio_lib.c936 BIO_set_nbio(bio, !blocking); in BIO_do_connect_retry()
/freebsd/crypto/openssl/util/
H A Dother.syms220 BIO_set_nbio define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h.in411 # define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) macro
443 /* #define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) */
H A Dbio.h434 # define BIO_set_nbio(b,n) BIO_ctrl(b,BIO_C_SET_NBIO,(n),NULL) macro
/freebsd/crypto/openssl/test/
H A Dssl_old_test.c1947 if (BIO_set_nbio(client, 1) <= 0) in doit_localhost()
1949 if (BIO_set_nbio(acpt, 1) <= 0) in doit_localhost()
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile920 MLINKS+= BIO_s_connect.3 BIO_set_nbio.3