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

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.c1314 token_auth_needed(KMF_HANDLE_T handle, char *tokenlabel, int *auth) argument
1322 rv = kmf_pk11_token_lookup(handle, tokenlabel, &slot);
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c3764 char *tokenlabel = NULL; local
3769 tokenlabel = kmf_get_attr_ptr(KMF_TOKEN_LABEL_ATTR, attrlist,
3771 if (tokenlabel == NULL)
3774 rv = kmf_pk11_token_lookup(handle, tokenlabel, &slotid);

Completed in 127 milliseconds