Home
last modified time | relevance | path

Searched refs:SSL_accept (Results 1 – 7 of 7) sorted by relevance

/external/openssl/ssl/
Dd1_lib.c389 ret = SSL_accept(s); in dtls1_listen()
Ds23_srvr.c595 return(SSL_accept(s)); in ssl23_get_client_hello()
Dssl.h1632 int SSL_accept(SSL *ssl);
Dssl_lib.c919 int SSL_accept(SSL *s) in SSL_accept() function
/external/openssl/apps/
Ds_server.c2163 if ((i=SSL_accept(con)) <= 0) in init_ssl_connection()
2337 i=SSL_accept(con); in www_body()
/external/openssl/include/openssl/
Dssl.h1632 int SSL_accept(SSL *ssl);
/external/wpa_supplicant_6/wpa_supplicant/src/crypto/
Dtls_openssl.c2178 res = SSL_accept(conn->ssl); in tls_connection_server_handshake()