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

/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c38 * If successful, the result is returned from the ppliblist argument.
43 get_pkcs11conf_info(uentrylist_t **ppliblist) argument
53 *ppliblist = NULL;
75 /* append pent into ppliblist */
87 if (*ppliblist == NULL) {
88 *ppliblist = pcur = pentlist;
98 free_uentrylist(*ppliblist);
99 *ppliblist = NULL;
H A Dcryptoutil.h199 extern int get_pkcs11conf_info(uentrylist_t **ppliblist);

Completed in 238 milliseconds