Lines Matching full:error
3 * CAAM Error Reporting
7 * Derived from error.c file in linux drivers/crypto/caam
33 { 0x00, "No error." },
34 { 0x01, "SGT Length Error. The descriptor is trying to read" \
36 { 0x02, "SGT Null Entry Error." },
37 { 0x03, "Job Ring Control Error. Bad value in Job Ring Control reg." },
52 { 0x12, "Shared Descriptor Header Error" },
53 { 0x13, "Header Error. Invalid length or parity, or other problems." },
54 { 0x14, "Burster Error. Burster has gotten to an illegal state" },
55 { 0x15, "Context Register Length Error" },
56 { 0x16, "DMA Error" },
60 { 0x1C, "DECO Watchdog timer timeout error" },
64 "that had an unmasked Descriptor error" },
65 { 0x1F, "LIODN error" },
67 { 0x21, "Nonce error" },
69 { 0x23, "Read Input Frame error" },
70 { 0x24, "JDKEK, TDKEK or TDSK not loaded error" },
71 { 0x80, "DNR (do not run) error" },
74 { 0x83, "Anti-replay LATE error" },
75 { 0x84, "Anti-replay REPLAY error" },
79 { 0x88, "Protocol Format Error" },
80 { 0x89, "Protocol Size Error" },
81 { 0xC1, "Blob Command error: Undefined mode" },
82 { 0xC2, "Blob Command error: Secure Memory Blob mode error" },
83 { 0xC4, "Blob Command error: Black Blob key or input size error" },
84 { 0xC5, "Blob Command error: Invalid key destination" },
85 { 0xC8, "Blob Command error: Trusted/Secure mode error" },
107 "No error.",
108 "Mode error.",
109 "Data size error.",
110 "Key size error.",
111 "PKHA A memory size error.",
112 "PKHA B memory size error.",
113 "Data arrived out of sequence error.",
114 "PKHA divide-by-zero error.",
115 "PKHA modulus even error.",
116 "DES key parity error.",
118 "Hardware error.",
139 const char *error) in report_ccb_status() argument
165 /* RNG-only error */ in report_ccb_status()
174 status, error, idx_str, idx, in report_ccb_status()
180 const char *error) in report_jump_status() argument
183 status, error, __func__); in report_jump_status()
187 const char *error) in report_deco_status() argument
193 const char *err_str = "unidentified error value 0x"; in report_deco_status()
212 status, error, idx_str, idx, err_str, err_err_code); in report_deco_status()
216 const char *error) in report_jr_status() argument
219 status, error, __func__); in report_jr_status()
223 const char *error) in report_cond_code_status() argument
226 status, error, __func__); in report_cond_code_status()
233 const char *error); in caam_jr_strstatus()
234 const char *error; in caam_jr_strstatus() member
236 { NULL, "No error" }, in caam_jr_strstatus()
246 const char *error = status_src[ssrc].error; in caam_jr_strstatus() local
249 * If there is no further error handling function, just in caam_jr_strstatus()
250 * print the error code, error string and exit. Otherwise in caam_jr_strstatus()
254 debug("%08x: %s:\n", status, status_src[ssrc].error); in caam_jr_strstatus()
256 status_src[ssrc].report_ssed(status, error); in caam_jr_strstatus()