Searched refs:ldo_tls_info (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dldap-int.h235 struct ldaptls ldo_tls_info; member in struct:ldapoptions
236 #define ldo_tls_certfile ldo_tls_info.lt_certfile
237 #define ldo_tls_keyfile ldo_tls_info.lt_keyfile
238 #define ldo_tls_dhfile ldo_tls_info.lt_dhfile
239 #define ldo_tls_cacertfile ldo_tls_info.lt_cacertfile
240 #define ldo_tls_cacertdir ldo_tls_info.lt_cacertdir
241 #define ldo_tls_ciphersuite ldo_tls_info.lt_ciphersuite
242 #define ldo_tls_protocol_min ldo_tls_info.lt_protocol_min
243 #define ldo_tls_crlfile ldo_tls_info.lt_crlfile
244 #define ldo_tls_randfile ldo_tls_info
[all...]
H A Dopen.c177 memset( &ld->ld_options.ldo_tls_info, 0,
178 sizeof( ld->ld_options.ldo_tls_info ));
H A Dtls2.c202 struct ldaptls lts = lo->ldo_tls_info;
H A Dtls_m.c1974 ctx->tc_config = &lo->ldo_tls_info; /* pointer into lo structure - must have global scope and must not go away before we can do real init */

Completed in 177 milliseconds