]> www.infradead.org Git - users/jedix/linux-maple.git/commit
crypto: tegra - use API helpers to setup fallback request
authorOvidiu Panait <ovidiu.panait.oss@gmail.com>
Mon, 7 Apr 2025 12:36:04 +0000 (15:36 +0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Wed, 16 Apr 2025 07:16:21 +0000 (15:16 +0800)
commitc1024581ff2c34db4fdfe857b29f606e5117eb12
tree61cc60bf7d8cefb2b6c90db1021db2e037c3f74a
parentcbc9f5bcfa72d7e58cbace18c97e4df7e3a73058
crypto: tegra - use API helpers to setup fallback request

Rather than setting up the fallback request by hand, use
ahash_request_set_callback() and ahash_request_set_crypt() API helpers
to properly setup the new request.

Signed-off-by: Ovidiu Panait <ovidiu.panait.oss@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/tegra/tegra-se-hash.c