lkml.org 
[lkml]   [2021]   [May]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 2/5] crypto: Add sl3516 crypto engine
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 <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

\
 
 \ /
  Last update: 2021-05-28 09:07    [W:0.125 / U:0.032 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site