Searched refs:CIFS_ENCPWD_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsencrypt.c231 char password_with_pad[CIFS_ENCPWD_SIZE];
233 memset(password_with_pad, 0, CIFS_ENCPWD_SIZE);
235 strncpy(password_with_pad, password, CIFS_ENCPWD_SIZE);
240 CIFS_ENCPWD_SIZE);
255 for (i = 0; i < CIFS_ENCPWD_SIZE; i++)
261 memset(password_with_pad, 0, CIFS_ENCPWD_SIZE);
H A Dcifspdu.h126 #define CIFS_ENCPWD_SIZE (16) macro
660 char ntlmv2_hash[CIFS_ENCPWD_SIZE];

Completed in 49 milliseconds