Lines Matching refs:crypto_skcipher
54 struct crypto_skcipher *enc_tfm;
68 static int aesbs_setkey(struct crypto_skcipher *tfm, const u8 *in_key, in aesbs_setkey()
92 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __ecb_crypt()
127 static int aesbs_cbc_setkey(struct crypto_skcipher *tfm, const u8 *in_key, in aesbs_cbc_setkey()
151 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_encrypt()
166 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_decrypt()
192 static int cbc_init(struct crypto_skcipher *tfm) in cbc_init()
209 static void cbc_exit(struct crypto_skcipher *tfm) in cbc_exit()
216 static int aesbs_ctr_setkey_sync(struct crypto_skcipher *tfm, const u8 *in_key, in aesbs_ctr_setkey_sync()
237 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_encrypt()
270 static void ctr_encrypt_one(struct crypto_skcipher *tfm, const u8 *src, u8 *dst) in ctr_encrypt_one()
293 static int aesbs_xts_setkey(struct crypto_skcipher *tfm, const u8 *in_key, in aesbs_xts_setkey()
314 static int xts_init(struct crypto_skcipher *tfm) in xts_init()
329 static void xts_exit(struct crypto_skcipher *tfm) in xts_exit()
341 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in __xts_crypt()