Lines Matching refs:crypto_ablkcipher

142 struct crypto_ablkcipher;
233 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key,
719 int (*setkey)(struct crypto_ablkcipher *tfm, const u8 *key,
724 struct crypto_ablkcipher *base;
779 struct crypto_ablkcipher { struct
897 static inline struct crypto_ablkcipher *__crypto_ablkcipher_cast( in __crypto_ablkcipher_cast()
900 return (struct crypto_ablkcipher *)tfm; in __crypto_ablkcipher_cast()
948 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_tfm()
957 static inline void crypto_free_ablkcipher(struct crypto_ablkcipher *tfm) in crypto_free_ablkcipher()
980 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_crt()
995 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_ivsize()
1011 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_blocksize()
1017 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_alignmask()
1022 static inline u32 crypto_ablkcipher_get_flags(struct crypto_ablkcipher *tfm) in crypto_ablkcipher_get_flags()
1027 static inline void crypto_ablkcipher_set_flags(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_set_flags()
1033 static inline void crypto_ablkcipher_clear_flags(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_clear_flags()
1055 static inline int crypto_ablkcipher_setkey(struct crypto_ablkcipher *tfm, in crypto_ablkcipher_setkey()
1072 static inline struct crypto_ablkcipher *crypto_ablkcipher_reqtfm( in crypto_ablkcipher_reqtfm()
1146 struct crypto_ablkcipher *tfm) in crypto_ablkcipher_reqsize()
1160 struct ablkcipher_request *req, struct crypto_ablkcipher *tfm) in ablkcipher_request_set_tfm()
1183 struct crypto_ablkcipher *tfm, gfp_t gfp) in ablkcipher_request_alloc()