Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dconfig.c1551 … { 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 },
Dslap.h1663 char *sb_tls_cipher_suite; member