Searched defs:kustring (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dutil.c160 parseKUlist(char *kustring) argument
166 p = strtok(kustring, ",");
/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dpolicy.c223 kmf_string_to_ku(char *kustring) argument
225 if (kustring == NULL || !strlen(kustring))
227 if (strcasecmp(kustring, "digitalSignature") == 0)
229 if (strcasecmp(kustring, "nonRepudiation") == 0)
231 if (strcasecmp(kustring, "keyEncipherment") == 0)
233 if (strcasecmp(kustring, "dataEncipherment") == 0)
235 if (strcasecmp(kustring, "keyAgreement") == 0)
237 if (strcasecmp(kustring, "keyCertSign") == 0)
239 if (strcasecmp(kustring, "cRLSig
[all...]

Completed in 314 milliseconds