Searched refs:pliblist (Results 1 – 3 of 3) sorted by relevance
228 uentrylist_t *pliblist = NULL; in C_Initialize() local310 if (get_pkcs11conf_info(&pliblist) != SUCCESS) { in C_Initialize()320 rv = pkcs11_slot_mapping(pliblist, pInitArgs); in C_Initialize()336 free_uentrylist(pliblist); in C_Initialize()344 if (pliblist) in C_Initialize()345 (void) free_uentrylist(pliblist); in C_Initialize()
1250 uentrylist_t *pliblist = NULL; in list_simple_for_all() local1259 if (get_pkcs11conf_info(&pliblist) != SUCCESS) { in list_simple_for_all()1265 for (plibptr = pliblist; plibptr != NULL; plibptr = plibptr->next) { in list_simple_for_all()1279 free_uentrylist(pliblist); in list_simple_for_all()1377 uentrylist_t *pliblist = NULL; in list_mechlist_for_all() local1397 if (get_pkcs11conf_info(&pliblist) != SUCCESS) { in list_mechlist_for_all()1403 plibptr = pliblist; in list_mechlist_for_all()1418 free_uentrylist(pliblist); in list_mechlist_for_all()1549 uentrylist_t *pliblist = NULL; in list_policy_for_all() local1567 if (get_pkcs11conf_info(&pliblist) == FAILURE) { in list_policy_for_all()[all …]
501 uentrylist_t *pliblist = NULL; in getent_uef() local510 if ((get_pkcs11conf_info(&pliblist)) == FAILURE) { in getent_uef()514 plib = pliblist; in getent_uef()528 free_uentrylist(pliblist); in getent_uef()