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

/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dgenkey.c367 char *tokenname = NULL; local
401 if (tokenname)
403 tokenname = optarg_av;
523 if (kstype == KMF_KEYSTORE_PK11TOKEN && tokenname == NULL) {
524 tokenname = PK_DEFAULT_PK11TOKEN;
525 } else if (kstype == KMF_KEYSTORE_NSS && tokenname == NULL) {
526 tokenname = DEFAULT_NSS_TOKEN;
531 (void) get_token_password(kstype, tokenname, &tokencred);
539 rv = genkey_nss(kmfhandle, tokenname, dir, prefix,
545 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...]
/opensolaris-onvv-gate/usr/src/head/
H A Dldap.h1539 (void *context, char **tokenname);
1541 (void *context, const char *tokenname, char **tokenpin);

Completed in 113 milliseconds