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

/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c228 umechlist_t *phead = NULL; local
338 if (phead == NULL) {
339 phead = pcur = pmech;
349 pent->policylist = phead;
352 free_umechlist(phead);
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Conf.c491 uentrylist_t *phead; local
519 phead = pplist;
522 while (phead != NULL) {
523 if (!strcasecmp(phead->puent->name, "metaslot")) {
536 metaslot_entry = phead->puent;
541 if (!strcasecmp(phead->puent->name, FIPS_KEYWORD)) {
551 if ((isa = strstr(phead->puent->name, PKCS11_ISA)) != NULL) {
553 len = strlen(phead->puent->name) -
567 phead->puent->name, PKCS11_ISA_DIR, isa);
568 } else if ((fullpath = strdup(phead
[all...]
/osnet-11/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c249 conf_entrylist_t *phead = extra_plugin_list; local
252 while (phead != NULL) {
253 if (phead->entry->kstype == kstype)
256 phead = phead->next;
259 if (phead == NULL)
270 if (strncmp(phead->entry->modulepath, "/", 1) != 0) {
272 KMF_PLUGIN_PATH, phead->entry->modulepath);
274 char *buf = phead->entry->modulepath;
293 phead
475 conf_entrylist_t *phead = extra_plugin_list; local
2693 conf_entrylist_t *phead = extra_plugin_list; local
[all...]

Completed in 35 milliseconds