Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dutil.c498 conf_entry_t *rtn_entry = NULL; in get_keystore_entry() local
514 rtn_entry = dup_entry(ptr->entry); in get_keystore_entry()
517 return (rtn_entry); in get_keystore_entry()
/titanic_41/usr/src/lib/libkmf/libkmf/common/
H A Dgeneralop.c2612 conf_entry_t *rtn_entry; in dup_entry() local
2617 rtn_entry = malloc(sizeof (conf_entry_t)); in dup_entry()
2618 if (rtn_entry == NULL) in dup_entry()
2621 if ((rtn_entry->keystore = strdup(entry->keystore)) == NULL) in dup_entry()
2624 if ((rtn_entry->modulepath = strdup(entry->modulepath)) == NULL) in dup_entry()
2628 (rtn_entry->option = strdup(entry->modulepath)) == NULL) in dup_entry()
2631 return (rtn_entry); in dup_entry()
2634 free_entry(rtn_entry); in dup_entry()