#include <crypto/engine.h>
#include <crypto/internal/skcipher.h>
#include <crypto/scatterwalk.h>
#include <linux/dma-mapping.h>
#include <linux/delay.h>
#include <linux/err.h>
#include <linux/io.h>
#include <linux/kernel.h>
#include <linux/pm_runtime.h>
#include <linux/slab.h>
#include <linux/string.h>
#include "sl3516-ce.h"
static bool sl3516_ce_need_fallback(struct skcipher_request *areq)
{ … }
static int sl3516_ce_cipher_fallback(struct skcipher_request *areq)
{ … }
static int sl3516_ce_cipher(struct skcipher_request *areq)
{ … }
int sl3516_ce_handle_cipher_request(struct crypto_engine *engine, void *areq)
{ … }
int sl3516_ce_skdecrypt(struct skcipher_request *areq)
{ … }
int sl3516_ce_skencrypt(struct skcipher_request *areq)
{ … }
int sl3516_ce_cipher_init(struct crypto_tfm *tfm)
{ … }
void sl3516_ce_cipher_exit(struct crypto_tfm *tfm)
{ … }
int sl3516_ce_aes_setkey(struct crypto_skcipher *tfm, const u8 *key,
unsigned int keylen)
{ … }