Searched refs:ldo_tls_ciphersuite (Results 1 – 4 of 4) sorted by relevance
137 if ( lo->ldo_tls_ciphersuite ) { in ldap_int_tls_destroy()138 LDAP_FREE( lo->ldo_tls_ciphersuite ); in ldap_int_tls_destroy()139 lo->ldo_tls_ciphersuite = NULL; in ldap_int_tls_destroy()737 *(char **)arg = lo->ldo_tls_ciphersuite ? in ldap_pvt_tls_get_option()738 LDAP_STRDUP( lo->ldo_tls_ciphersuite ) : NULL; in ldap_pvt_tls_get_option()965 if ( lo->ldo_tls_ciphersuite ) LDAP_FREE( lo->ldo_tls_ciphersuite ); in ldap_pvt_tls_set_option()966 lo->ldo_tls_ciphersuite = (arg && *(char *)arg) ? LDAP_STRDUP( (char *) arg ) : NULL; in ldap_pvt_tls_set_option()
194 if ( lo->ldo_tls_ciphersuite && in tlsg_ctx_init()198 lo->ldo_tls_ciphersuite ); in tlsg_ctx_init()
418 if ( lo->ldo_tls_ciphersuite ) { in tlso_ctx_init()426 lo->ldo_tls_ciphersuite ); in tlso_ctx_init()
311 #define ldo_tls_ciphersuite ldo_tls_info.lt_ciphersuite macro