Searched defs:a_libhandle (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dcrypt.c90 void *a_libhandle; member in struct:crypt_alg_s
601 alg->a_libhandle = NULL;
613 if ((alg->a_libhandle = dlopen(pathname, RTLD_NOW)) == NULL) {
622 (char *(*)())dlsym(alg->a_libhandle, "crypt_genhash_impl");
631 (char *(*)())dlsym(alg->a_libhandle, "crypt_gensalt_impl");
697 if (alg->a_libhandle != NULL) {
698 (void) dlclose(alg->a_libhandle);

Completed in 77 milliseconds