Home
last modified time | relevance | path

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

/third_party/openssl/doc/man3/
DBIO_s_socket.pod5 BIO_s_socket, BIO_new_socket - socket BIO
11 const BIO_METHOD *BIO_s_socket(void);
17 BIO_s_socket() returns the socket BIO method. This is a wrapper
40 BIO_s_socket() returns the socket BIO method.
/third_party/openssl/crypto/bio/
Dbss_sock.c54 const BIO_METHOD *BIO_s_socket(void) in BIO_s_socket() function
63 ret = BIO_new(BIO_s_socket()); in BIO_new_socket()
/third_party/openssl/doc/man7/
Dbio.pod73 L<BIO_s_null(3)>, L<BIO_s_socket(3)>,
/third_party/openssl/include/openssl/
Dbio.h593 const BIO_METHOD *BIO_s_socket(void);
/third_party/openssl/ssl/
Dssl_lib.c1356 bio = BIO_new(BIO_s_socket()); in SSL_set_fd()
1375 BIO *bio = BIO_new(BIO_s_socket()); in SSL_set_wfd()
1396 BIO *bio = BIO_new(BIO_s_socket()); in SSL_set_rfd()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h829 #define BIO_s_socket BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_s_socket) macro
/third_party/openssl/util/
Dlibcrypto.num958 BIO_s_socket 955 1_1_0 EXIST::FUNCTION:SOCK
/third_party/openssl/
DCHANGES13649 *) BIO_s_socket() had a broken should_retry() on Windoze.