Searched defs:OBJLIST (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c53 } OBJLIST; typedef in typeref:struct:_objlist
57 boolean_t, KMF_CERT_VALIDITY, OBJLIST **, uint32_t *);
342 free_objlist(OBJLIST *head)
344 OBJLIST *temp = head;
449 pk11_delete_obj_from_list(OBJLIST **newlist,
450 OBJLIST **prev, OBJLIST **curr)
478 OBJLIST **objlist, uint32_t *numobj)
489 OBJLIST *newlist, *tail;
547 newlist = malloc(sizeof (OBJLIST));
[all...]

Completed in 65 milliseconds