commit | dd78c832ffaf86eb6434e56de4bc3bc31f03f771 | [log] [tgz] |
---|---|---|
author | Artem Savkov <artem.savkov@gmail.com> | Tue Feb 06 22:20:21 2018 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Feb 08 22:38:13 2018 +1100 |
tree | d079cfacd6698789b8382005662f3456a35610d3 | |
parent | 225ece3e7dad4cfc44cca38ce7a3a80f255ea8f1 [diff] |
crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate According to crypto/rng.h generate function should return 0 on success and < 0 on error. Fixes: b8ae5c7387ad ("crypto: sun4i-ss - support the Security System PRNG") Signed-off-by: Artem Savkov <artem.savkov@gmail.com> Acked-by: Corentin Labbe <clabbe.montjoie@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>