diff options
| author | Yue Haibing <yuehaibing@huawei.com> | 2024-08-20 16:25:21 +0800 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2024-08-30 18:22:31 +0800 |
| commit | 106990f3b605c2fabe1ede86371ca7cc9b98ead9 (patch) | |
| tree | bf7b00f152a9b3033796c4a015cbeb3d62261edd /drivers/crypto | |
| parent | f132386dc5e1c2dc5eeaf8742afb663a9666b6f4 (diff) | |
| download | linux-106990f3b605c2fabe1ede86371ca7cc9b98ead9.tar.gz linux-106990f3b605c2fabe1ede86371ca7cc9b98ead9.tar.bz2 linux-106990f3b605c2fabe1ede86371ca7cc9b98ead9.zip | |
crypto: sl3516 - Remove unused declaration sl3516_ce_enqueue()
This function is never implemented and used since introduction in
commit 46c5338db7bd ("crypto: sl3516 - Add sl3516 crypto engine")
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto')
| -rw-r--r-- | drivers/crypto/gemini/sl3516-ce.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/crypto/gemini/sl3516-ce.h b/drivers/crypto/gemini/sl3516-ce.h index 9e1a7e7f8961..56b844d0cd9c 100644 --- a/drivers/crypto/gemini/sl3516-ce.h +++ b/drivers/crypto/gemini/sl3516-ce.h @@ -326,8 +326,6 @@ struct sl3516_ce_alg_template { unsigned long stat_bytes; }; -int sl3516_ce_enqueue(struct crypto_async_request *areq, u32 type); - int sl3516_ce_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, unsigned int keylen); int sl3516_ce_cipher_init(struct crypto_tfm *tfm); |
