Lines Matching refs:crypto_alg
29 struct crypto_alg alg;
30 struct crypto_alg *adult;
87 static inline unsigned int crypto_cipher_ctxsize(struct crypto_alg *alg) in crypto_cipher_ctxsize()
92 static inline unsigned int crypto_compress_ctxsize(struct crypto_alg *alg) in crypto_compress_ctxsize()
97 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg);
98 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask);
104 void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list,
105 struct crypto_alg *nalg);
107 void crypto_shoot_alg(struct crypto_alg *alg);
108 struct crypto_tfm *__crypto_alloc_tfmgfp(struct crypto_alg *alg, u32 type,
110 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
112 void *crypto_create_tfm_node(struct crypto_alg *alg,
117 static inline void *crypto_create_tfm(struct crypto_alg *alg, in crypto_create_tfm()
123 struct crypto_alg *crypto_find_alg(const char *alg_name,
139 unsigned int crypto_alg_extsize(struct crypto_alg *alg);
144 static inline struct crypto_alg *crypto_alg_get(struct crypto_alg *alg) in crypto_alg_get()
150 static inline void crypto_alg_put(struct crypto_alg *alg) in crypto_alg_put()
166 static inline int crypto_is_larval(struct crypto_alg *alg) in crypto_is_larval()
171 static inline int crypto_is_dead(struct crypto_alg *alg) in crypto_is_dead()
176 static inline int crypto_is_moribund(struct crypto_alg *alg) in crypto_is_moribund()