Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dsess.c465 memcpy(tmp, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
467 sec_blob->SessionKey.Length = cpu_to_le16(CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
469 cpu_to_le16(CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
470 tmp += CIFS_CPHTXT_SIZE; in build_ntlmssp_auth_blob()
Dcifsencrypt.c817 sg_init_one(&sgout, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in calc_seckey()
819 rc = crypto_blkcipher_encrypt(&desc, &sgout, &sgin, CIFS_CPHTXT_SIZE); in calc_seckey()
Dcifsglob.h132 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; /* sent to server */
Dcifspdu.h153 #define CIFS_CPHTXT_SIZE (16) macro