Lines Matching +full:s +full:- +full:mode
1 // SPDX-License-Identifier: GPL-2.0
5 * Copyright 2009-2011 Freescale Semiconductor, Inc.
27 * make sure the scatterlist's page in caam_dump_sg()
36 buf = it_page + it->offset; in caam_dump_sg()
37 len = min_t(size_t, tlen, it->length); in caam_dump_sg()
40 tlen -= len; in caam_dump_sg()
82 …he input or output sequence length below 0. This error may result if a built-in PROTOCOL Command h…
91 { 0x1B, "Job failed due to Fail Mode" },
93 …{ 0x1D, "DECO tried to copy a key from another DECO but the other DECO's Key Registers were locked…
95 …rom itself or from another DECO but the two Non-SEQ LIODN values didn't match or the 'shared from'…
97 … Command, the Nonce counter reached its maximum value and this encryption mode can no longer be us…
104 { 0x83, "Anti-replay LATE error" },
105 { 0x84, "Anti-replay REPLAY error" },
109 …- A protocol has seen an error in the format of data received. When running RSA, this means that f…
110 …{ 0x89, "Protocol Size Error - A protocol has seen an error in size. When running RSA, pdb size N …
111 { 0xC1, "Blob Command error: Undefined mode" },
112 { 0xC2, "Blob Command error: Secure Memory Blob mode error" },
115 { 0xC8, "Blob Command error: Trusted/Secure mode error" },
131 { 0x31, "DHR exceeds max. buffer size (allocate mode, S/G format)"},
132 { 0x32, "SGT exceeds max. buffer size (allocate mode, S/G format"},
133 { 0x33, "Size over/underflow (allocate mode)"},
134 { 0x34, "Size over/underflow (reuse mode)"},
135 { 0x35, "Length exceeds max. short length (allocate mode, S/G/ format)"},
136 { 0x36, "Memory footprint exceeds max. value (allocate mode, S/G/ format)"},
137 { 0x41, "SBC frame format not supported (allocate mode)"},
138 { 0x42, "Pool 0 invalid / pool 1 size < pool 0 size (allocate mode)"},
139 { 0x43, "Annotation output enabled but ASAR = 0 (allocate mode)"},
140 { 0x44, "Unsupported or reserved frame format or SGHR = 1 (reuse mode)"},
141 { 0x45, "DHR correction underflow (reuse mode, single buffer format)"},
142 { 0x46, "Annotation length exceeds offset (reuse mode)"},
143 { 0x48, "Annotation output enabled but ASA limited by ASAR (reuse mode)"},
144 { 0x49, "Data offset correction exceeds input frame data length (reuse mode)"},
146 { 0x51, "Unsupported IF reuse mode"},
147 { 0x52, "Unsupported FL use mode"},
148 { 0x53, "Unsupported RJD use mode"},
149 { 0x54, "Unsupported inline descriptor use mode"},
162 { 0xD6, "OF SGT F-bit write error"},
187 "Mode error.",
193 "PKHA divide-by-zero error.",
247 /* RNG-only error */ in report_ccb_status()
258 return -EBADMSG; in report_ccb_status()
260 dev_err_ratelimited(jrdev, "%08x: %s: %s %d: %s%s: %s%s\n", status, in report_ccb_status()
264 return -EINVAL; in report_ccb_status()
270 dev_err(jrdev, "%08x: %s: %s() not implemented\n", in report_jump_status()
273 return -EINVAL; in report_jump_status()
301 dev_err(jrdev, "%08x: %s: %s %d: %s%s\n", in report_deco_status()
304 return -EINVAL; in report_deco_status()
324 dev_err(qidev, "%08x: %s: %s%s\n", in report_qi_status()
327 return -EINVAL; in report_qi_status()
333 dev_err(jrdev, "%08x: %s: %s() not implemented\n", in report_jr_status()
336 return -EINVAL; in report_jr_status()
342 dev_err(jrdev, "%08x: %s: %s() not implemented\n", in report_cond_code_status()
345 return -EINVAL; in report_cond_code_status()
383 dev_err(jrdev, "%d: %s\n", ssrc, error); in caam_strstatus()
387 return -EINVAL; in caam_strstatus()