Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dcryptoadm.c1289 crypto_get_soft_list_t *psoftlist_kernel = NULL; in list_simple_for_all() local
1295 if (get_soft_list(&psoftlist_kernel) == FAILURE) { in list_simple_for_all()
1300 sl_soft_count = psoftlist_kernel->sl_soft_count; in list_simple_for_all()
1312 psoftname = psoftlist_kernel->sl_soft_names; in list_simple_for_all()
1324 free(psoftlist_kernel); in list_simple_for_all()
1433 crypto_get_soft_list_t *psoftlist_kernel = NULL; in list_mechlist_for_all() local
1440 if (get_soft_list(&psoftlist_kernel) == FAILURE) { in list_mechlist_for_all()
1445 sl_soft_count = psoftlist_kernel->sl_soft_count; in list_mechlist_for_all()
1453 free(psoftlist_kernel); in list_mechlist_for_all()
1457 for (i = 0, psoftname = psoftlist_kernel->sl_soft_names; in list_mechlist_for_all()
[all …]
H A Dadm_kef_util.c759 crypto_get_soft_list_t *psoftlist_kernel = NULL; in get_admindev_info() local
818 if (get_soft_list(&psoftlist_kernel) != SUCCESS) { in get_admindev_info()
823 for (i = 0, psoftname = psoftlist_kernel->sl_soft_names; in get_admindev_info()
824 i < psoftlist_kernel->sl_soft_count; in get_admindev_info()
848 free(psoftlist_kernel); in get_admindev_info()
849 psoftlist_kernel = NULL; in get_admindev_info()
867 if (psoftlist_kernel != NULL) in get_admindev_info()
868 free(psoftlist_kernel); in get_admindev_info()
1326 check_kernel_for_soft(char *provname, crypto_get_soft_list_t *psoftlist_kernel, in check_kernel_for_soft() argument
1338 if (psoftlist_kernel == NULL) { in check_kernel_for_soft()
[all …]