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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/kssladm/
H A Dkssladm_create.c315 char wrapkey_label[BUFSIZ]; local
484 (void) snprintf(wrapkey_label, sizeof (wrapkey_label), "ksslprikey_%d",
487 unwrap_tmpl[5].pValue = wrapkey_label;
488 unwrap_tmpl[5].ulValueLen = strlen(wrapkey_label);
519 if (wrapkey_label != NULL &&
521 attrlist[idx].pValue = wrapkey_label;
522 attrlist[idx].valueLen = strlen(wrapkey_label);

Completed in 58 milliseconds