Re: [PATCH v2 15/22] docs: security: core.rst: Fix several warnings

From: David Howells
Date: Wed Jun 05 2019 - 05:58:00 EST


Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx> wrote:

> + * ``asym_eds_op`` and ``asym_verify_signature``::
> +
> + int (*asym_eds_op)(struct kernel_pkey_params *params,
> + const void *in, void *out);
> + int (*asym_verify_signature)(struct kernel_pkey_params *params,
> + const void *in, const void *in2);

That's redundant and shouldn't be necessary.

David