Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39ab7358 authored by Horia Geanta's avatar Horia Geanta Committed by Herbert Xu
Browse files

crypto: caam - fix error IDs for SEC v5.x RNG4



According to SEC v5.0-v5.3 reference manuals.

Signed-off-by: default avatarHoria Geanta <horia.geanta@freescale.com>
Acked-by: default avatarKim Phillips <kim.phillips@freescale.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 821873ab
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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) >>