Searched refs:session_flags (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | pkcs11_1000.c | 392 CK_FLAGS session_flags = 0; in xtest_pkcs11_test_1002() local 410 session_flags = CKF_RW_SESSION; in xtest_pkcs11_test_1002() 412 rv = C_OpenSession(slot, session_flags, NULL, 0, &session[0]); in xtest_pkcs11_test_1002() 416 session_flags = CKF_SERIAL_SESSION; in xtest_pkcs11_test_1002() 418 rv = C_OpenSession(slot, session_flags, NULL, 0, &session[0]); in xtest_pkcs11_test_1002() 426 session_flags) || in xtest_pkcs11_test_1002() 432 session_flags = CKF_SERIAL_SESSION | CKF_RW_SESSION; in xtest_pkcs11_test_1002() 434 rv = C_OpenSession(slot, session_flags, NULL, 0, &session[1]); in xtest_pkcs11_test_1002() 442 session_flags) || in xtest_pkcs11_test_1002() 448 rv = C_OpenSession(slot, session_flags, NULL, 0, &session[2]); in xtest_pkcs11_test_1002() [all …]
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifs_debug.c | 109 (tcon->ses->session_flags & SMB2_SESSION_FLAG_ENCRYPT_DATA) || in cifs_debug_tcon() 365 if (ses->session_flags & SMB2_SESSION_FLAG_IS_GUEST) in cifs_debug_data_proc_show() 367 else if (ses->session_flags & SMB2_SESSION_FLAG_IS_NULL) in cifs_debug_data_proc_show() 397 if (ses->session_flags & SMB2_SESSION_FLAG_ENCRYPT_DATA) in cifs_debug_data_proc_show()
|
| H A D | smb2pdu.c | 90 if ((tcon->ses->session_flags & SMB2_SESSION_FLAG_ENCRYPT_DATA) || in smb3_encryption_required() 1023 if (tcon->ses->session_flags & SMB2_SESSION_FLAG_IS_GUEST) in smb3_validate_negotiate() 1031 if (tcon->ses->session_flags & SMB2_SESSION_FLAG_IS_NULL) in smb3_validate_negotiate() 1372 ses->session_flags = le16_to_cpu(rsp->SessionFlags); in SMB2_auth_kerberos() 1470 ses->session_flags = le16_to_cpu(rsp->SessionFlags); in SMB2_sess_auth_rawntlmssp_negotiate() 1531 ses->session_flags = le16_to_cpu(rsp->SessionFlags); in SMB2_sess_auth_rawntlmssp_authenticate() 1623 if ((ses->session_flags & SMB2_SESSION_FLAG_IS_GUEST) && (ses->sign)) in SMB2_sess_setup() 1663 if (ses->session_flags & SMB2_SESSION_FLAG_ENCRYPT_DATA) in SMB2_logoff() 1771 !(ses->session_flags & in SMB2_tcon()
|
| H A D | cifsglob.h | 1003 __u16 session_flags; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | isp2400_input_system_local.h | 158 input_system_config_flags_t session_flags; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/be2iscsi/ |
| H A D | be_cmds.h | 421 u32 session_flags; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/ |
| H A D | input_system.c | 886 config.session_flags = INPUT_SYSTEM_CFG_FLAG_REQUIRED; in input_system_configuration_reset()
|