Searched refs:BIO_new_socket (Results 1 – 9 of 9) sorted by relevance
| /freebsd-9-stable/crypto/openssl/doc/crypto/ |
| D | BIO_s_socket.pod | 5 BIO_s_socket, BIO_new_socket - socket BIO 16 BIO *BIO_new_socket(int sock, int close_flag); 35 BIO_new_socket() returns a socket BIO using B<sock> and B<close_flag>. 58 BIO_new_socket() returns the newly allocated BIO or NULL is an error
|
| /freebsd-9-stable/crypto/openssl/crypto/bio/ |
| D | bss_sock.c | 100 BIO *BIO_new_socket(int fd, int close_flag) in BIO_new_socket() function
|
| D | bss_acpt.c | 249 bio = BIO_new_socket(i, BIO_CLOSE); in acpt_state()
|
| D | bio.h | 699 BIO *BIO_new_socket(int sock, int close_flag);
|
| /freebsd-9-stable/contrib/ntp/sntp/libevent/ |
| D | bufferevent_openssl.c | 1275 bio = BIO_new_socket(data->fd, 0); in be_openssl_ctrl() 1456 bio = BIO_new_socket(fd, 0); in bufferevent_openssl_socket_new()
|
| /freebsd-9-stable/crypto/openssl/apps/ |
| D | s_server.c | 1649 sbio = BIO_new_socket(s, BIO_NOCLOSE); in sv_body() 2069 sbio = BIO_new_socket(s, BIO_NOCLOSE); in www_body()
|
| D | s_client.c | 852 sbio = BIO_new_socket(s, BIO_NOCLOSE); in MAIN()
|
| /freebsd-9-stable/secure/lib/libcrypto/ |
| D | Makefile.man | 260 MLINKS+= BIO_s_socket.3 BIO_new_socket.3
|
| /freebsd-9-stable/crypto/openssl/util/ |
| D | libeay.num | 80 BIO_new_socket 84 EXIST::FUNCTION:
|