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

/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dlist.c58 if (plc->ta_name == NULL && plc->ta_serial == NULL) {
68 plc->ta_serial ? plc->ta_serial : "<null>");
H A Dcreate.c159 plc.ta_serial = get_string(optarg_av, &rv);
160 if (plc.ta_serial == NULL) {
168 (uchar_t *)plc.ta_serial,
H A Dmodify.c221 plc.ta_serial = get_string(optarg_av, &rv);
222 if (plc.ta_serial == NULL) {
230 (uchar_t *)plc.ta_serial,
618 if (oplc.ta_serial)
619 free(oplc.ta_serial);
620 oplc.ta_serial = plc.ta_serial;
/illumos-gate/usr/src/lib/libkmf/include/
H A Dkmfpolicy.h87 char *ta_serial; member in struct:__anon3416
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpolicy.c457 policy->ta_serial = (char *)xmlGetProp(node,
841 FREE_POLICY_STR(policy->ta_serial)
1248 policy->ta_serial) != 0) {
1295 } else if (policy->ta_name != NULL && policy->ta_serial != NULL) {
1297 } else if (policy->ta_name == NULL && policy->ta_serial == NULL) {
H A Dcertop.c2282 ret = kmf_hexstr_to_bytes((uchar_t *)policy->ta_serial,
2510 * TA's subject name (ta_name) and serial number (ta_serial)

Completed in 635 milliseconds