/titanic_50/usr/src/lib/pkcs11/pkcs11_kernel/common/ |
H A D | kernelSession.c | 440 C_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, in C_Login() argument 453 if ((userType != CKU_SO) && (userType != CKU_USER)) { in C_Login() 476 if (userType == CKU_SO) { in C_Login() 504 c_login.co_user_type = userType; in C_Login() 520 pslot->sl_state = userType; in C_Login()
|
/titanic_50/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | pkcs11Session.c | 391 C_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, in C_Login() argument 399 return (fast_funcs->C_Login(hSession, userType, pPin, in C_Login() 416 userType, pPin, ulPinLen); in C_Login()
|
H A D | metaSession.c | 508 meta_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, in meta_Login() argument 527 if (userType != CKU_USER) { in meta_Login() 539 rv = FUNCLIST(fw_st_id)->C_Login(login_session->hSession, userType, in meta_Login()
|
H A D | metaGlobal.h | 729 CK_RV meta_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType,
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softSession.c | 301 C_Login(CK_SESSION_HANDLE hSession, CK_USER_TYPE userType, CK_UTF8CHAR_PTR pPin, in C_Login() argument 326 if (userType != CKU_USER) { in C_Login()
|
/titanic_50/usr/src/lib/pkcs11/pkcs11_tpm/common/ |
H A D | new_host.c | 742 CK_USER_TYPE userType, in SC_Login() argument 771 set_login_flags(userType, flags); in SC_Login() 776 set_login_flags(userType, flags); in SC_Login() 785 if (userType == CKU_USER) { in SC_Login() 792 } else if (userType == CKU_SO) { in SC_Login() 808 if (userType == CKU_USER) { in SC_Login() 824 rc = token_specific.t_login(sess->hContext, userType, pPin, ulPinLen); in SC_Login() 828 set_login_flags(userType, flags); in SC_Login() 834 rc = session_mgr_login_all(userType); in SC_Login()
|
H A D | sess_mgr.c | 1233 set_login_flags(CK_USER_TYPE userType, CK_FLAGS *flags) { in set_login_flags() argument 1234 if (userType == CKU_USER) { in set_login_flags()
|
H A D | tpm_specific.c | 1554 CK_USER_TYPE userType, in token_specific_login() argument 1572 if (userType == CKU_USER) { in token_specific_login() 1702 check_pin_properties(CK_USER_TYPE userType, CK_BYTE *pinHash, in check_pin_properties() argument 1706 if (userType == CKU_USER) { in check_pin_properties()
|
H A D | api_interface.c | 1715 CK_USER_TYPE userType, in C_Login() argument 1729 rv = FuncList.ST_Login(rSession, userType, pPin, ulPinLen); in C_Login()
|
H A D | tpmtok_int.h | 1336 CK_USER_TYPE userType, CK_CHAR_PTR pPin,
|
/titanic_50/usr/src/lib/pkcs11/include/ |
H A D | pkcs11f.h | 241 CK_USER_TYPE userType, /* the user type */
|