Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsencrypt.c412 char nt_hash[CIFS_NTHASH_SIZE]; in calc_ntlmv2_hash() local
418 E_md4hash(ses->password, nt_hash, nls_cp); in calc_ntlmv2_hash()
420 rc = crypto_shash_setkey(hmacmd5->tfm, nt_hash, CIFS_NTHASH_SIZE); in calc_ntlmv2_hash()