Lines Matching refs:crypto_skcipher
36 static unsigned int crypto_cfb_bsize(struct crypto_skcipher *tfm) in crypto_cfb_bsize()
44 static void crypto_cfb_encrypt_one(struct crypto_skcipher *tfm, in crypto_cfb_encrypt_one()
54 struct crypto_skcipher *tfm) in crypto_cfb_final()
69 struct crypto_skcipher *tfm) in crypto_cfb_encrypt_segment()
90 struct crypto_skcipher *tfm) in crypto_cfb_encrypt_inplace()
113 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_cfb_encrypt()
137 struct crypto_skcipher *tfm) in crypto_cfb_decrypt_segment()
160 struct crypto_skcipher *tfm) in crypto_cfb_decrypt_inplace()
181 struct crypto_skcipher *tfm) in crypto_cfb_decrypt_blocks()
189 static int crypto_cfb_setkey(struct crypto_skcipher *parent, const u8 *key, in crypto_cfb_setkey()
207 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_cfb_decrypt()
227 static int crypto_cfb_init_tfm(struct crypto_skcipher *tfm) in crypto_cfb_init_tfm()
242 static void crypto_cfb_exit_tfm(struct crypto_skcipher *tfm) in crypto_cfb_exit_tfm()