Searched refs:CIFS_ENCPWD_SIZE (Results 1 – 2 of 2) sorted by relevance
309 char password_with_pad[CIFS_ENCPWD_SIZE] = {0}; in calc_lanman_hash()312 strncpy(password_with_pad, password, CIFS_ENCPWD_SIZE); in calc_lanman_hash()316 CIFS_ENCPWD_SIZE); in calc_lanman_hash()331 for (i = 0; i < CIFS_ENCPWD_SIZE; i++) in calc_lanman_hash()
128 #define CIFS_ENCPWD_SIZE (16) macro701 char ntlmv2_hash[CIFS_ENCPWD_SIZE];