Home
last modified time | relevance | path

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

/linux/fs/cifs/
A Dsmbencrypt.c77 __le16 wpwd[129]; in E_md4hash() local
81 len = cifs_strtoUTF16(wpwd, passwd, 128, codepage); in E_md4hash()
84 *wpwd = 0; /* Ensure string is null terminated */ in E_md4hash()
87 rc = mdfour(p16, (unsigned char *) wpwd, len * sizeof(__le16)); in E_md4hash()
88 memzero_explicit(wpwd, sizeof(wpwd)); in E_md4hash()

Completed in 3 milliseconds