Searched refs:crypto_cipher (Results 1 – 3 of 3) sorted by relevance
787 struct crypto_cipher { struct1618 static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm) in __crypto_cipher_cast()1620 return (struct crypto_cipher *)tfm; in __crypto_cipher_cast()1623 static inline struct crypto_cipher *crypto_cipher_cast(struct crypto_tfm *tfm) in crypto_cipher_cast()1643 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher()1653 static inline struct crypto_tfm *crypto_cipher_tfm(struct crypto_cipher *tfm) in crypto_cipher_tfm()1662 static inline void crypto_free_cipher(struct crypto_cipher *tfm) in crypto_free_cipher()1686 static inline struct cipher_tfm *crypto_cipher_crt(struct crypto_cipher *tfm) in crypto_cipher_crt()1701 static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm) in crypto_cipher_blocksize()1706 static inline unsigned int crypto_cipher_alignmask(struct crypto_cipher *tfm) in crypto_cipher_alignmask()[all …]
240 struct crypto_cipher *cipher; /* underlying block cipher */242 static inline struct crypto_cipher *
308 static inline struct crypto_cipher *crypto_spawn_cipher( in crypto_spawn_cipher()317 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) in crypto_cipher_alg()