Searched refs:psoftlist_kernel (Results 1 – 2 of 2) sorted by relevance
1286 crypto_get_soft_list_t *psoftlist_kernel = NULL; in list_simple_for_all() local1292 if (get_soft_list(&psoftlist_kernel) == FAILURE) { in list_simple_for_all()1297 sl_soft_count = psoftlist_kernel->sl_soft_count; in list_simple_for_all()1305 free(psoftlist_kernel); in list_simple_for_all()1310 psoftname = psoftlist_kernel->sl_soft_names; in list_simple_for_all()1322 free(psoftlist_kernel); in list_simple_for_all()1431 crypto_get_soft_list_t *psoftlist_kernel = NULL; in list_mechlist_for_all() local1438 if (get_soft_list(&psoftlist_kernel) == FAILURE) { in list_mechlist_for_all()1443 sl_soft_count = psoftlist_kernel->sl_soft_count; in list_mechlist_for_all()1451 free(psoftlist_kernel); in list_mechlist_for_all()[all …]
759 crypto_get_soft_list_t *psoftlist_kernel = NULL; in get_admindev_info() local818 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() argument1338 if (psoftlist_kernel == NULL) { in check_kernel_for_soft()[all …]