Searched refs:psoftname (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/cmd-crypto/cryptoadm/ |
H A D | cryptoadm.c | 1288 char *psoftname; in list_simple_for_all() local 1310 psoftname = psoftlist_kernel->sl_soft_names; in list_simple_for_all() 1312 ++i, psoftname += strlen(psoftname) + 1) { in list_simple_for_all() 1313 pent = getent_kef(psoftname, in list_simple_for_all() 1315 (void) printf("\t%s%s\n", psoftname, in list_simple_for_all() 1433 char *psoftname; in list_mechlist_for_all() local 1455 for (i = 0, psoftname = psoftlist_kernel->sl_soft_names; in list_mechlist_for_all() 1457 ++i, psoftname += strlen(psoftname) + 1) { in list_mechlist_for_all() 1458 pent = getent_kef(psoftname, pdevlist_conf, in list_mechlist_for_all() 1461 rv = list_mechlist_for_soft(psoftname, in list_mechlist_for_all() [all …]
|
H A D | adm_kef_util.c | 766 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()
|