Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dcryptoadm.c1291 char *psoftname; in list_simple_for_all() local
1314 ++i, psoftname += strlen(psoftname) + 1) { in list_simple_for_all()
1315 pent = getent_kef(psoftname, in list_simple_for_all()
1317 (void) printf("\t%s%s\n", psoftname, in list_simple_for_all()
1435 char *psoftname; in list_mechlist_for_all() local
1459 ++i, psoftname += strlen(psoftname) + 1) { in list_mechlist_for_all()
1463 rv = list_mechlist_for_soft(psoftname, in list_mechlist_for_all()
1470 psoftname); in list_mechlist_for_all()
1606 char *psoftname; in list_policy_for_all() local
1618 ++i, psoftname += strlen(psoftname) + 1) { in list_policy_for_all()
[all …]
H A Dadm_kef_util.c766 char *psoftname; in get_admindev_info() local
823 for (i = 0, psoftname = psoftlist_kernel->sl_soft_names; in get_admindev_info()
825 i++, psoftname = psoftname + strlen(psoftname) + 1) { in get_admindev_info()
827 if (get_soft_info(psoftname, &pmech, phardlist, psoftlist) != in get_admindev_info()
831 psoftname); in get_admindev_info()
835 if ((pent_soft = create_entry(psoftname)) == NULL) { in get_admindev_info()