Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c45 get_pkcs11conf_info(uentrylist_t **ppliblist) in get_pkcs11conf_info()
51 uentrylist_t *pentlist; in get_pkcs11conf_info()
52 uentrylist_t *pcur; in get_pkcs11conf_info()
78 pentlist = malloc(sizeof (uentrylist_t)); in get_pkcs11conf_info()
409 free_uentrylist(uentrylist_t *entrylist) in free_uentrylist()
411 uentrylist_t *pnext; in free_uentrylist()
501 uentrylist_t *pliblist = NULL; in getent_uef()
502 uentrylist_t *plib = NULL; in getent_uef()
H A Dcryptoutil.h118 } uentrylist_t; typedef
190 extern int get_pkcs11conf_info(uentrylist_t **);
193 extern void free_uentrylist(uentrylist_t *);
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.h37 extern CK_RV pkcs11_slot_mapping(uentrylist_t *pplist, CK_VOID_PTR pInitArgs);
H A Dpkcs11Conf.c248 pkcs11_slot_mapping(uentrylist_t *pplist, CK_VOID_PTR pInitArgs) in pkcs11_slot_mapping()
263 uentrylist_t *phead; in pkcs11_slot_mapping()
H A Dpkcs11General.c228 uentrylist_t *pliblist = NULL; in C_Initialize()
/illumos-gate/usr/src/lib/libcryptoutil/
H A DREADME144 } uentrylist_t;
149 extern int get_pkcs11conf_info(uentrylist_t **ppliblist);
164 extern void free_uentrylist(uentrylist_t *ptr);
166 Free space allocated for an pointer to the struct "uentrylist_t".
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dcryptoadm.c1253 uentrylist_t *pliblist = NULL; in list_simple_for_all()
1254 uentrylist_t *plibptr = NULL; in list_simple_for_all()
1379 uentrylist_t *pliblist = NULL; in list_mechlist_for_all()
1380 uentrylist_t *plibptr = NULL; in list_mechlist_for_all()
1551 uentrylist_t *pliblist = NULL; in list_policy_for_all()
1574 uentrylist_t *plibptr = pliblist; in list_policy_for_all()