Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c535 mechinfo_t *new_mechinfos; in meta_mechManager_allocmechs() local
537 new_mechinfos = calloc(meta_slotManager_get_slotcount(), in meta_mechManager_allocmechs()
539 if (new_mechinfos == NULL) { in meta_mechManager_allocmechs()
557 free(new_mechinfos); in meta_mechManager_allocmechs()
571 mechlist[index].slots = new_mechinfos; in meta_mechManager_allocmechs()