Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Yue Haibing and committed by
Herbert Xu
106990f3 f132386d

-2
-2
drivers/crypto/gemini/sl3516-ce.h
··· 326 326 unsigned long stat_bytes; 327 327 }; 328 328 329 - int sl3516_ce_enqueue(struct crypto_async_request *areq, u32 type); 330 - 331 329 int sl3516_ce_aes_setkey(struct crypto_skcipher *tfm, const u8 *key, 332 330 unsigned int keylen); 333 331 int sl3516_ce_cipher_init(struct crypto_tfm *tfm);