Searched defs:userType (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.c301 C_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, CK_UTF8CHAR_PTR pPin, argument
326 if (userType != CKU_USER) {
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Session.c391 C_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, argument
399 return (fast_funcs->C_Login(hSession, userType, pPin,
416 userType, pPin, ulPinLen);
H A DmetaSession.c508 meta_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, argument
527 if (userType != CKU_USER) {
539 rv = FUNCLIST(fw_st_id)->C_Login(login_session->hSession, userType,
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.c440 C_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, argument
453 if ((userType != CKU_SO) && (userType != CKU_USER)) {
476 if (userType == CKU_SO) {
504 c_login.co_user_type = userType;
520 pslot->sl_state = userType;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dsess_mgr.c1233 set_login_flags(CK_USER_TYPE userType, CK_FLAGS *flags) { argument
1234 if (userType == CKU_USER) {
H A Dnew_host.c742 CK_USER_TYPE userType,
771 set_login_flags(userType, flags);
776 set_login_flags(userType, flags);
785 if (userType == CKU_USER) {
792 } else if (userType == CKU_SO) {
808 if (userType == CKU_USER) {
824 rc = token_specific.t_login(sess->hContext, userType, pPin, ulPinLen);
828 set_login_flags(userType, flags);
834 rc = session_mgr_login_all(userType);
741 SC_Login(ST_SESSION_HANDLE sSession, CK_USER_TYPE userType, CK_CHAR_PTR pPin, CK_ULONG ulPinLen) argument
H A Dapi_interface.c1715 CK_USER_TYPE userType,
1729 rv = FuncList.ST_Login(rSession, userType, pPin, ulPinLen);
1714 C_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, CK_CHAR_PTR pPin, CK_ULONG ulPinLen) argument
H A Dtpm_specific.c1554 CK_USER_TYPE userType,
1572 if (userType == CKU_USER) {
1702 check_pin_properties(CK_USER_TYPE userType, CK_BYTE *pinHash, argument
1706 if (userType == CKU_USER) {
1552 token_specific_login( TSS_HCONTEXT hContext, CK_USER_TYPE userType, CK_CHAR_PTR pPin, CK_ULONG ulPinLen) argument

Completed in 64 milliseconds