Lines Matching refs:crypto_ablkcipher

136 struct crypto_ablkcipher;
282 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key,
592 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key,
599 struct crypto_ablkcipher *base;
693 struct crypto_ablkcipher { struct
823 static inline struct crypto_ablkcipher *__crypto_ablkcipher_cast( in __crypto_ablkcipher_cast()
826 return (struct crypto_ablkcipher *)tfm; in __crypto_ablkcipher_cast()
887 struct crypto_ablkcipher *crypto_alloc_ablkcipher(const char *alg_name,
891 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_tfm()
900 static inline void crypto_free_ablkcipher(struct crypto_ablkcipher *tfm) in crypto_free_ablkcipher()
923 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_crt()
938 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_ivsize()
954 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_blocksize()
960 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_alignmask()
965 static inline u32 crypto_ablkcipher_get_flags(struct crypto_ablkcipher *tfm) in crypto_ablkcipher_get_flags()
970 static inline void crypto_ablkcipher_set_flags(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_set_flags()
976 static inline void crypto_ablkcipher_clear_flags(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_clear_flags()
998 static inline int crypto_ablkcipher_setkey(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_setkey()
1015 static inline struct crypto_ablkcipher *crypto_ablkcipher_reqtfm( in crypto_ablkcipher_reqtfm()
1075 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_reqsize()
1089 struct ablkcipher_request *req, struct crypto_ablkcipher *tfm) in ablkcipher_request_set_tfm()
1113 struct crypto_ablkcipher *tfm, gfp_t gfp) in ablkcipher_request_alloc()