Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dsess.c369 - CIFS_SESS_KEY_SIZE + CIFS_CPHTXT_SIZE + 2; in size_of_ntlmssp_blob()
489 memcpy(tmp, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
491 sec_blob->SessionKey.Length = cpu_to_le16(CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
493 cpu_to_le16(CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
494 tmp += CIFS_CPHTXT_SIZE; in build_ntlmssp_auth_blob()
Dcifsencrypt.c805 sg_init_one(&sgout, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in calc_seckey()
808 skcipher_request_set_crypt(req, &sgin, &sgout, CIFS_CPHTXT_SIZE, NULL); in calc_seckey()
Dcifsglob.h154 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; /* sent to server */
Dcifspdu.h153 #define CIFS_CPHTXT_SIZE (16) macro