Home
last modified time | relevance | path

Searched refs:SMB2_NTLMV2_SESSKEY_SIZE (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/fs/cifs/
Dsmb2glob.h47 #define SMB2_NTLMV2_SESSKEY_SIZE (16) macro
Dsmb2transport.c246 SMB2_NTLMV2_SESSKEY_SIZE); in smb2_calc_signature()
315 ses->auth_key.response, SMB2_NTLMV2_SESSKEY_SIZE); in generate_key()
454 SMB2_NTLMV2_SESSKEY_SIZE, ses->auth_key.response); in generate_smb3signingkey()
Dsmb2pdu.c1602 SMB2_NTLMV2_SESSKEY_SIZE, ses->auth_key.response); in SMB2_sess_auth_rawntlmssp_authenticate()
/Linux-v5.15/fs/ksmbd/
Dauth.c106 SMB2_NTLMV2_SESSKEY_SIZE); in ksmbd_gen_sess_key()
549 SMB2_NTLMV2_SESSKEY_SIZE); in ksmbd_sign_smb2_pdu()
657 SMB2_NTLMV2_SESSKEY_SIZE); in generate_key()
747 SMB2_NTLMV2_SESSKEY_SIZE, sess->sess_key); in generate_smb3signingkey()
816 SMB2_NTLMV2_SESSKEY_SIZE, sess->sess_key); in generate_smb3encryptionkey()
Dsmb2pdu.h76 #define SMB2_NTLMV2_SESSKEY_SIZE 16 macro