Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dsmbencrypt.c70 __le16 wpwd[129]; in E_md4hash() local
74 len = cifs_strtoUTF16(wpwd, passwd, 128, codepage); in E_md4hash()
77 *wpwd = 0; /* Ensure string is null terminated */ in E_md4hash()
80 rc = mdfour(p16, (unsigned char *) wpwd, len * sizeof(__le16)); in E_md4hash()
81 memzero_explicit(wpwd, sizeof(wpwd)); in E_md4hash()