commit | e1147d8f47eb8fef93f98a30858192145137d2b2 | [log] [tgz] |
---|---|---|
author | Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Mon Apr 10 08:42:35 2006 +1000 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Mon Jun 26 17:34:38 2006 +1000 |
tree | 7e1bc0ab3d263e5bd801900195ab310625d9ab59 | |
parent | d00e708cef16442cabaf23f653baf924f5d66e83 [diff] |
[CRYPTO] digest: Add alignment handling Some hash modules load/store data words directly. The digest layer should pass properly aligned buffer to update()/final() method. This patch also add cra_alignmask to some hash modules. Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>