Home
last modified time | relevance | path

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

/external/openssl/crypto/bio/
Dbss_sock.c101 BIO *BIO_new_socket(int fd, int close_flag) in BIO_new_socket() function
Dbss_acpt.c253 bio=BIO_new_socket(i,BIO_CLOSE); in acpt_state()
Dbio.h662 BIO *BIO_new_socket(int sock, int close_flag);
/external/chromium/net/test/
Dopenssl_helper.cc196 BIO* bio = BIO_new_socket(fd, 1 /* take ownership of fd */); in main()
/external/chromium/third_party/libjingle/source/talk/base/
Dopenssladapter.cc73 BIO* BIO_new_socket(talk_base::AsyncSocket* socket) { in BIO_new_socket() function
290 bio = BIO_new_socket(static_cast<AsyncSocketAdapter*>(socket_)); in BeginSSL()
/external/openssl/include/openssl/
Dbio.h662 BIO *BIO_new_socket(int sock, int close_flag);
/external/openssl/apps/
Ds_server.c1907 sbio=BIO_new_socket(s,BIO_NOCLOSE); in sv_body()
2365 sbio=BIO_new_socket(s,BIO_NOCLOSE); in www_body()
Ds_client.c1106 sbio=BIO_new_socket(s,BIO_NOCLOSE); in MAIN()