cifs: consolidate signature generating code
commit826a95e4a33f3e9bfa0d31ab769d5b01130f7111
authorJeff Layton <jlayton@redhat.com>
Tue, 11 Oct 2011 10:41:32 +0000 (11 06:41 -0400)
committerSteve French <smfrench@gmail.com>
Thu, 13 Oct 2011 04:41:41 +0000 (12 23:41 -0500)
treeca1345ef9b0887b1b2985e7fbbf19f80eb4a5e61
parent376b43f41c8b9315f7efdf085d214b6024337381
cifs: consolidate signature generating code

We have two versions of signature generating code. A vectorized and
non-vectorized version. Eliminate a large chunk of cut-and-paste
code by turning the non-vectorized version into a wrapper around the
vectorized one.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/cifsencrypt.c
fs/cifs/cifsproto.h
fs/cifs/transport.c