Searched refs:uentry_t (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c32 static int uef_interpret(char *, uentry_t **);
33 static int parse_policylist(char *, uentry_t *);
48 uentry_t *pent;
136 * This routine converts a char string into a uentry_t structure
157 uef_interpret(char *buf, uentry_t **ppent)
159 uentry_t *pent;
171 pent = calloc(sizeof (uentry_t), 1);
226 parse_policylist(char *buf, uentry_t *pent)
395 free_uentry(uentry_t *pent)
461 static uentry_t *
[all...]
H A Dcryptoutil.h119 } uentry_t; typedef in typeref:struct:uentry
122 uentry_t *puent;
203 extern void free_uentry(uentry_t *pent);
204 extern uentry_t *getent_uef(char *libname);
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c80 setup_metaslot(uentry_t *metaslot_entry)
496 uentry_t *metaslot_entry = NULL;

Completed in 24 milliseconds