Home
last modified time | relevance | path

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

/linux-2.6.39/fs/cifs/
Dsess.c536 memcpy(tmp, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
538 sec_blob->SessionKey.Length = cpu_to_le16(CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
540 cpu_to_le16(CIFS_CPHTXT_SIZE); in build_ntlmssp_auth_blob()
541 tmp += CIFS_CPHTXT_SIZE; in build_ntlmssp_auth_blob()
Dcifsencrypt.c675 sg_init_one(&sgout, ses->ntlmssp->ciphertext, CIFS_CPHTXT_SIZE); in calc_seckey()
677 rc = crypto_blkcipher_encrypt(&desc, &sgout, &sgin, CIFS_CPHTXT_SIZE); in calc_seckey()
Dcifsglob.h136 unsigned char ciphertext[CIFS_CPHTXT_SIZE]; /* sent to server */
Dcifspdu.h148 #define CIFS_CPHTXT_SIZE (16) macro