Searched refs:BIO_get_accept_socket (Results 1 – 5 of 5) sorted by relevance
/external/openssl/patches/ |
D | 0006-fix_clang_build.patch | 3 @@ -629,7 +629,8 @@ int BIO_get_accept_socket(char *host, in 13 @@ -704,10 +705,10 @@ int BIO_get_accept_socket(char *host, in 27 @@ -719,7 +720,7 @@ int BIO_get_accept_socket(char *host, in
|
/external/openssl/crypto/bio/ |
D | bss_acpt.c | 215 s=BIO_get_accept_socket(c->param_addr,c->bind_mode); in acpt_state()
|
D | b_sock.c | 622 int BIO_get_accept_socket(char *host, int bind_mode) in BIO_get_accept_socket() function
|
D | bio.h | 726 int BIO_get_accept_socket(char *host_port,int mode);
|
/external/openssl/include/openssl/ |
D | bio.h | 726 int BIO_get_accept_socket(char *host_port,int mode);
|