Searched refs:uentrylist_t (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.h39 extern CK_RV pkcs11_slot_mapping(uentrylist_t *pplist, CK_VOID_PTR pInitArgs);
H A Dpkcs11General.c227 uentrylist_t *pliblist = NULL;
H A Dpkcs11Conf.c465 * This function requires that the uentrylist_t and pkcs11_slottable_t
466 * already have memory allocated, and that the uentrylist_t is already
476 pkcs11_slot_mapping(uentrylist_t *pplist, CK_VOID_PTR pInitArgs)
491 uentrylist_t *phead;
/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dcryptoutil.h124 } uentrylist_t; typedef in typeref:struct:uentrylist
199 extern int get_pkcs11conf_info(uentrylist_t **ppliblist);
202 extern void free_uentrylist(uentrylist_t *entrylist);
H A Dconfig_parsing.c43 get_pkcs11conf_info(uentrylist_t **ppliblist)
49 uentrylist_t *pentlist;
50 uentrylist_t *pcur;
76 pentlist = malloc(sizeof (uentrylist_t));
407 free_uentrylist(uentrylist_t *entrylist)
409 uentrylist_t *pnext;
499 uentrylist_t *pliblist = NULL;
500 uentrylist_t *plib = NULL;

Completed in 19 milliseconds