Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaMechManager.c537 mechinfo_t *new_mechinfos; in meta_mechManager_allocmechs() local
539 new_mechinfos = calloc(meta_slotManager_get_slotcount(), in meta_mechManager_allocmechs()
541 if (new_mechinfos == NULL) { in meta_mechManager_allocmechs()
559 free(new_mechinfos); in meta_mechManager_allocmechs()
573 mechlist[index].slots = new_mechinfos; in meta_mechManager_allocmechs()