Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dntlmssp.h25 #define CIFS_CPHTXT_SIZE (16) macro
165 unsigned char ciphertext[CIFS_CPHTXT_SIZE];
/linux/fs/smb/client/
H A Dsess.c713 - CIFS_SESS_KEY_SIZE + CIFS_CPHTXT_SIZE + 2; in size_of_ntlmssp_blob()
986 memcpy(tmp, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
988 sec_blob->SessionKey.Length = cpu_to_le16(CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
990 cpu_to_le16(CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
991 tmp += CIFS_CPHTXT_SIZE; in build_ntlmssp_auth_blob()
H A Dcifsglob.h234 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; /* sent to server */