Re: [PATCH v3 2/2] crypto: tools: Add cryptostat userspace

From: Ard Biesheuvel
Date: Mon Oct 01 2018 - 04:40:32 EST


On 1 October 2018 at 09:20, LABBE Corentin <clabbe@xxxxxxxxxxxx> wrote:
> On Fri, Sep 28, 2018 at 07:03:11PM +0200, Ard Biesheuvel wrote:
>> On 28 September 2018 at 15:13, Ard Biesheuvel <ard.biesheuvel@xxxxxxxxxx> wrote:
>> > On 19 September 2018 at 12:10, Corentin Labbe <clabbe@xxxxxxxxxxxx> wrote:
>> >> This patch adds an userspace tool for displaying kernel crypto API
>> >> statistics.
>> >>
>> >> Signed-off-by: Corentin Labbe <clabbe@xxxxxxxxxxxx>
>> >
>> > How do I actually build this thing?
>> >
>>
>> Never mind.
>
> Nope you are are right, this patchset clearly lack documentation.
>
> I will send a subsequent patch with it.
>
> Furthermore, since you seems to use cryptostat, what's your usage/opinion about it and what statistic it miss.
>

To be honest, I mainly used it to check whether a certain cipher is
being used at all or not, i.e., to check whether the my mac80211
interface is really using the arc4 and ccmp ciphers it allocates, or
whether they are simply there as a fallback.