Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/krb5/
H A Dacache.c50 static void *cc_handle; variable
129 cc_handle = dlopen(explib, RTLD_LAZY|RTLD_LOCAL); in init_ccapi()
134 cc_handle = dlopen(lib, RTLD_LAZY|RTLD_LOCAL); in init_ccapi()
137 if (cc_handle == NULL) { in init_ccapi()
146 init_func = (cc_initialize_func)dlsym(cc_handle, "cc_initialize"); in init_ccapi()
148 dlsym(cc_handle, "krb5_ipc_client_set_target_uid"); in init_ccapi()
150 dlsym(cc_handle, "krb5_ipc_client_clear_target"); in init_ccapi()
157 dlclose(cc_handle); in init_ccapi()
/freebsd/crypto/heimdal/
H A DChangeLog.2005918 * lib/krb5/acache.c: use HAVE_DLOPEN around cc_handle