crypto_cipher     277 include/crypto/algapi.h static inline struct crypto_cipher *crypto_spawn_cipher(
crypto_cipher     286 include/crypto/algapi.h static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm)
crypto_cipher      57 include/crypto/vmac.h 	struct crypto_cipher *child;
crypto_cipher    1031 include/linux/crypto.h static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm)
crypto_cipher    1033 include/linux/crypto.h 	return (struct crypto_cipher *)tfm;
crypto_cipher    1036 include/linux/crypto.h static inline struct crypto_cipher *crypto_cipher_cast(struct crypto_tfm *tfm)
crypto_cipher    1042 include/linux/crypto.h static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name,
crypto_cipher    1052 include/linux/crypto.h static inline struct crypto_tfm *crypto_cipher_tfm(struct crypto_cipher *tfm)
crypto_cipher    1057 include/linux/crypto.h static inline void crypto_free_cipher(struct crypto_cipher *tfm)
crypto_cipher    1071 include/linux/crypto.h static inline struct cipher_tfm *crypto_cipher_crt(struct crypto_cipher *tfm)
crypto_cipher    1076 include/linux/crypto.h static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm)
crypto_cipher    1081 include/linux/crypto.h static inline unsigned int crypto_cipher_alignmask(struct crypto_cipher *tfm)
crypto_cipher    1086 include/linux/crypto.h static inline u32 crypto_cipher_get_flags(struct crypto_cipher *tfm)
crypto_cipher    1091 include/linux/crypto.h static inline void crypto_cipher_set_flags(struct crypto_cipher *tfm,
crypto_cipher    1097 include/linux/crypto.h static inline void crypto_cipher_clear_flags(struct crypto_cipher *tfm,
crypto_cipher    1103 include/linux/crypto.h static inline int crypto_cipher_setkey(struct crypto_cipher *tfm,
crypto_cipher    1110 include/linux/crypto.h static inline void crypto_cipher_encrypt_one(struct crypto_cipher *tfm,
crypto_cipher    1117 include/linux/crypto.h static inline void crypto_cipher_decrypt_one(struct crypto_cipher *tfm,
crypto_cipher    1364 include/net/tcp.h 	struct crypto_cipher	*tfm;