Home
last modified time | relevance | path

Searched refs:pentlist (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c51 uentrylist_t *pentlist; in get_pkcs11conf_info() local
78 pentlist = malloc(sizeof (uentrylist_t)); in get_pkcs11conf_info()
79 if (pentlist == NULL) { in get_pkcs11conf_info()
86 pentlist->puent = pent; in get_pkcs11conf_info()
87 pentlist->next = NULL; in get_pkcs11conf_info()
90 *ppliblist = pcur = pentlist; in get_pkcs11conf_info()
92 pcur->next = pentlist; in get_pkcs11conf_info()
/illumos-gate/usr/src/cmd/cmd-crypto/cryptoadm/
H A Dadm_kef_util.c342 entrylist_t *pentlist; in build_entrylist() local
345 pentlist = malloc(sizeof (entrylist_t)); in build_entrylist()
346 if (pentlist == NULL) { in build_entrylist()
350 pentlist->pent = pent; in build_entrylist()
351 pentlist->next = NULL; in build_entrylist()
357 pcur->next = pentlist; in build_entrylist()
359 *pplist = pentlist; in build_entrylist()