Home
last modified time | relevance | path

Searched refs:CIFS_CPHTXT_SIZE (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/fs/smb/server/
H A Dntlmssp.h25 #define CIFS_CPHTXT_SIZE (16) macro
165 unsigned char ciphertext[CIFS_CPHTXT_SIZE];
/kernel/linux/linux-5.10/fs/cifs/
H A Dsess.c656 - CIFS_SESS_KEY_SIZE + CIFS_CPHTXT_SIZE + 2; in size_of_ntlmssp_blob()
776 memcpy(tmp, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
778 sec_blob->SessionKey.Length = cpu_to_le16(CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
780 cpu_to_le16(CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
781 tmp += CIFS_CPHTXT_SIZE; in build_ntlmssp_auth_blob()
H A Dcifsencrypt.c792 CIFS_CPHTXT_SIZE); in calc_seckey()
H A Dcifsglob.h164 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; /* sent to server */
H A Dcifspdu.h158 #define CIFS_CPHTXT_SIZE (16) macro
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsess.c1008 - CIFS_SESS_KEY_SIZE + CIFS_CPHTXT_SIZE + 2; in size_of_ntlmssp_blob()
1275 memcpy(tmp, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
1277 sec_blob->SessionKey.Length = cpu_to_le16(CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
1279 cpu_to_le16(CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
1280 tmp += CIFS_CPHTXT_SIZE; in build_ntlmssp_auth_blob()
H A Dcifsencrypt.c831 CIFS_CPHTXT_SIZE); in calc_seckey()
H A Dcifspdu.h128 #define CIFS_CPHTXT_SIZE (16) macro
H A Dcifsglob.h173 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; /* sent to server */

Completed in 32 milliseconds