Searched refs:ldo_tls_randfile (Results 1 – 3 of 3) sorted by relevance
213 char *file = LDAP_STRDUP( lo->ldo_tls_randfile ); in tlso_init()219 (void) tlso_seed_PRNG( lo->ldo_tls_randfile ); in tlso_init()254 if ( lo->ldo_tls_randfile ) { in tlso_destroy()255 LDAP_FREE( lo->ldo_tls_randfile ); in tlso_destroy()256 lo->ldo_tls_randfile = NULL; in tlso_destroy()
747 *(char **)arg = lo->ldo_tls_randfile ? in ldap_pvt_tls_get_option()748 LDAP_STRDUP( lo->ldo_tls_randfile ) : NULL; in ldap_pvt_tls_get_option()980 if ( lo->ldo_tls_randfile ) LDAP_FREE (lo->ldo_tls_randfile ); in ldap_pvt_tls_set_option()981 lo->ldo_tls_randfile = (arg && *(char *)arg) ? LDAP_STRDUP( (char *) arg ) : NULL; in ldap_pvt_tls_set_option()
315 #define ldo_tls_randfile ldo_tls_info.lt_randfile macro