Searched refs:SMB2_NTLMV2_SESSKEY_SIZE (Results 1 – 6 of 6) sorted by relevance
107 SMB2_NTLMV2_SESSKEY_SIZE); in ksmbd_gen_sess_key() 369 SMB2_NTLMV2_SESSKEY_SIZE); in ksmbd_decode_ntlmssp_auth_blob() 607 SMB2_NTLMV2_SESSKEY_SIZE); in ksmbd_sign_smb2_pdu() 716 SMB2_NTLMV2_SESSKEY_SIZE); in generate_key() 807 SMB2_NTLMV2_SESSKEY_SIZE, sess->sess_key); in generate_smb3signingkey() 877 SMB2_NTLMV2_SESSKEY_SIZE, sess->sess_key); in generate_smb3encryptionkey()
64 __u8 auth_key[SMB2_NTLMV2_SESSKEY_SIZE];
192 SMB2_NTLMV2_SESSKEY_SIZE); in smb2_get_sign_key()267 u8 key[SMB2_NTLMV2_SESSKEY_SIZE]; in smb2_calc_signature()357 ses->auth_key.response, SMB2_NTLMV2_SESSKEY_SIZE); in generate_key()507 SMB2_NTLMV2_SESSKEY_SIZE, ses->auth_key.response); in generate_smb3signingkey()
509 SMB2_NTLMV2_SESSKEY_SIZE); in cifs_ioctl()
1864 SMB2_NTLMV2_SESSKEY_SIZE, ses->auth_key.response); in SMB2_sess_auth_rawntlmssp_authenticate()
67 #define SMB2_NTLMV2_SESSKEY_SIZE 16 macro