The value of reqsize must only be changed through the helper.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Reviewed-by: Gaurav Jain <gaurav.jain@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
{
struct caam_rsa_ctx *ctx = akcipher_tfm_ctx(tfm);
+ akcipher_set_reqsize(tfm, sizeof(struct caam_rsa_req_ctx));
+
ctx->dev = caam_jr_alloc();
if (IS_ERR(ctx->dev)) {
.max_size = caam_rsa_max_size,
.init = caam_rsa_init_tfm,
.exit = caam_rsa_exit_tfm,
- .reqsize = sizeof(struct caam_rsa_req_ctx),
.base = {
.cra_name = "rsa",
.cra_driver_name = "rsa-caam",