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

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef.c46 * Parameters phardlist and psoftlist are supplied by
53 entrylist_t *phardlist, entrylist_t *psoftlist)
62 rc = get_soft_info(provname, &pmechlist, phardlist, psoftlist);
118 * Parameters phardlist and psoftlist are supplied by
125 entrylist_t *phardlist, entrylist_t *psoftlist)
145 pent = getent_kef(provname, phardlist, psoftlist);
147 rc = get_soft_info(provname, &pmechlist, phardlist, psoftlist);
172 * Parameters phardlist and psoftlist are supplied by getent_kef().
181 entrylist_t *phardlist, entrylist_t *psoftlist,
229 if ((pent = getent_kef(provname, phardlist, psoftlist)) !
52 list_mechlist_for_soft(char *provname, entrylist_t *phardlist, entrylist_t *psoftlist) argument
124 list_policy_for_soft(char *provname, entrylist_t *phardlist, entrylist_t *psoftlist) argument
180 list_policy_for_hard(char *provname, entrylist_t *phardlist, entrylist_t *psoftlist, crypto_get_dev_list_t *pdevlist) argument
395 entrylist_t *psoftlist = NULL; local
1061 entrylist_t *psoftlist = NULL; local
[all...]
H A Dadm_kef_ioctl.c403 * Parameters phardlist and psoftlist are supplied by get_kcfconf_info().
408 entrylist_t *phardlist, entrylist_t *psoftlist)
427 if ((pent = getent_kef(provname, phardlist, psoftlist)) ==
542 crypto_get_soft_list_t *psoftlist = NULL; local
554 psoftlist = malloc(sizeof (crypto_get_soft_list_t) + len);
555 if (psoftlist == NULL) {
560 psoftlist->sl_soft_names = (caddr_t)(psoftlist + 1);
561 psoftlist->sl_soft_count = count;
562 psoftlist
407 get_soft_info(char *provname, mechlist_t **ppmechlist, entrylist_t *phardlist, entrylist_t *psoftlist) argument
[all...]
H A Dadm_kef_util.c769 entrylist_t *phardlist = NULL, *psoftlist = NULL; local
813 if (get_kcfconf_info(&phardlist, &psoftlist) != SUCCESS) {
827 if (get_soft_info(psoftname, &pmech, phardlist, psoftlist) !=
878 * Parameters phardlist and psoftlist are supplied by get_kcfconf_info().
882 getent_kef(char *provname, entrylist_t *phardlist, entrylist_t *psoftlist) argument
887 if ((phardlist == NULL) || (psoftlist == NULL)) {
888 if (get_kcfconf_info(&phardlist, &psoftlist) != SUCCESS) {
897 pent = getent(provname, psoftlist);
902 free_entrylist(psoftlist);

Completed in 49 milliseconds