summaryrefslogtreecommitdiff
path: root/crypto/sha256_generic.c
diff options
context:
space:
mode:
authorSteffen Klassert <steffen.klassert@secunet.com>2010-07-07 15:32:02 +0200
committerHerbert Xu <herbert@gondor.apana.org.au>2010-07-14 20:29:29 +0800
commit0185a06d69d0531d38ab17070c306756b341eb19 (patch)
treef10af7ff53e5a5e79cde64a6e65a2f0712ecaa59 /crypto/sha256_generic.c
parent2721251406e65f6415b802742dc7ab20482d2a18 (diff)
downloadlinux-crypto-0185a06d69d0531d38ab17070c306756b341eb19.tar.gz
linux-crypto-0185a06d69d0531d38ab17070c306756b341eb19.zip
padata: make padata_do_parallel to return zero on success
To return -EINPROGRESS on success in padata_do_parallel was considered to be odd. This patch changes this to return zero on success. Also the only user of padata, pcrypt is adapted to convert a return of zero to -EINPROGRESS within the crypto layer. This also removes the pcrypt fallback if padata_do_parallel was called on a not running padata instance as we can't handle it anymore. This fallback was unused, so it's save to remove it. Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions