Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dcifsencrypt.c309 char password_with_pad[CIFS_ENCPWD_SIZE] = {0}; in calc_lanman_hash() local
312 strncpy(password_with_pad, password, CIFS_ENCPWD_SIZE); in calc_lanman_hash()
315 memcpy(lnm_session_key, password_with_pad, in calc_lanman_hash()
332 password_with_pad[i] = toupper(password_with_pad[i]); in calc_lanman_hash()
334 rc = SMBencrypt(password_with_pad, cryptkey, lnm_session_key); in calc_lanman_hash()