Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dcifsencrypt.c310 char password_with_pad[CIFS_ENCPWD_SIZE] = {0}; in calc_lanman_hash() local
317 memcpy(password_with_pad, password, len); in calc_lanman_hash()
321 memcpy(lnm_session_key, password_with_pad, in calc_lanman_hash()
338 password_with_pad[i] = toupper(password_with_pad[i]); in calc_lanman_hash()
340 rc = SMBencrypt(password_with_pad, cryptkey, lnm_session_key); in calc_lanman_hash()