Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h203 CK_RV soft_login(CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen);
H A DsoftSession.c351 rv = soft_login(pPin, ulPinLen); in C_Login()
H A DsoftSessionUtil.c719 soft_login(CK_UTF8CHAR_PTR pPin, CK_ULONG ulPinLen) in soft_login() function