Lines Matching refs:crypto_skcipher
161 static int ecb_paes_init(struct crypto_skcipher *tfm) in ecb_paes_init()
171 static void ecb_paes_exit(struct crypto_skcipher *tfm) in ecb_paes_exit()
198 static int ecb_paes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, in ecb_paes_set_key()
214 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ecb_paes_crypt()
276 static int cbc_paes_init(struct crypto_skcipher *tfm) in cbc_paes_init()
286 static void cbc_paes_exit(struct crypto_skcipher *tfm) in cbc_paes_exit()
313 static int cbc_paes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, in cbc_paes_set_key()
329 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in cbc_paes_crypt()
396 static int xts_paes_init(struct crypto_skcipher *tfm) in xts_paes_init()
407 static void xts_paes_exit(struct crypto_skcipher *tfm) in xts_paes_exit()
455 static int xts_paes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, in xts_paes_set_key()
495 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in xts_paes_crypt()
576 static int ctr_paes_init(struct crypto_skcipher *tfm) in ctr_paes_init()
586 static void ctr_paes_exit(struct crypto_skcipher *tfm) in ctr_paes_exit()
614 static int ctr_paes_set_key(struct crypto_skcipher *tfm, const u8 *in_key, in ctr_paes_set_key()
645 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in ctr_paes_crypt()