Re: [PATCHv2 57/59] x86/mktme: Document the MKTME Key Service API

From: Ben Boeckel
Date: Tue Aug 13 2019 - 09:07:06 EST


On Mon, Aug 05, 2019 at 13:44:53 -0700, Alison Schofield wrote:
> Yes. Fixed up as follows:
>
> Add a "no-encrypt' type key::
>
> char \*options_NOENCRYPT = "type=no-encrypt";
>
> key = add_key("mktme", "name", options_NOENCRYPT,
> strlen(options_NOENCRYPT), KEY_SPEC_THREAD_KEYRING);

Thanks. Looks good to me.

Reviewed-by: Ben Boeckel <mathstuf@xxxxxxxxx>

--Ben