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

/osnet-11/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c462 dup_uentry(uentry_t *puent1) argument
466 if (puent1 == NULL) {
474 (void) strlcpy(puent2->name, puent1->name,
476 puent2->flag_norandom = puent1->flag_norandom;
477 puent2->flag_enabledlist = puent1->flag_enabledlist;
478 puent2->policylist = dup_umechlist(puent1->policylist);
479 puent2->flag_metaslot_enabled = puent1->flag_metaslot_enabled;
481 = puent1->flag_metaslot_auto_key_migrate;
483 puent1->metaslot_ks_slot, SLOT_DESCRIPTION_SIZE);
485 puent1
[all...]

Completed in 15 milliseconds