projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
821873a
)
crypto: caam - fix error IDs for SEC v5.x RNG4
author
Horia Geanta
<horia.geanta@freescale.com>
Sat, 15 Sep 2012 00:33:54 +0000
(
03:33
+0300)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 27 Sep 2012 05:32:14 +0000
(13:32 +0800)
According to SEC v5.0-v5.3 reference manuals.
Signed-off-by: Horia Geanta <horia.geanta@freescale.com>
Acked-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/error.c
patch
|
blob
|
history
diff --git
a/drivers/crypto/caam/error.c
b/drivers/crypto/caam/error.c
index 9955ed9643e6dc7d37cae84bab63563ef866bff6..30b8f74833d457d34f46c8bf160683550980298e 100644
(file)
--- a/
drivers/crypto/caam/error.c
+++ b/
drivers/crypto/caam/error.c
@@
-77,10
+77,8
@@
static void report_ccb_status(u32 status, char *outstr)
"Not instantiated",
"Test instantiate",
"Prediction resistance",
- "",
"Prediction resistance and test request",
"Uninstantiate",
- "",
"Secure key generation",
};
u8 cha_id = (status & JRSTA_CCBERR_CHAID_MASK) >>