Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c510 KS2Int(char *keystore_str) in KS2Int() argument
512 if (keystore_str == NULL) in KS2Int()
514 if (strcasecmp(keystore_str, "pkcs11") == 0) in KS2Int()
516 else if (strcasecmp(keystore_str, "nss") == 0) in KS2Int()
518 else if (strcasecmp(keystore_str, "file") == 0) in KS2Int()