Lines Matching refs:crypto_skcipher

450 	struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);  in skcipher_walk_skcipher()
570 static void skcipher_set_needkey(struct crypto_skcipher *tfm) in skcipher_set_needkey()
576 static int skcipher_setkey_unaligned(struct crypto_skcipher *tfm, in skcipher_setkey_unaligned()
597 int crypto_skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, in crypto_skcipher_setkey()
636 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_skcipher_encrypt()
649 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_skcipher_decrypt()
662 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_lskcipher_export()
675 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_lskcipher_import()
698 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_skcipher_export()
709 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_skcipher_import()
720 struct crypto_skcipher *skcipher = __crypto_skcipher_cast(tfm); in crypto_skcipher_exit_tfm()
728 struct crypto_skcipher *skcipher = __crypto_skcipher_cast(tfm); in crypto_skcipher_init_tfm()
821 .tfmsize = offsetof(struct crypto_skcipher, base),
833 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher()
843 struct crypto_skcipher *tfm; in crypto_alloc_sync_skcipher()
978 static int skcipher_setkey_simple(struct crypto_skcipher *tfm, const u8 *key, in skcipher_setkey_simple()
989 static int skcipher_init_tfm_simple(struct crypto_skcipher *tfm) in skcipher_init_tfm_simple()
1004 static void skcipher_exit_tfm_simple(struct crypto_skcipher *tfm) in skcipher_exit_tfm_simple()