crypto_alg         25 include/crypto/algapi.h 	unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask);
crypto_alg         26 include/crypto/algapi.h 	unsigned int (*extsize)(struct crypto_alg *alg);
crypto_alg         29 include/crypto/algapi.h 	void (*show)(struct seq_file *m, struct crypto_alg *alg);
crypto_alg         30 include/crypto/algapi.h 	int (*report)(struct sk_buff *skb, struct crypto_alg *alg);
crypto_alg         31 include/crypto/algapi.h 	struct crypto_alg *(*lookup)(const char *name, u32 type, u32 mask);
crypto_alg         40 include/crypto/algapi.h 	struct crypto_alg alg;
crypto_alg         62 include/crypto/algapi.h 	struct crypto_alg *alg;
crypto_alg        132 include/crypto/algapi.h void crypto_mod_put(struct crypto_alg *alg);
crypto_alg        140 include/crypto/algapi.h int crypto_unregister_instance(struct crypto_alg *alg);
crypto_alg        142 include/crypto/algapi.h int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg,
crypto_alg        144 include/crypto/algapi.h int crypto_init_spawn2(struct crypto_spawn *spawn, struct crypto_alg *alg,
crypto_alg        162 include/crypto/algapi.h struct crypto_alg *crypto_attr_alg2(struct rtattr *rta,
crypto_alg        166 include/crypto/algapi.h static inline struct crypto_alg *crypto_attr_alg(struct rtattr *rta,
crypto_alg        173 include/crypto/algapi.h void *crypto_alloc_instance2(const char *name, struct crypto_alg *alg,
crypto_alg        176 include/crypto/algapi.h 					      struct crypto_alg *alg);
crypto_alg        381 include/crypto/algapi.h static inline struct crypto_alg *crypto_get_attr_alg(struct rtattr **tb,
crypto_alg         73 include/crypto/compress.h 	struct crypto_alg base;
crypto_alg         89 include/crypto/compress.h static inline struct pcomp_alg *__crypto_pcomp_alg(struct crypto_alg *alg)
crypto_alg         24 include/crypto/hash.h 	struct crypto_alg base;
crypto_alg         87 include/crypto/hash.h 	struct crypto_alg base;
crypto_alg        135 include/crypto/hash.h 	struct crypto_alg *alg)
crypto_alg        287 include/crypto/hash.h static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg)
crypto_alg         34 include/crypto/internal/aead.h struct crypto_alg *crypto_lookup_aead(const char *name, u32 type, u32 mask);
crypto_alg         44 include/crypto/internal/aead.h static inline struct crypto_alg *crypto_aead_spawn_alg(
crypto_alg        136 include/crypto/internal/hash.h static inline struct ahash_alg *__crypto_ahash_alg(struct crypto_alg *alg)
crypto_alg        167 include/crypto/internal/hash.h 	return sizeof(struct ahash_alg) - sizeof(struct crypto_alg);
crypto_alg        171 include/crypto/internal/hash.h 	const char *name, struct crypto_alg *alg)
crypto_alg        224 include/crypto/internal/hash.h 	const char *name, struct crypto_alg *alg)
crypto_alg         37 include/crypto/internal/skcipher.h struct crypto_alg *crypto_lookup_skcipher(const char *name, u32 type, u32 mask);
crypto_alg         44 include/crypto/internal/skcipher.h static inline struct crypto_alg *crypto_skcipher_spawn_alg(
crypto_alg         60 include/crypto/internal/skcipher.h const char *crypto_default_geniv(const struct crypto_alg *alg);
crypto_alg        321 include/linux/crypto.h 	void (*cra_destroy)(struct crypto_alg *alg);
crypto_alg        329 include/linux/crypto.h int crypto_register_alg(struct crypto_alg *alg);
crypto_alg        330 include/linux/crypto.h int crypto_unregister_alg(struct crypto_alg *alg);
crypto_alg        331 include/linux/crypto.h int crypto_register_algs(struct crypto_alg *algs, int count);
crypto_alg        332 include/linux/crypto.h int crypto_unregister_algs(struct crypto_alg *algs, int count);
crypto_alg        442 include/linux/crypto.h 	struct crypto_alg *__crt_alg;