Lines Matching refs:crypto_blkcipher

144 struct crypto_blkcipher;
180 struct crypto_blkcipher *tfm;
783 struct crypto_blkcipher { struct
1296 static inline struct crypto_blkcipher *__crypto_blkcipher_cast( in __crypto_blkcipher_cast()
1299 return (struct crypto_blkcipher *)tfm; in __crypto_blkcipher_cast()
1302 static inline struct crypto_blkcipher *crypto_blkcipher_cast( in crypto_blkcipher_cast()
1323 static inline struct crypto_blkcipher *crypto_alloc_blkcipher( in crypto_alloc_blkcipher()
1334 struct crypto_blkcipher *tfm) in crypto_blkcipher_tfm()
1343 static inline void crypto_free_blkcipher(struct crypto_blkcipher *tfm) in crypto_free_blkcipher()
1373 static inline const char *crypto_blkcipher_name(struct crypto_blkcipher *tfm) in crypto_blkcipher_name()
1379 struct crypto_blkcipher *tfm) in crypto_blkcipher_crt()
1385 struct crypto_blkcipher *tfm) in crypto_blkcipher_alg()
1399 static inline unsigned int crypto_blkcipher_ivsize(struct crypto_blkcipher *tfm) in crypto_blkcipher_ivsize()
1415 struct crypto_blkcipher *tfm) in crypto_blkcipher_blocksize()
1421 struct crypto_blkcipher *tfm) in crypto_blkcipher_alignmask()
1426 static inline u32 crypto_blkcipher_get_flags(struct crypto_blkcipher *tfm) in crypto_blkcipher_get_flags()
1431 static inline void crypto_blkcipher_set_flags(struct crypto_blkcipher *tfm, in crypto_blkcipher_set_flags()
1437 static inline void crypto_blkcipher_clear_flags(struct crypto_blkcipher *tfm, in crypto_blkcipher_clear_flags()
1459 static inline int crypto_blkcipher_setkey(struct crypto_blkcipher *tfm, in crypto_blkcipher_setkey()
1579 static inline void crypto_blkcipher_set_iv(struct crypto_blkcipher *tfm, in crypto_blkcipher_set_iv()
1595 static inline void crypto_blkcipher_get_iv(struct crypto_blkcipher *tfm, in crypto_blkcipher_get_iv()