Home
last modified time | relevance | path

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

/linux-2.6.39/fs/cifs/
Dcifsencrypt.c275 char password_with_pad[CIFS_ENCPWD_SIZE]; in calc_lanman_hash()
277 memset(password_with_pad, 0, CIFS_ENCPWD_SIZE); in calc_lanman_hash()
279 strncpy(password_with_pad, password, CIFS_ENCPWD_SIZE); in calc_lanman_hash()
284 CIFS_ENCPWD_SIZE); in calc_lanman_hash()
299 for (i = 0; i < CIFS_ENCPWD_SIZE; i++) in calc_lanman_hash()
305 memset(password_with_pad, 0, CIFS_ENCPWD_SIZE); in calc_lanman_hash()
Dcifspdu.h128 #define CIFS_ENCPWD_SIZE (16) macro
711 char ntlmv2_hash[CIFS_ENCPWD_SIZE];