[CRYPTO]: HMAC needs some more scatterlist fixups.
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 26 Oct 2007 07:37:12 +0000 (00:37 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 26 Oct 2007 07:37:12 +0000 (00:37 -0700)
commita6767721a563acb172c73f693fcf719b3b3d6716
treedbf8490f91cb4f85c9683e425dbf36dd8b1b5719
parent564262c1f0b0f0ce852ecd7f60672f79985595ee
[CRYPTO]: HMAC needs some more scatterlist fixups.

hmac_setkey(), hmac_init(), and hmac_final() have
a singular on-stack scatterlist.  Initialit is
using sg_init_one() instead of using sg_set_buf().

Signed-off-by: David S. Miller <davem@davemloft.net>
crypto/hmac.c