Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c336 CK_MECHANISM_TYPE *slot_mechlist = NULL, *tmp_slot_mechlist = NULL; in meta_mechManager_update_slot() local
353 tmp_slot_mechlist = malloc( in meta_mechManager_update_slot()
355 if (tmp_slot_mechlist == NULL) { in meta_mechManager_update_slot()
362 tmp_slot_mechlist, &slot_mechlistsize); in meta_mechManager_update_slot()
381 if (pkcs11_is_dismech(fw_st_id, tmp_slot_mechlist[i])) { in meta_mechManager_update_slot()
385 slot_mechlist[tmp_mechlistsize] = tmp_slot_mechlist[i]; in meta_mechManager_update_slot()
424 if (tmp_slot_mechlist) { in meta_mechManager_update_slot()
425 free(tmp_slot_mechlist); in meta_mechManager_update_slot()