OSDN Git Service

CIFS: Add capability to decrypt big read responses
authorPavel Shilovsky <pshilov@microsoft.com>
Fri, 18 Nov 2016 00:20:23 +0000 (16:20 -0800)
committerSteve French <smfrench@gmail.com>
Wed, 1 Feb 2017 22:46:37 +0000 (16:46 -0600)
commitc42a6abe3012832a68a371dabe17c2ced97e62ad
tree246468bd79c68f8d08b6e1c0499af332e20b48e7
parent4326ed2f6a16ae9d33e4209b540dc9a371aba840
CIFS: Add capability to decrypt big read responses

Allow to decrypt transformed packets that are bigger than the big
buffer size. In particular it is used for read responses that can
only exceed the big buffer size.

Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
fs/cifs/cifsproto.h
fs/cifs/cifssmb.c
fs/cifs/smb2ops.c