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()
1324 free(psoftlist_kernel); in list_simple_for_all()
1433 crypto_get_soft_list_t *psoftlist_kernel = NULL; in list_mechlist_for_all() local
1445 sl_soft_count = psoftlist_kernel->sl_soft_count; in list_mechlist_for_all()
1453 free(psoftlist_kernel); in list_mechlist_for_all()
1474 free(psoftlist_kernel); in list_mechlist_for_all()
1604 crypto_get_soft_list_t *psoftlist_kernel = NULL; in list_policy_for_all() local
1614 sl_soft_count = psoftlist_kernel->sl_soft_count; in list_policy_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()
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()
1338 if (psoftlist_kernel == NULL) { in check_kernel_for_soft()
1339 if (get_soft_list(&psoftlist_kernel) == FAILURE) { in check_kernel_for_soft()
1348 ptr = psoftlist_kernel->sl_soft_names; in check_kernel_for_soft()
[all …]