commit | 9c4274d90d2923dda7435073de6494f0250ccb5a | [log] [tgz] |
---|---|---|
author | Cyrille Pitchen <cyrille.pitchen@atmel.com> | Mon Feb 08 16:26:48 2016 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Feb 17 04:07:43 2016 +0800 |
tree | 90ddbc5beb3c2de3c8d2738e29e5a7bfcc882262 | |
parent | fb16abc2e9deedf075cfe2a01584b092ab5440e0 [diff] |
crypto: atmel-sha - fix .import()/.export() implementation Using only the digest, digcnt[], bufcnt and buffer[] fields of the struct atmel_sha_reqctx was not enough to import/export the request state, so now we use the whole structure. Signed-off-by: Cyrille Pitchen <cyrille.pitchen@atmel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>