Lines Matching refs:crypto_skcipher

451 	struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req);  in skcipher_walk_skcipher()
592 static void skcipher_set_needkey(struct crypto_skcipher *tfm) in skcipher_set_needkey()
598 static int skcipher_setkey_blkcipher(struct crypto_skcipher *tfm, in skcipher_setkey_blkcipher()
626 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_crypt_blkcipher()
640 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_encrypt_blkcipher()
649 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_decrypt_blkcipher()
666 struct crypto_skcipher *skcipher = __crypto_skcipher_cast(tfm); in crypto_init_skcipher_ops_blkcipher()
697 static int skcipher_setkey_ablkcipher(struct crypto_skcipher *tfm, in skcipher_setkey_ablkcipher()
724 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in skcipher_crypt_ablkcipher()
739 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_encrypt_ablkcipher()
748 struct crypto_skcipher *skcipher = crypto_skcipher_reqtfm(req); in skcipher_decrypt_ablkcipher()
765 struct crypto_skcipher *skcipher = __crypto_skcipher_cast(tfm); in crypto_init_skcipher_ops_ablkcipher()
797 static int skcipher_setkey_unaligned(struct crypto_skcipher *tfm, in skcipher_setkey_unaligned()
818 static int skcipher_setkey(struct crypto_skcipher *tfm, const u8 *key, in skcipher_setkey()
846 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_skcipher_encrypt()
863 struct crypto_skcipher *tfm = crypto_skcipher_reqtfm(req); in crypto_skcipher_decrypt()
880 struct crypto_skcipher *skcipher = __crypto_skcipher_cast(tfm); in crypto_skcipher_exit_tfm()
888 struct crypto_skcipher *skcipher = __crypto_skcipher_cast(tfm); in crypto_skcipher_init_tfm()
978 .tfmsize = offsetof(struct crypto_skcipher, base),
989 struct crypto_skcipher *crypto_alloc_skcipher(const char *alg_name, in crypto_alloc_skcipher()
999 struct crypto_skcipher *tfm; in crypto_alloc_sync_skcipher()
1108 static int skcipher_setkey_simple(struct crypto_skcipher *tfm, const u8 *key, in skcipher_setkey_simple()
1123 static int skcipher_init_tfm_simple(struct crypto_skcipher *tfm) in skcipher_init_tfm_simple()
1138 static void skcipher_exit_tfm_simple(struct crypto_skcipher *tfm) in skcipher_exit_tfm_simple()