diff options
author | Eric Biggers <ebiggers@google.com> | 2023-10-22 10:10:57 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2023-10-27 12:04:29 +0200 |
commit | 9826d1d6ed5f86cb3d61610b3b1fe31e96a40418 (patch) | |
tree | 0064e12a8c8aff302ab1b7cea7967f0284ef8632 /crypto/skcipher.h | |
parent | crypto: chelsio - stop using crypto_ahash::init (diff) | |
download | linux-9826d1d6ed5f86cb3d61610b3b1fe31e96a40418.tar.xz linux-9826d1d6ed5f86cb3d61610b3b1fe31e96a40418.zip |
crypto: talitos - stop using crypto_ahash::init
The function pointer crypto_ahash::init is an internal implementation
detail of the ahash API that exists to help it support both ahash and
shash algorithms. With an upcoming refactoring of how the ahash API
supports shash algorithms, this field will be removed.
Some drivers are invoking crypto_ahash::init to call into their own
code, which is unnecessary and inefficient. The talitos driver is one
of those drivers. Make it just call its own code directly.
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'crypto/skcipher.h')
0 files changed, 0 insertions, 0 deletions