Searched refs:CIFS_CPHTXT_SIZE (Results 1 – 5 of 5) sorted by relevance
25 #define CIFS_CPHTXT_SIZE (16) macro165 unsigned char ciphertext[CIFS_CPHTXT_SIZE];
834 - CIFS_SESS_KEY_SIZE + CIFS_CPHTXT_SIZE + 2; in size_of_ntlmssp_blob()1099 memcpy(tmp, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()1101 sec_blob->SessionKey.Length = cpu_to_le16(CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()1103 cpu_to_le16(CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()1104 tmp += CIFS_CPHTXT_SIZE; in build_ntlmssp_auth_blob()
703 CIFS_CPHTXT_SIZE); in calc_seckey()
175 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; /* sent to server */
128 #define CIFS_CPHTXT_SIZE (16) macro