Lines Matching refs:crypto_blkcipher
139 struct crypto_blkcipher;
177 struct crypto_blkcipher *tfm;
572 struct crypto_blkcipher { struct
1093 static inline struct crypto_blkcipher *__crypto_blkcipher_cast( in __crypto_blkcipher_cast()
1096 return (struct crypto_blkcipher *)tfm; in __crypto_blkcipher_cast()
1099 static inline struct crypto_blkcipher *crypto_blkcipher_cast( in crypto_blkcipher_cast()
1120 static inline struct crypto_blkcipher *crypto_alloc_blkcipher( in crypto_alloc_blkcipher()
1131 struct crypto_blkcipher *tfm) in crypto_blkcipher_tfm()
1140 static inline void crypto_free_blkcipher(struct crypto_blkcipher *tfm) in crypto_free_blkcipher()
1170 static inline const char *crypto_blkcipher_name(struct crypto_blkcipher *tfm) in crypto_blkcipher_name()
1176 struct crypto_blkcipher *tfm) in crypto_blkcipher_crt()
1182 struct crypto_blkcipher *tfm) in crypto_blkcipher_alg()
1196 static inline unsigned int crypto_blkcipher_ivsize(struct crypto_blkcipher *tfm) in crypto_blkcipher_ivsize()
1212 struct crypto_blkcipher *tfm) in crypto_blkcipher_blocksize()
1218 struct crypto_blkcipher *tfm) in crypto_blkcipher_alignmask()
1223 static inline u32 crypto_blkcipher_get_flags(struct crypto_blkcipher *tfm) in crypto_blkcipher_get_flags()
1228 static inline void crypto_blkcipher_set_flags(struct crypto_blkcipher *tfm, in crypto_blkcipher_set_flags()
1234 static inline void crypto_blkcipher_clear_flags(struct crypto_blkcipher *tfm, in crypto_blkcipher_clear_flags()
1256 static inline int crypto_blkcipher_setkey(struct crypto_blkcipher *tfm, in crypto_blkcipher_setkey()
1376 static inline void crypto_blkcipher_set_iv(struct crypto_blkcipher *tfm, in crypto_blkcipher_set_iv()
1392 static inline void crypto_blkcipher_get_iv(struct crypto_blkcipher *tfm, in crypto_blkcipher_get_iv()