HomeSort by relevance Sort by last modified time
    Searched full:tls_session (Results 1 - 7 of 7) sorted by null

  /external/libmicrohttpd/src/microhttpd/
connection_https.c 52 ret = SSL_accept (connection->tls_session);
59 int error = SSL_get_error (connection->tls_session, ret);
153 SSL_shutdown (connection->tls_session);
156 if ( (0 != SSL_pending (connection->tls_session)) &&
daemon.c 522 res = SSL_read (connection->tls_session, other, i);
523 if ( res < 0 && SSL_want_read (connection->tls_session) )
562 res = SSL_write (connection->tls_session, other, i);
563 if ( res < 0 && SSL_want_write (connection->tls_session) )
    [all...]
connection.c 991 if (SSL_want_read (connection->tls_session)
    [all...]
internal.h 841 SSL* tls_session; member in struct:MHD_Connection
    [all...]
  /external/libmicrohttpd/doc/chapters/
tlsauthentication.inc 159 gnutls_session_t tls_session;
164 tls_session = ci->tls_session;
173 * @param tls_session the TLS session
178 get_client_certificate (gnutls_session_t tls_session)
185 if (tls_session == NULL)
187 if (gnutls_certificate_verify_peers2(tls_session,
190 pcert = gnutls_certificate_get_peers(tls_session,
  /external/libmicrohttpd/doc/
libmicrohttpd-tutorial.info     [all...]
  /external/libmicrohttpd/src/include/
microhttpd.h 1068 void * \/* SSL *\/ tls_session; member in union:MHD_ConnectionInfo
    [all...]

Completed in 357 milliseconds