Skip to content

Commit

Permalink
crypto: caam - fix error IDs for SEC v5.x RNG4
Browse files Browse the repository at this point in the history
According to SEC v5.0-v5.3 reference manuals.

Signed-off-by: Horia Geanta <[email protected]>
Acked-by: Kim Phillips <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
  • Loading branch information
horiag authored and herbertx committed Sep 27, 2012
1 parent 821873a commit 39ab735
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/crypto/caam/error.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) >>
Expand Down

0 comments on commit 39ab735

Please sign in to comment.