Searched refs:sb_tls_cipher_suite (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | config.c | 1551 { BER_BVC("tls_cipher_suite="), offsetof(slap_bindconf, sb_tls_cipher_suite), 's', 0, NULL }, 1923 if ( bc->sb_tls_cipher_suite ) { in bindconf_free() 1924 ch_free( bc->sb_tls_cipher_suite ); in bindconf_free() 1925 bc->sb_tls_cipher_suite = NULL; in bindconf_free() 1965 if ( !bc->sb_tls_cipher_suite ) in bindconf_tls_defaults() 1967 &bc->sb_tls_cipher_suite ); in bindconf_tls_defaults() 1994 { "tls_cipher_suite", offsetof(slap_bindconf, sb_tls_cipher_suite), LDAP_OPT_X_TLS_CIPHER_SUITE },
|
H A D | slap.h | 1663 char *sb_tls_cipher_suite; member
|
/netbsd-src/external/bsd/openldap/dist/servers/lloadd/ |
H A D | config.c | 2798 { BER_BVC("tls_cipher_suite="), offsetof(slap_bindconf, sb_tls_cipher_suite), 's', 0, NULL }, 3087 … { "tls_cipher_suite", offsetof(slap_bindconf, sb_tls_cipher_suite), LDAP_OPT_X_TLS_CIPHER_SUITE }, 3289 if ( bc->sb_tls_cipher_suite ) { in lload_bindconf_free() 3290 ch_free( bc->sb_tls_cipher_suite ); in lload_bindconf_free() 3291 bc->sb_tls_cipher_suite = NULL; in lload_bindconf_free() 3327 if ( !bc->sb_tls_cipher_suite ) in lload_bindconf_tls_defaults() 3329 &bc->sb_tls_cipher_suite ); in lload_bindconf_tls_defaults()
|