Lines Matching refs:crypto_blkcipher
139 struct crypto_blkcipher;
205 struct crypto_blkcipher *tfm;
701 struct crypto_blkcipher { struct
1620 static inline struct crypto_blkcipher *__crypto_blkcipher_cast( in __crypto_blkcipher_cast()
1623 return (struct crypto_blkcipher *)tfm; in __crypto_blkcipher_cast()
1626 static inline struct crypto_blkcipher *crypto_blkcipher_cast( in crypto_blkcipher_cast()
1647 static inline struct crypto_blkcipher *crypto_alloc_blkcipher( in crypto_alloc_blkcipher()
1658 struct crypto_blkcipher *tfm) in crypto_blkcipher_tfm()
1667 static inline void crypto_free_blkcipher(struct crypto_blkcipher *tfm) in crypto_free_blkcipher()
1697 static inline const char *crypto_blkcipher_name(struct crypto_blkcipher *tfm) in crypto_blkcipher_name()
1703 struct crypto_blkcipher *tfm) in crypto_blkcipher_crt()
1709 struct crypto_blkcipher *tfm) in crypto_blkcipher_alg()
1723 static inline unsigned int crypto_blkcipher_ivsize(struct crypto_blkcipher *tfm) in crypto_blkcipher_ivsize()
1739 struct crypto_blkcipher *tfm) in crypto_blkcipher_blocksize()
1745 struct crypto_blkcipher *tfm) in crypto_blkcipher_alignmask()
1750 static inline u32 crypto_blkcipher_get_flags(struct crypto_blkcipher *tfm) in crypto_blkcipher_get_flags()
1755 static inline void crypto_blkcipher_set_flags(struct crypto_blkcipher *tfm, in crypto_blkcipher_set_flags()
1761 static inline void crypto_blkcipher_clear_flags(struct crypto_blkcipher *tfm, in crypto_blkcipher_clear_flags()
1783 static inline int crypto_blkcipher_setkey(struct crypto_blkcipher *tfm, in crypto_blkcipher_setkey()
1903 static inline void crypto_blkcipher_set_iv(struct crypto_blkcipher *tfm, in crypto_blkcipher_set_iv()
1919 static inline void crypto_blkcipher_get_iv(struct crypto_blkcipher *tfm, in crypto_blkcipher_get_iv()