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

/osnet-11/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) {
/osnet-11/usr/src/lib/pkcs11/libpkcs11/common/
H A Dpkcs11Session.c386 C_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, argument
394 return (fast_funcs->C_Login(hSession, userType, pPin,
411 userType, pPin, ulPinLen);
H A DmetaSession.c589 meta_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, argument
608 if (userType != CKU_USER) {
620 rv = FUNCLIST(fw_st_id)->C_Login(login_session->hSession, userType,
/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsSession.c232 C_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, argument
243 if ((userType != CKU_SO) && (userType != CKU_USER)) {
266 if (userType == CKU_SO) {
304 pslot->sl_state = userType;
/osnet-11/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelSession.c453 C_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, argument
466 if ((userType != CKU_SO) && (userType != CKU_USER)) {
489 if (userType == CKU_SO) {
517 c_login.co_user_type = userType;
533 pslot->sl_state = userType;
/osnet-11/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dsess_mgr.c1231 set_login_flags(CK_USER_TYPE userType, CK_FLAGS *flags) { argument
1232 if (userType == CKU_USER) {
H A Dnew_host.c734 CK_USER_TYPE userType,
763 set_login_flags(userType, flags);
768 set_login_flags(userType, flags);
777 if (userType == CKU_USER) {
784 } else if (userType == CKU_SO) {
800 if (userType == CKU_USER) {
816 rc = token_specific.t_login(sess->hContext, userType, pPin, ulPinLen);
820 set_login_flags(userType, flags);
826 rc = session_mgr_login_all(userType);
733 SC_Login(ST_SESSION_HANDLE sSession, CK_USER_TYPE userType, CK_CHAR_PTR pPin, CK_ULONG ulPinLen) argument
H A Dapi_interface.c1716 CK_USER_TYPE userType,
1730 rv = FuncList.ST_Login(rSession, userType, pPin, ulPinLen);
1715 C_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, CK_CHAR_PTR pPin, CK_ULONG ulPinLen) argument
H A Dtpm_specific.c1590 CK_USER_TYPE userType,
1609 if (userType == CKU_USER) {
1745 check_pin_properties(CK_USER_TYPE userType, CK_BYTE *pinHash, argument
1749 if (userType == CKU_USER) {
1588 token_specific_login( TSS_HCONTEXT hContext, CK_USER_TYPE userType, CK_CHAR_PTR pPin, CK_ULONG ulPinLen) argument

Completed in 47 milliseconds