[PATCH 10/21] nvme-auth: common: use crypto library in nvme_auth_generate_psk()

Hannes Reinecke hare at suse.de
Mon Mar 2 23:37:42 PST 2026


On 3/2/26 08:59, Eric Biggers wrote:
> For the HMAC computation in nvme_auth_generate_psk(), use the crypto
> library instead of crypto_shash.  This is simpler, faster, and more
> reliable.  Notably, this eliminates the crypto transformation object
> allocation for every call, which was very slow.
> 
> Signed-off-by: Eric Biggers <ebiggers at kernel.org>
> ---
>   drivers/nvme/common/auth.c | 63 +++++++++-----------------------------
>   1 file changed, 14 insertions(+), 49 deletions(-)
> 
Reviewed-by: Hannes Reinecke <hare at suse.de>

Cheers,

Hannes
-- 
Dr. Hannes Reinecke                  Kernel Storage Architect
hare at suse.de                                +49 911 74053 688
SUSE Software Solutions GmbH, Frankenstr. 146, 90461 Nürnberg
HRB 36809 (AG Nürnberg), GF: I. Totev, A. McDonald, W. Knoblich



More information about the Linux-nvme mailing list