Home
last modified time | relevance | path

Searched refs:sb_tls_cipher_suite (Results 1 – 16 of 16) sorted by relevance

/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Dconfig.c1546 { BER_BVC("tls_cipher_suite="), offsetof(slap_bindconf, sb_tls_cipher_suite), 's', 0, NULL },
1918 if ( bc->sb_tls_cipher_suite ) { in bindconf_free()
1919 ch_free( bc->sb_tls_cipher_suite ); in bindconf_free()
1920 bc->sb_tls_cipher_suite = NULL; in bindconf_free()
1960 if ( !bc->sb_tls_cipher_suite ) in bindconf_tls_defaults()
1962 &bc->sb_tls_cipher_suite ); in bindconf_tls_defaults()
1989 { "tls_cipher_suite", offsetof(slap_bindconf, sb_tls_cipher_suite), LDAP_OPT_X_TLS_CIPHER_SUITE },
H A Dslap.h1661 char *sb_tls_cipher_suite; member
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/
H A Dconfig.c1432 { BER_BVC("tls_cipher_suite="), offsetof(slap_bindconf, sb_tls_cipher_suite), 's', 0, NULL },
1804 if ( bc->sb_tls_cipher_suite ) { in bindconf_free()
1805 ch_free( bc->sb_tls_cipher_suite ); in bindconf_free()
1806 bc->sb_tls_cipher_suite = NULL; in bindconf_free()
1846 if ( !bc->sb_tls_cipher_suite ) in bindconf_tls_defaults()
1848 &bc->sb_tls_cipher_suite ); in bindconf_tls_defaults()
1875 { "tls_cipher_suite", offsetof(slap_bindconf, sb_tls_cipher_suite), LDAP_OPT_X_TLS_CIPHER_SUITE },
H A Dslap.h1643 char *sb_tls_cipher_suite; member
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/
H A Dconfig.c1432 { BER_BVC("tls_cipher_suite="), offsetof(slap_bindconf, sb_tls_cipher_suite), 's', 0, NULL },
1804 if ( bc->sb_tls_cipher_suite ) { in bindconf_free()
1805 ch_free( bc->sb_tls_cipher_suite ); in bindconf_free()
1806 bc->sb_tls_cipher_suite = NULL; in bindconf_free()
1846 if ( !bc->sb_tls_cipher_suite ) in bindconf_tls_defaults()
1848 &bc->sb_tls_cipher_suite ); in bindconf_tls_defaults()
1875 { "tls_cipher_suite", offsetof(slap_bindconf, sb_tls_cipher_suite), LDAP_OPT_X_TLS_CIPHER_SUITE },
H A Dslap.h1643 char *sb_tls_cipher_suite; member
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Dconfig.c1546 { BER_BVC("tls_cipher_suite="), offsetof(slap_bindconf, sb_tls_cipher_suite), 's', 0, NULL },
1918 if ( bc->sb_tls_cipher_suite ) { in bindconf_free()
1919 ch_free( bc->sb_tls_cipher_suite ); in bindconf_free()
1920 bc->sb_tls_cipher_suite = NULL; in bindconf_free()
1960 if ( !bc->sb_tls_cipher_suite ) in bindconf_tls_defaults()
1962 &bc->sb_tls_cipher_suite ); in bindconf_tls_defaults()
1989 { "tls_cipher_suite", offsetof(slap_bindconf, sb_tls_cipher_suite), LDAP_OPT_X_TLS_CIPHER_SUITE },
H A Dslap.h1661 char *sb_tls_cipher_suite; member
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Dconfig.c1295 { BER_BVC("tls_cipher_suite="), offsetof(slap_bindconf, sb_tls_cipher_suite), 's', 0, NULL },
1667 if ( bc->sb_tls_cipher_suite ) { in bindconf_free()
1668 ch_free( bc->sb_tls_cipher_suite ); in bindconf_free()
1669 bc->sb_tls_cipher_suite = NULL; in bindconf_free()
1709 if ( !bc->sb_tls_cipher_suite ) in bindconf_tls_defaults()
1711 &bc->sb_tls_cipher_suite ); in bindconf_tls_defaults()
1738 { "tls_cipher_suite", offsetof(slap_bindconf, sb_tls_cipher_suite), LDAP_OPT_X_TLS_CIPHER_SUITE },
H A Dslap.h1665 char *sb_tls_cipher_suite; member
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Dconfig.c1295 { BER_BVC("tls_cipher_suite="), offsetof(slap_bindconf, sb_tls_cipher_suite), 's', 0, NULL },
1667 if ( bc->sb_tls_cipher_suite ) { in bindconf_free()
1668 ch_free( bc->sb_tls_cipher_suite ); in bindconf_free()
1669 bc->sb_tls_cipher_suite = NULL; in bindconf_free()
1709 if ( !bc->sb_tls_cipher_suite ) in bindconf_tls_defaults()
1711 &bc->sb_tls_cipher_suite ); in bindconf_tls_defaults()
1738 { "tls_cipher_suite", offsetof(slap_bindconf, sb_tls_cipher_suite), LDAP_OPT_X_TLS_CIPHER_SUITE },
H A Dslap.h1665 char *sb_tls_cipher_suite; member
/dports/net/openldap25-client/openldap-2.5.9/servers/lloadd/
H A Dconfig.c2793 { BER_BVC("tls_cipher_suite="), offsetof(slap_bindconf, sb_tls_cipher_suite), 's', 0, NULL },
3082 … { "tls_cipher_suite", offsetof(slap_bindconf, sb_tls_cipher_suite), LDAP_OPT_X_TLS_CIPHER_SUITE },
3284 if ( bc->sb_tls_cipher_suite ) { in lload_bindconf_free()
3285 ch_free( bc->sb_tls_cipher_suite ); in lload_bindconf_free()
3286 bc->sb_tls_cipher_suite = NULL; in lload_bindconf_free()
3322 if ( !bc->sb_tls_cipher_suite ) in lload_bindconf_tls_defaults()
3324 &bc->sb_tls_cipher_suite ); in lload_bindconf_tls_defaults()
/dports/net/openldap25-server/openldap-2.5.9/servers/lloadd/
H A Dconfig.c2793 { BER_BVC("tls_cipher_suite="), offsetof(slap_bindconf, sb_tls_cipher_suite), 's', 0, NULL },
3082 … { "tls_cipher_suite", offsetof(slap_bindconf, sb_tls_cipher_suite), LDAP_OPT_X_TLS_CIPHER_SUITE },
3284 if ( bc->sb_tls_cipher_suite ) { in lload_bindconf_free()
3285 ch_free( bc->sb_tls_cipher_suite ); in lload_bindconf_free()
3286 bc->sb_tls_cipher_suite = NULL; in lload_bindconf_free()
3322 if ( !bc->sb_tls_cipher_suite ) in lload_bindconf_tls_defaults()
3324 &bc->sb_tls_cipher_suite ); in lload_bindconf_tls_defaults()
/dports/net/openldap26-client/openldap-2.6.0/servers/lloadd/
H A Dconfig.c2867 { BER_BVC("tls_cipher_suite="), offsetof(slap_bindconf, sb_tls_cipher_suite), 's', 0, NULL },
3156 … { "tls_cipher_suite", offsetof(slap_bindconf, sb_tls_cipher_suite), LDAP_OPT_X_TLS_CIPHER_SUITE },
3358 if ( bc->sb_tls_cipher_suite ) { in lload_bindconf_free()
3359 ch_free( bc->sb_tls_cipher_suite ); in lload_bindconf_free()
3360 bc->sb_tls_cipher_suite = NULL; in lload_bindconf_free()
3396 if ( !bc->sb_tls_cipher_suite ) in lload_bindconf_tls_defaults()
3398 &bc->sb_tls_cipher_suite ); in lload_bindconf_tls_defaults()
/dports/net/openldap26-server/openldap-2.6.0/servers/lloadd/
H A Dconfig.c2867 { BER_BVC("tls_cipher_suite="), offsetof(slap_bindconf, sb_tls_cipher_suite), 's', 0, NULL },
3156 … { "tls_cipher_suite", offsetof(slap_bindconf, sb_tls_cipher_suite), LDAP_OPT_X_TLS_CIPHER_SUITE },
3358 if ( bc->sb_tls_cipher_suite ) { in lload_bindconf_free()
3359 ch_free( bc->sb_tls_cipher_suite ); in lload_bindconf_free()
3360 bc->sb_tls_cipher_suite = NULL; in lload_bindconf_free()
3396 if ( !bc->sb_tls_cipher_suite ) in lload_bindconf_tls_defaults()
3398 &bc->sb_tls_cipher_suite ); in lload_bindconf_tls_defaults()