Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c338 CK_MECHANISM_TYPE *slot_mechlist = NULL, *tmp_slot_mechlist = NULL; in meta_mechManager_update_slot() local
355 tmp_slot_mechlist = malloc( in meta_mechManager_update_slot()
357 if (tmp_slot_mechlist == NULL) { in meta_mechManager_update_slot()
364 tmp_slot_mechlist, &slot_mechlistsize); in meta_mechManager_update_slot()
383 if (pkcs11_is_dismech(fw_st_id, tmp_slot_mechlist[i])) { in meta_mechManager_update_slot()
387 slot_mechlist[tmp_mechlistsize] = tmp_slot_mechlist[i]; in meta_mechManager_update_slot()
426 if (tmp_slot_mechlist) { in meta_mechManager_update_slot()
427 free(tmp_slot_mechlist); in meta_mechManager_update_slot()