Searched refs:getent_kef (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | adm_kef.c | 145 pent = getent_kef(provname, phardlist, psoftlist); in list_policy_for_soft() 229 if ((pent = getent_kef(provname, phardlist, psoftlist)) != NULL) { in list_policy_for_hard() 301 if ((pent = getent_kef(provname, NULL, NULL)) == NULL) { in disable_kef_hardware() 430 pent = getent_kef(provname, phardlist, psoftlist); in disable_kef_software() 539 pent = getent_kef(provname, NULL, NULL); in enable_kef() 720 if ((pent = getent_kef(provname, NULL, NULL)) != NULL) { in install_kef() 991 pent = getent_kef(provname, NULL, NULL); in uninstall_kef() 1226 pent = getent_kef(provname, NULL, NULL); in unload_kef_soft()
|
H A D | cryptoadm.h | 105 extern entry_t *getent_kef(char *provname,
|
H A D | cryptoadm.c | 1158 if ((pent = getent_kef(provname, NULL, NULL)) == NULL) { in do_unload() 1315 pent = getent_kef(psoftname, in list_simple_for_all() 1460 pent = getent_kef(psoftname, pdevlist_conf, in list_mechlist_for_all()
|
H A D | adm_kef_ioctl.c | 429 if ((pent = getent_kef(provname, phardlist, psoftlist)) == in get_soft_info()
|
H A D | adm_kef_util.c | 882 getent_kef(char *provname, entrylist_t *phardlist, entrylist_t *psoftlist) in getent_kef() function
|