Home
last modified time | relevance | path

Searched refs:CIFS_ENCPWD_SIZE (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/server/
H A Dntlmssp.h24 #define CIFS_ENCPWD_SIZE (16) macro
147 char ntlmv2_hash[CIFS_ENCPWD_SIZE];
H A Dauth.c140 CIFS_ENCPWD_SIZE); in calc_ntlmv2_hash()
222 char ntlmv2_hash[CIFS_ENCPWD_SIZE]; in ksmbd_auth_ntlmv2()
329 nt_len < CIFS_ENCPWD_SIZE) in ksmbd_decode_ntlmssp_auth_blob()
343 nt_len - CIFS_ENCPWD_SIZE, in ksmbd_decode_ntlmssp_auth_blob()
/kernel/linux/linux-5.10/fs/cifs/
H A Dcifsencrypt.c310 char password_with_pad[CIFS_ENCPWD_SIZE] = {0}; in calc_lanman_hash()
313 for (len = 0; len < CIFS_ENCPWD_SIZE; len++) in calc_lanman_hash()
322 CIFS_ENCPWD_SIZE); in calc_lanman_hash()
337 for (i = 0; i < CIFS_ENCPWD_SIZE; i++) in calc_lanman_hash()
H A Dcifspdu.h128 #define CIFS_ENCPWD_SIZE (16) macro
706 char ntlmv2_hash[CIFS_ENCPWD_SIZE];
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifspdu.h109 #define CIFS_ENCPWD_SIZE (16) macro
657 char ntlmv2_hash[CIFS_ENCPWD_SIZE];

Completed in 19 milliseconds