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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dconfig.c1419 { BER_BVC("tls_cipher_suite="), offsetof(slap_bindconf, sb_tls_cipher_suite), 's', 0, NULL },
1786 if ( bc->sb_tls_cipher_suite ) {
1787 ch_free( bc->sb_tls_cipher_suite );
1788 bc->sb_tls_cipher_suite = NULL;
1824 if ( !bc->sb_tls_cipher_suite )
1826 &bc->sb_tls_cipher_suite );
1848 { "tls_cipher_suite", offsetof(slap_bindconf, sb_tls_cipher_suite), LDAP_OPT_X_TLS_CIPHER_SUITE },
H A Dslap.h1657 char *sb_tls_cipher_suite; member in struct:slap_bindconf

Completed in 103 milliseconds