Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/ksmbd/
A Dntlmssp.h25 #define CIFS_CPHTXT_SIZE (16) macro
165 unsigned char ciphertext[CIFS_CPHTXT_SIZE];
/linux-6.3-rc2/fs/cifs/
A Dsess.c833 - CIFS_SESS_KEY_SIZE + CIFS_CPHTXT_SIZE + 2; in size_of_ntlmssp_blob()
1098 memcpy(tmp, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
1100 sec_blob->SessionKey.Length = cpu_to_le16(CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
1102 cpu_to_le16(CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
1103 tmp += CIFS_CPHTXT_SIZE; in build_ntlmssp_auth_blob()
A Dcifsencrypt.c831 CIFS_CPHTXT_SIZE); in calc_seckey()
A Dcifsglob.h173 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; /* sent to server */
A Dcifspdu.h128 #define CIFS_CPHTXT_SIZE (16) macro

Completed in 30 milliseconds