Searched refs:crypto_cipher (Results 1 – 4 of 4) sorted by relevance
57 struct crypto_cipher *child;
277 static inline struct crypto_cipher *crypto_spawn_cipher( in crypto_spawn_cipher()286 static inline struct cipher_alg *crypto_cipher_alg(struct crypto_cipher *tfm) in crypto_cipher_alg()
446 struct crypto_cipher { struct1018 static inline struct crypto_cipher *__crypto_cipher_cast(struct crypto_tfm *tfm) in __crypto_cipher_cast()1020 return (struct crypto_cipher *)tfm; in __crypto_cipher_cast()1023 static inline struct crypto_cipher *crypto_cipher_cast(struct crypto_tfm *tfm) in crypto_cipher_cast()1029 static inline struct crypto_cipher *crypto_alloc_cipher(const char *alg_name, in crypto_alloc_cipher()1039 static inline struct crypto_tfm *crypto_cipher_tfm(struct crypto_cipher *tfm) in crypto_cipher_tfm()1044 static inline void crypto_free_cipher(struct crypto_cipher *tfm) in crypto_free_cipher()1058 static inline struct cipher_tfm *crypto_cipher_crt(struct crypto_cipher *tfm) in crypto_cipher_crt()1063 static inline unsigned int crypto_cipher_blocksize(struct crypto_cipher *tfm) in crypto_cipher_blocksize()1068 static inline unsigned int crypto_cipher_alignmask(struct crypto_cipher *tfm) in crypto_cipher_alignmask()[all …]
1325 struct crypto_cipher __rcu *tfm;