[PATCH 03/22] KEYS: Provide missing asymmetric key subops for new key type ops
James Morris
jmorris at namei.org
Wed Oct 3 19:03:56 UTC 2018
On Wed, 5 Sep 2018, David Howells wrote:
> +int asymmetric_key_eds_op(struct kernel_pkey_params *params,
> + const void *in, void *out)
> +{
> + const struct asymmetric_key_subtype *subtype;
> + struct key *key = params->key;
> + int ret;
> +
> + pr_devel("==>%s()\n", __func__);
Are you planning on leaving these pr_devel()s in?
--
James Morris
<jmorris at namei.org>
More information about the Linux-security-module-archive
mailing list