Lines Matching refs:crypto_alg
27 struct crypto_alg alg;
28 struct crypto_alg *adult;
62 static inline unsigned int crypto_cipher_ctxsize(struct crypto_alg *alg) in crypto_cipher_ctxsize()
67 static inline unsigned int crypto_compress_ctxsize(struct crypto_alg *alg) in crypto_compress_ctxsize()
72 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg);
73 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask);
76 void crypto_larval_kill(struct crypto_alg *alg);
80 void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list,
81 struct crypto_alg *nalg);
83 void crypto_shoot_alg(struct crypto_alg *alg);
84 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
86 void *crypto_create_tfm_node(struct crypto_alg *alg,
89 static inline void *crypto_create_tfm(struct crypto_alg *alg, in crypto_create_tfm()
95 struct crypto_alg *crypto_find_alg(const char *alg_name,
111 unsigned int crypto_alg_extsize(struct crypto_alg *alg);
116 static inline struct crypto_alg *crypto_alg_get(struct crypto_alg *alg) in crypto_alg_get()
122 static inline void crypto_alg_put(struct crypto_alg *alg) in crypto_alg_put()
138 static inline int crypto_is_larval(struct crypto_alg *alg) in crypto_is_larval()
143 static inline int crypto_is_dead(struct crypto_alg *alg) in crypto_is_dead()
148 static inline int crypto_is_moribund(struct crypto_alg *alg) in crypto_is_moribund()