Lines Matching refs:crypto_ablkcipher
137 struct crypto_ablkcipher;
254 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key,
492 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key,
499 struct crypto_ablkcipher *base;
568 struct crypto_ablkcipher { struct
690 static inline struct crypto_ablkcipher *__crypto_ablkcipher_cast( in __crypto_ablkcipher_cast()
693 return (struct crypto_ablkcipher *)tfm; in __crypto_ablkcipher_cast()
754 struct crypto_ablkcipher *crypto_alloc_ablkcipher(const char *alg_name,
758 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_tfm()
767 static inline void crypto_free_ablkcipher(struct crypto_ablkcipher *tfm) in crypto_free_ablkcipher()
790 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_crt()
805 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_ivsize()
821 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_blocksize()
827 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_alignmask()
832 static inline u32 crypto_ablkcipher_get_flags(struct crypto_ablkcipher *tfm) in crypto_ablkcipher_get_flags()
837 static inline void crypto_ablkcipher_set_flags(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_set_flags()
843 static inline void crypto_ablkcipher_clear_flags(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_clear_flags()
865 static inline int crypto_ablkcipher_setkey(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_setkey()
882 static inline struct crypto_ablkcipher *crypto_ablkcipher_reqtfm( in crypto_ablkcipher_reqtfm()
942 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_reqsize()
956 struct ablkcipher_request *req, struct crypto_ablkcipher *tfm) in ablkcipher_request_set_tfm()
980 struct crypto_ablkcipher *tfm, gfp_t gfp) in ablkcipher_request_alloc()