Lines Matching full:error

2  * CAAM Error Reporting
8 * Derived from error.c file in linux drivers/crypto/caam
34 { 0x00, "No error." },
35 { 0x01, "SGT Length Error. The descriptor is trying to read" \
37 { 0x02, "SGT Null Entry Error." },
38 { 0x03, "Job Ring Control Error. Bad value in Job Ring Control reg." },
53 { 0x12, "Shared Descriptor Header Error" },
54 { 0x13, "Header Error. Invalid length or parity, or other problems." },
55 { 0x14, "Burster Error. Burster has gotten to an illegal state" },
56 { 0x15, "Context Register Length Error" },
57 { 0x16, "DMA Error" },
61 { 0x1C, "DECO Watchdog timer timeout error" },
65 "that had an unmasked Descriptor error" },
66 { 0x1F, "LIODN error" },
68 { 0x21, "Nonce error" },
70 { 0x23, "Read Input Frame error" },
71 { 0x24, "JDKEK, TDKEK or TDSK not loaded error" },
72 { 0x80, "DNR (do not run) error" },
75 { 0x83, "Anti-replay LATE error" },
76 { 0x84, "Anti-replay REPLAY error" },
80 { 0x88, "Protocol Format Error" },
81 { 0x89, "Protocol Size Error" },
82 { 0xC1, "Blob Command error: Undefined mode" },
83 { 0xC2, "Blob Command error: Secure Memory Blob mode error" },
84 { 0xC4, "Blob Command error: Black Blob key or input size error" },
85 { 0xC5, "Blob Command error: Invalid key destination" },
86 { 0xC8, "Blob Command error: Trusted/Secure mode error" },
108 "No error.",
109 "Mode error.",
110 "Data size error.",
111 "Key size error.",
112 "PKHA A memory size error.",
113 "PKHA B memory size error.",
114 "Data arrived out of sequence error.",
115 "PKHA divide-by-zero error.",
116 "PKHA modulus even error.",
117 "DES key parity error.",
119 "Hardware error.",
140 const char *error) in report_ccb_status() argument
166 /* RNG-only error */ in report_ccb_status()
175 status, error, idx_str, idx, in report_ccb_status()
181 const char *error) in report_jump_status() argument
184 status, error, __func__); in report_jump_status()
188 const char *error) in report_deco_status() argument
194 const char *err_str = "unidentified error value 0x"; in report_deco_status()
213 status, error, idx_str, idx, err_str, err_err_code); in report_deco_status()
217 const char *error) in report_jr_status() argument
220 status, error, __func__); in report_jr_status()
224 const char *error) in report_cond_code_status() argument
227 status, error, __func__); in report_cond_code_status()
234 const char *error); in caam_jr_strstatus()
235 const char *error; in caam_jr_strstatus() member
237 { NULL, "No error" }, in caam_jr_strstatus()
247 const char *error = status_src[ssrc].error; in caam_jr_strstatus() local
250 * If there is no further error handling function, just in caam_jr_strstatus()
251 * print the error code, error string and exit. Otherwise in caam_jr_strstatus()
255 debug("%08x: %s:\n", status, status_src[ssrc].error); in caam_jr_strstatus()
257 status_src[ssrc].report_ssed(status, error); in caam_jr_strstatus()