Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef.c145 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 Dcryptoadm.h105 extern entry_t *getent_kef(char *provname,
H A Dcryptoadm.c1158 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 Dadm_kef_ioctl.c429 if ((pent = getent_kef(provname, phardlist, psoftlist)) == in get_soft_info()
H A Dadm_kef_util.c882 getent_kef(char *provname, entrylist_t *phardlist, entrylist_t *psoftlist) in getent_kef() function