HomeSort by: relevance | last modified time | path
    Searched refs:c_is_tls (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/
starttls.c 51 if (op->o_conn->c_is_tls != 0) {
100 op->o_conn->c_is_tls = 1;
connection.c 531 c->c_is_tls = 1;
534 c->c_is_tls = 0;
1347 if ( c->c_is_tls && c->c_needs_tls_accept ) {
1931 if ( c->c_is_tls && c->c_needs_tls_accept ) {
slap.h 2964 char c_is_tls; /* true if this LDAP over raw TLS */ member in struct:Connection
  /src/external/bsd/openldap/dist/servers/lloadd/
upstream.c 782 c->c_is_tls = LLOAD_TLS_ESTABLISHED;
870 (c->c_is_tls == LLOAD_STARTTLS_OPTIONAL) ? ", ignored" : "" );
871 if ( c->c_is_tls != LLOAD_STARTTLS_OPTIONAL ) {
874 c->c_is_tls = LLOAD_CLEARTEXT;
947 c->c_is_tls = b->b_tls;
997 if ( c->c_is_tls == LLOAD_CLEARTEXT ) {
1003 } else if ( c->c_is_tls == LLOAD_LDAPS ) {
1010 } else if ( c->c_is_tls == LLOAD_STARTTLS ||
1011 c->c_is_tls == LLOAD_STARTTLS_OPTIONAL ) {
extended.c 53 if ( c->c_is_tls == LLOAD_TLS_ESTABLISHED ) {
client.c 516 c->c_is_tls = LLOAD_TLS_ESTABLISHED;
570 c->c_is_tls = LLOAD_LDAPS;
lload.h 485 enum lload_tls_type c_is_tls; /* true if this LDAP over raw TLS */ member in struct:LloadConnection
daemon.c 1439 c->c_is_tls == LLOAD_TLS_ESTABLISHED ) {
1769 if ( c->c_is_tls ) {
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
back-ldap.h 77 ((lc)->lc_conn = (void *)((op)->o_conn->c_is_tls ? (void *) LDAP_BACK_PCONN_ROOTDN_TLS : (void *) LDAP_BACK_PCONN_ROOTDN))
79 ((lc)->lc_conn = (void *)((op)->o_conn->c_is_tls ? (void *) LDAP_BACK_PCONN_ANON_TLS : (void *) LDAP_BACK_PCONN_ANON))
81 ((lc)->lc_conn = (void *)((op)->o_conn->c_is_tls ? (void *) LDAP_BACK_PCONN_BIND_TLS : (void *) LDAP_BACK_PCONN_BIND))
bind.c 664 int is_tls = op->o_conn->c_is_tls;
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
conn.c 241 || ( op->o_conn->c_is_tls && META_BACK_TGT_PROPAGATE_TLS( mt ) ) )
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
conn.c 447 || ( op->o_conn->c_is_tls && META_BACK_TGT_PROPAGATE_TLS( mt ) ) )
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
slapi_pblock.c 572 pb->pb_conn->c_is_tls
slapi_utils.c 2052 *isSSL = pb->pb_conn->c_is_tls;

Completed in 33 milliseconds