Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_socket.pod5 BIO_s_socket, BIO_new_socket - socket BIO
13 BIO *BIO_new_socket(int sock, int close_flag);
26 BIO_new_socket() returns a socket BIO using B<sock> and B<close_flag>.
42 BIO_new_socket() returns the newly allocated BIO or NULL is an error
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_sock.c58 BIO *BIO_new_socket(int fd, int close_flag) in BIO_new_socket() function
H A Dbss_acpt.c310 bio = BIO_new_socket(s, BIO_CLOSE); in acpt_state()
/freebsd/crypto/openssl/test/helpers/
H A Dssltestlib.c989 if (!TEST_ptr(s_to_c_bio = BIO_new_socket(sfd, BIO_NOCLOSE)) in create_ssl_objects2()
990 || !TEST_ptr(c_to_s_bio = BIO_new_socket(cfd, BIO_NOCLOSE))) in create_ssl_objects2()
/freebsd/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c1307 bio = BIO_new_socket((int)data->fd, 0); in be_openssl_ctrl()
1471 bio = BIO_new_socket((int)fd, 0); in bufferevent_openssl_socket_new()
/freebsd/contrib/libevent/
H A Dbufferevent_openssl.c1307 bio = BIO_new_socket((int)data->fd, 0); in be_openssl_ctrl()
1471 bio = BIO_new_socket((int)fd, 0); in bufferevent_openssl_socket_new()
/freebsd/crypto/openssl/apps/
H A Ds_server.c2434 sbio = BIO_new_socket(s, BIO_NOCLOSE); in sv_body()
3096 sbio = BIO_new_socket(s, BIO_NOCLOSE); in www_body()
3532 sbio = BIO_new_socket(s, BIO_NOCLOSE); in rev_body()
H A Ds_client.c2091 sbio = BIO_new_socket(sock, BIO_NOCLOSE); in s_client_main()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h799 BIO *BIO_new_socket(int sock, int close_flag);
H A Dbio.h.in776 BIO *BIO_new_socket(int sock, int close_flag);
/freebsd/secure/lib/libcrypto/
H A DVersion.map352 BIO_new_socket;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile879 MLINKS+= BIO_s_socket.3 BIO_new_socket.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num105 BIO_new_socket 107 3_0_0 EXIST::FUNCTION:SOCK