Thread (15 messages) flat view 15 messages, 5 authors, 2021-05-28

Re: [PATCH 2/5] crypto: Add sl3516 crypto engine

From: Herbert Xu <herbert@gondor.apana.org.au>
Date: 2021-05-28 07:05:39
Also in: linux-arm-kernel, linux-devicetree, lkml

On Tue, May 18, 2021 at 03:16:52PM +0000, Corentin Labbe wrote:
+static int sl3516_ce_cipher_fallback(struct skcipher_request *areq)
+{
+	struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(areq);
+	struct sl3516_ce_cipher_tfm_ctx *op = crypto_skcipher_ctx(tfm);
+	struct sl3516_ce_cipher_req_ctx *rctx = skcipher_request_ctx(areq);
+	struct skcipher_alg *alg = crypto_skcipher_alg(tfm);
+	struct sl3516_ce_alg_template *algt;
+	int err;
+
+	algt = container_of(alg, struct sl3516_ce_alg_template, alg.skcipher);
+	algt->stat_fb++;
This fails to build if CRYPTO_DEV_SL3516_DEBUG is off.

Cheers,
-- 
Email: Herbert Xu [off-list ref]
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help