From: Eric Biggers <ebiggers@xxxxxxxxxx> Simplify nvme_auth_augmented_challenge() by using crypto_shash_tfm_digest() instead of an alloc+init+update+final sequence. This should also improve performance.Nice: Reviewed-by: Christoph Hellwig <hch@xxxxxx>
Indeed. fwiw: Reviewed-by: Sagi Grimberg <sagi@xxxxxxxxxxx>