Lines Matching refs:crypto_blkcipher

157 struct crypto_blkcipher;
194 struct crypto_blkcipher *tfm;
615 struct crypto_blkcipher { struct
1114 static inline struct crypto_blkcipher *__crypto_blkcipher_cast( in __crypto_blkcipher_cast()
1117 return (struct crypto_blkcipher *)tfm; in __crypto_blkcipher_cast()
1120 static inline struct crypto_blkcipher *crypto_blkcipher_cast( in crypto_blkcipher_cast()
1141 static inline struct crypto_blkcipher *crypto_alloc_blkcipher( in crypto_alloc_blkcipher()
1152 struct crypto_blkcipher *tfm) in crypto_blkcipher_tfm()
1161 static inline void crypto_free_blkcipher(struct crypto_blkcipher *tfm) in crypto_free_blkcipher()
1191 static inline const char *crypto_blkcipher_name(struct crypto_blkcipher *tfm) in crypto_blkcipher_name()
1197 struct crypto_blkcipher *tfm) in crypto_blkcipher_crt()
1203 struct crypto_blkcipher *tfm) in crypto_blkcipher_alg()
1217 static inline unsigned int crypto_blkcipher_ivsize(struct crypto_blkcipher *tfm) in crypto_blkcipher_ivsize()
1233 struct crypto_blkcipher *tfm) in crypto_blkcipher_blocksize()
1239 struct crypto_blkcipher *tfm) in crypto_blkcipher_alignmask()
1244 static inline u32 crypto_blkcipher_get_flags(struct crypto_blkcipher *tfm) in crypto_blkcipher_get_flags()
1249 static inline void crypto_blkcipher_set_flags(struct crypto_blkcipher *tfm, in crypto_blkcipher_set_flags()
1255 static inline void crypto_blkcipher_clear_flags(struct crypto_blkcipher *tfm, in crypto_blkcipher_clear_flags()
1277 static inline int crypto_blkcipher_setkey(struct crypto_blkcipher *tfm, in crypto_blkcipher_setkey()
1397 static inline void crypto_blkcipher_set_iv(struct crypto_blkcipher *tfm, in crypto_blkcipher_set_iv()
1413 static inline void crypto_blkcipher_get_iv(struct crypto_blkcipher *tfm, in crypto_blkcipher_get_iv()