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

/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c40 * If successful, the result is returned from the ppliblist argument.
45 get_pkcs11conf_info(uentrylist_t **ppliblist) argument
55 *ppliblist = NULL;
77 /* append pent into ppliblist */
89 if (*ppliblist == NULL) {
90 *ppliblist = pcur = pentlist;
100 free_uentrylist(*ppliblist);
101 *ppliblist = NULL;

Completed in 256 milliseconds