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

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dgenkey.c365 char *tokenname = NULL; local
399 if (tokenname)
401 tokenname = optarg_av;
521 if (kstype == KMF_KEYSTORE_PK11TOKEN && tokenname == NULL) {
522 tokenname = PK_DEFAULT_PK11TOKEN;
523 } else if (kstype == KMF_KEYSTORE_NSS && tokenname == NULL) {
524 tokenname = DEFAULT_NSS_TOKEN;
529 (void) get_token_password(kstype, tokenname, &tokencred);
537 rv = genkey_nss(kmfhandle, tokenname, dir, prefix,
543 rv = genkey_pkcs11(kmfhandle, tokenname, keylabe
[all...]
H A Dgenkeypair.c325 char *tokenname = NULL; local
363 if (tokenname)
365 tokenname = optarg_av;
485 if (tokenname == NULL || !strlen(tokenname)) {
487 tokenname = "internal";
489 tokenname = PK_DEFAULT_PK11TOKEN;
493 (void) get_token_password(kstype, tokenname, &tokencred);
501 tokenname, label, dir, prefix, keyAlg, keylen,
506 tokenname, labe
[all...]
H A Dgencsr.c375 char *tokenname = NULL; local
449 if (tokenname)
451 tokenname = optarg_av;
696 if (tokenname == NULL || !strlen(tokenname)) {
698 tokenname = "internal";
700 tokenname = PK_DEFAULT_PK11TOKEN;
704 (void) get_token_password(kstype, tokenname, &tokencred);
718 tokenname, subname, altname, alttype, altcrit,
726 tokenname, subnam
[all...]
H A Dgencert.c576 char *tokenname = NULL; local
647 if (tokenname)
649 tokenname = optarg_av;
911 if (tokenname == NULL || !strlen(tokenname)) {
913 tokenname = "internal";
915 tokenname = PK_DEFAULT_PK11TOKEN;
919 (void) get_token_password(kstype, tokenname, &tokencred);
927 tokenname, subname, altname, alttype, altcrit,
934 tokenname, subnam
[all...]
/illumos-gate/usr/src/head/
H A Dldap.h1543 (void *context, char **tokenname);
1545 (void *context, const char *tokenname, char **tokenpin);

Completed in 69 milliseconds