Home
last modified time | relevance | path

Searched refs: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) in token_auth_needed() argument
1322 rv = kmf_pk11_token_lookup(handle, tokenlabel, &slot); in token_auth_needed()
/illumos-gate/usr/src/lib/libkmf/plugins/kmf_pkcs11/common/
H A Dpkcs11_spi.c3765 char *tokenlabel = NULL; in KMFPK11_SetTokenPin() local
3770 tokenlabel = kmf_get_attr_ptr(KMF_TOKEN_LABEL_ATTR, attrlist, in KMFPK11_SetTokenPin()
3772 if (tokenlabel == NULL) in KMFPK11_SetTokenPin()
3775 rv = kmf_pk11_token_lookup(handle, tokenlabel, &slotid); in KMFPK11_SetTokenPin()