Lines Matching refs:crypto_ablkcipher
155 struct crypto_ablkcipher;
266 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key,
551 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key,
556 struct crypto_ablkcipher *base;
611 struct crypto_ablkcipher { struct
729 static inline struct crypto_ablkcipher *__crypto_ablkcipher_cast( in __crypto_ablkcipher_cast()
732 return (struct crypto_ablkcipher *)tfm; in __crypto_ablkcipher_cast()
780 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_tfm()
789 static inline void crypto_free_ablkcipher(struct crypto_ablkcipher *tfm) in crypto_free_ablkcipher()
812 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_crt()
827 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_ivsize()
843 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_blocksize()
849 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_alignmask()
854 static inline u32 crypto_ablkcipher_get_flags(struct crypto_ablkcipher *tfm) in crypto_ablkcipher_get_flags()
859 static inline void crypto_ablkcipher_set_flags(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_set_flags()
865 static inline void crypto_ablkcipher_clear_flags(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_clear_flags()
887 static inline int crypto_ablkcipher_setkey(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_setkey()
904 static inline struct crypto_ablkcipher *crypto_ablkcipher_reqtfm( in crypto_ablkcipher_reqtfm()
964 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_reqsize()
978 struct ablkcipher_request *req, struct crypto_ablkcipher *tfm) in ablkcipher_request_set_tfm()
1001 struct crypto_ablkcipher *tfm, gfp_t gfp) in ablkcipher_request_alloc()