Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dcommon.h128 KMF_RETURN token_auth_needed(KMF_HANDLE_T, char *, int *);
H A Dcommon.c1314 token_auth_needed(KMF_HANDLE_T handle, char *tokenlabel, int *auth) in token_auth_needed() function
H A Dlist.c334 rv = token_auth_needed(kmfhandle, token, &auth); in list_pk11_objects()