Searched refs:BIO_new_socket (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_socket.pod | 5 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 D | bss_sock.c | 58 BIO *BIO_new_socket(int fd, int close_flag) in BIO_new_socket() function
|
H A D | bss_acpt.c | 310 bio = BIO_new_socket(s, BIO_CLOSE); in acpt_state()
|
/freebsd/crypto/openssl/test/helpers/ |
H A D | ssltestlib.c | 989 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 D | bufferevent_openssl.c | 1307 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 D | bufferevent_openssl.c | 1307 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 D | s_server.c | 2434 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 D | s_client.c | 2091 sbio = BIO_new_socket(sock, BIO_NOCLOSE); in s_client_main()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 799 BIO *BIO_new_socket(int sock, int close_flag);
|
H A D | bio.h.in | 776 BIO *BIO_new_socket(int sock, int close_flag);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 352 BIO_new_socket;
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 879 MLINKS+= BIO_s_socket.3 BIO_new_socket.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 105 BIO_new_socket 107 3_0_0 EXIST::FUNCTION:SOCK
|