crypto_tfm         32 arch/x86/include/asm/crypto/camellia.h extern int lrw_camellia_setkey(struct crypto_tfm *tfm, const u8 *key,
crypto_tfm         34 arch/x86/include/asm/crypto/camellia.h extern void lrw_camellia_exit_tfm(struct crypto_tfm *tfm);
crypto_tfm         36 arch/x86/include/asm/crypto/camellia.h extern int xts_camellia_setkey(struct crypto_tfm *tfm, const u8 *key,
crypto_tfm         40 arch/x86/include/asm/crypto/serpent-avx.h extern int lrw_serpent_setkey(struct crypto_tfm *tfm, const u8 *key,
crypto_tfm         43 arch/x86/include/asm/crypto/serpent-avx.h extern void lrw_serpent_exit_tfm(struct crypto_tfm *tfm);
crypto_tfm         45 arch/x86/include/asm/crypto/serpent-avx.h extern int xts_serpent_setkey(struct crypto_tfm *tfm, const u8 *key,
crypto_tfm         38 arch/x86/include/asm/crypto/twofish.h extern int lrw_twofish_setkey(struct crypto_tfm *tfm, const u8 *key,
crypto_tfm         41 arch/x86/include/asm/crypto/twofish.h extern void lrw_twofish_exit_tfm(struct crypto_tfm *tfm);
crypto_tfm         43 arch/x86/include/asm/crypto/twofish.h extern int xts_twofish_setkey(struct crypto_tfm *tfm, const u8 *key,
crypto_tfm         25 include/crypto/ablk_helper.h extern void ablk_exit(struct crypto_tfm *tfm);
crypto_tfm         27 include/crypto/ablk_helper.h extern int ablk_init_common(struct crypto_tfm *tfm, const char *drv_name);
crypto_tfm         29 include/crypto/ablk_helper.h extern int ablk_init(struct crypto_tfm *tfm);
crypto_tfm         35 include/crypto/aes.h int crypto_aes_set_key(struct crypto_tfm *tfm, const u8 *in_key,
crypto_tfm         27 include/crypto/algapi.h 	int (*init)(struct crypto_tfm *tfm, u32 type, u32 mask);
crypto_tfm         28 include/crypto/algapi.h 	int (*init_tfm)(struct crypto_tfm *tfm);
crypto_tfm        149 include/crypto/algapi.h struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type,
crypto_tfm        183 include/crypto/algapi.h int crypto_tfm_in_queue(struct crypto_queue *queue, struct crypto_tfm *tfm);
crypto_tfm        209 include/crypto/algapi.h static inline void *crypto_tfm_ctx_aligned(struct crypto_tfm *tfm)
crypto_tfm        216 include/crypto/algapi.h 	struct crypto_tfm *tfm)
crypto_tfm         20 include/crypto/blowfish.h int blowfish_setkey(struct crypto_tfm *tfm, const u8 *key,
crypto_tfm         18 include/crypto/cast5.h int cast5_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
crypto_tfm         19 include/crypto/cast6.h int cast6_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
crypto_tfm         54 include/crypto/compress.h 	struct crypto_tfm base;
crypto_tfm         79 include/crypto/compress.h static inline struct crypto_tfm *crypto_pcomp_tfm(struct crypto_pcomp *tfm)
crypto_tfm        102 include/crypto/hash.h 	struct crypto_tfm base;
crypto_tfm        107 include/crypto/hash.h 	struct crypto_tfm base;
crypto_tfm        110 include/crypto/hash.h static inline struct crypto_ahash *__crypto_ahash_cast(struct crypto_tfm *tfm)
crypto_tfm        118 include/crypto/hash.h static inline struct crypto_tfm *crypto_ahash_tfm(struct crypto_ahash *tfm)
crypto_tfm        266 include/crypto/hash.h static inline struct crypto_tfm *crypto_shash_tfm(struct crypto_shash *tfm)
crypto_tfm         62 include/crypto/internal/aead.h int aead_geniv_init(struct crypto_tfm *tfm);
crypto_tfm         63 include/crypto/internal/aead.h void aead_geniv_exit(struct crypto_tfm *tfm);
crypto_tfm        129 include/crypto/internal/hash.h int crypto_init_shash_ops_async(struct crypto_tfm *tfm);
crypto_tfm        241 include/crypto/internal/hash.h static inline struct crypto_shash *__crypto_shash_cast(struct crypto_tfm *tfm)
crypto_tfm         66 include/crypto/internal/skcipher.h int skcipher_geniv_init(struct crypto_tfm *tfm);
crypto_tfm         67 include/crypto/internal/skcipher.h void skcipher_geniv_exit(struct crypto_tfm *tfm);
crypto_tfm         23 include/crypto/rng.h static inline struct crypto_rng *__crypto_rng_cast(struct crypto_tfm *tfm)
crypto_tfm         38 include/crypto/rng.h static inline struct crypto_tfm *crypto_rng_tfm(struct crypto_rng *tfm)
crypto_tfm         22 include/crypto/serpent.h int serpent_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int keylen);
crypto_tfm         10 include/crypto/twofish.h struct crypto_tfm;
crypto_tfm         22 include/crypto/twofish.h int twofish_setkey(struct crypto_tfm *tfm, const u8 *key, unsigned int key_len);
crypto_tfm        136 include/linux/crypto.h struct crypto_tfm;
crypto_tfm        147 include/linux/crypto.h 	struct crypto_tfm *tfm;
crypto_tfm        198 include/linux/crypto.h 	struct crypto_tfm *tfm;
crypto_tfm        199 include/linux/crypto.h 	void (*crfn)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
crypto_tfm        245 include/linux/crypto.h 	int (*setkey)(struct crypto_tfm *tfm, const u8 *key,
crypto_tfm        264 include/linux/crypto.h 	int (*cia_setkey)(struct crypto_tfm *tfm, const u8 *key,
crypto_tfm        266 include/linux/crypto.h 	void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
crypto_tfm        267 include/linux/crypto.h 	void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
crypto_tfm        271 include/linux/crypto.h 	int (*coa_compress)(struct crypto_tfm *tfm, const u8 *src,
crypto_tfm        273 include/linux/crypto.h 	int (*coa_decompress)(struct crypto_tfm *tfm, const u8 *src,
crypto_tfm        319 include/linux/crypto.h 	int (*cra_init)(struct crypto_tfm *tfm);
crypto_tfm        320 include/linux/crypto.h 	void (*cra_exit)(struct crypto_tfm *tfm);
crypto_tfm        376 include/linux/crypto.h 	int (*setkey)(struct crypto_tfm *tfm, const u8 *key,
crypto_tfm        385 include/linux/crypto.h 	int (*cit_setkey)(struct crypto_tfm *tfm,
crypto_tfm        387 include/linux/crypto.h 	void (*cit_encrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
crypto_tfm        388 include/linux/crypto.h 	void (*cit_decrypt_one)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
crypto_tfm        404 include/linux/crypto.h 	int (*cot_compress)(struct crypto_tfm *tfm,
crypto_tfm        407 include/linux/crypto.h 	int (*cot_decompress)(struct crypto_tfm *tfm,
crypto_tfm        440 include/linux/crypto.h 	void (*exit)(struct crypto_tfm *tfm);
crypto_tfm        448 include/linux/crypto.h 	struct crypto_tfm base;
crypto_tfm        452 include/linux/crypto.h 	struct crypto_tfm base;
crypto_tfm        456 include/linux/crypto.h 	struct crypto_tfm base;
crypto_tfm        460 include/linux/crypto.h 	struct crypto_tfm base;
crypto_tfm        464 include/linux/crypto.h 	struct crypto_tfm base;
crypto_tfm        468 include/linux/crypto.h 	struct crypto_tfm base;
crypto_tfm        472 include/linux/crypto.h 	struct crypto_tfm base;
crypto_tfm        505 include/linux/crypto.h struct crypto_tfm *crypto_alloc_base(const char *alg_name, u32 type, u32 mask);
crypto_tfm        506 include/linux/crypto.h void crypto_destroy_tfm(void *mem, struct crypto_tfm *tfm);
crypto_tfm        508 include/linux/crypto.h static inline void crypto_free_tfm(struct crypto_tfm *tfm)
crypto_tfm        518 include/linux/crypto.h static inline const char *crypto_tfm_alg_name(struct crypto_tfm *tfm)
crypto_tfm        523 include/linux/crypto.h static inline const char *crypto_tfm_alg_driver_name(struct crypto_tfm *tfm)
crypto_tfm        528 include/linux/crypto.h static inline int crypto_tfm_alg_priority(struct crypto_tfm *tfm)
crypto_tfm        533 include/linux/crypto.h static inline u32 crypto_tfm_alg_type(struct crypto_tfm *tfm)
crypto_tfm        538 include/linux/crypto.h static inline unsigned int crypto_tfm_alg_blocksize(struct crypto_tfm *tfm)
crypto_tfm        543 include/linux/crypto.h static inline unsigned int crypto_tfm_alg_alignmask(struct crypto_tfm *tfm)
crypto_tfm        548 include/linux/crypto.h static inline u32 crypto_tfm_get_flags(struct crypto_tfm *tfm)
crypto_tfm        553 include/linux/crypto.h static inline void crypto_tfm_set_flags(struct crypto_tfm *tfm, u32 flags)
crypto_tfm        558 include/linux/crypto.h static inline void crypto_tfm_clear_flags(struct crypto_tfm *tfm, u32 flags)
crypto_tfm        563 include/linux/crypto.h static inline void *crypto_tfm_ctx(struct crypto_tfm *tfm)
crypto_tfm        570 include/linux/crypto.h 	struct crypto_tfm *tfm;
crypto_tfm        578 include/linux/crypto.h 	struct crypto_tfm *tfm)
crypto_tfm        600 include/linux/crypto.h static inline struct crypto_tfm *crypto_ablkcipher_tfm(
crypto_tfm        744 include/linux/crypto.h static inline struct crypto_aead *__crypto_aead_cast(struct crypto_tfm *tfm)
crypto_tfm        751 include/linux/crypto.h static inline struct crypto_tfm *crypto_aead_tfm(struct crypto_aead *tfm)
crypto_tfm        885 include/linux/crypto.h 	struct crypto_tfm *tfm)
crypto_tfm        891 include/linux/crypto.h 	struct crypto_tfm *tfm)
crypto_tfm        907 include/linux/crypto.h static inline struct crypto_tfm *crypto_blkcipher_tfm(
crypto_tfm       1031 include/linux/crypto.h static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm)
crypto_tfm       1036 include/linux/crypto.h static inline struct crypto_cipher *crypto_cipher_cast(struct crypto_tfm *tfm)
crypto_tfm       1052 include/linux/crypto.h static inline struct crypto_tfm *crypto_cipher_tfm(struct crypto_cipher *tfm)
crypto_tfm       1124 include/linux/crypto.h static inline struct crypto_hash *__crypto_hash_cast(struct crypto_tfm *tfm)
crypto_tfm       1129 include/linux/crypto.h static inline struct crypto_hash *crypto_hash_cast(struct crypto_tfm *tfm)
crypto_tfm       1147 include/linux/crypto.h static inline struct crypto_tfm *crypto_hash_tfm(struct crypto_hash *tfm)
crypto_tfm       1232 include/linux/crypto.h static inline struct crypto_comp *__crypto_comp_cast(struct crypto_tfm *tfm)
crypto_tfm       1237 include/linux/crypto.h static inline struct crypto_comp *crypto_comp_cast(struct crypto_tfm *tfm)
crypto_tfm       1254 include/linux/crypto.h static inline struct crypto_tfm *crypto_comp_tfm(struct crypto_comp *tfm)