Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/key/
H A Dgen_dhkeys.c181 int (*dlfp)(); /* func ptr to dynamic loaded lib */ in __gen_dhkeys_g() local
183 if (dlfp = (int (*)())__nis_get_mechanism_symbol(keylen, in __gen_dhkeys_g()
186 (*dlfp)(pkey, skey, pass); /* void */ in __gen_dhkeys_g()
280 int (*dlfp)(); /* func ptr to dynamically loaded lib */ in __gen_common_dhkeys_g() local
282 if (dlfp = (int (*)())__nis_get_mechanism_symbol(keylen, in __gen_common_dhkeys_g()
286 (*dlfp)(xpublic, xsecret, deskeys, keynum); in __gen_common_dhkeys_g()