Lines Matching refs:crypto_alg
26 struct crypto_alg alg;
27 struct crypto_alg *adult;
46 static inline unsigned int crypto_cipher_ctxsize(struct crypto_alg *alg)
51 static inline unsigned int crypto_compress_ctxsize(struct crypto_alg *alg)
56 struct crypto_alg *crypto_mod_get(struct crypto_alg *alg);
57 struct crypto_alg *crypto_alg_mod_lookup(const char *name, u32 type, u32 mask);
60 void crypto_larval_kill(struct crypto_alg *alg);
63 void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list,
64 struct crypto_alg *nalg);
66 void crypto_shoot_alg(struct crypto_alg *alg);
67 struct crypto_tfm *__crypto_alloc_tfm(struct crypto_alg *alg, u32 type,
69 void *crypto_create_tfm_node(struct crypto_alg *alg,
72 static inline void *crypto_create_tfm(struct crypto_alg *alg,
78 struct crypto_alg *crypto_find_alg(const char *alg_name,
94 unsigned int crypto_alg_extsize(struct crypto_alg *alg);
99 static inline struct crypto_alg *crypto_alg_get(struct crypto_alg *alg)
105 static inline void crypto_alg_put(struct crypto_alg *alg)
121 static inline int crypto_is_larval(struct crypto_alg *alg)
126 static inline int crypto_is_dead(struct crypto_alg *alg)
131 static inline int crypto_is_moribund(struct crypto_alg *alg)