Searched refs:crypto_alg (Results 1 – 7 of 7) sorted by relevance
/include/crypto/ |
D | algapi.h | 25 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask); 26 unsigned int (*extsize)(struct crypto_alg *alg); 29 void (*show)(struct seq_file *m, struct crypto_alg *alg); 30 int (*report)(struct sk_buff *skb, struct crypto_alg *alg); 31 struct crypto_alg *(*lookup)(const char *name, u32 type, u32 mask); 40 struct crypto_alg alg; 62 struct crypto_alg *alg; 132 void crypto_mod_put(struct crypto_alg *alg); 140 int crypto_unregister_instance(struct crypto_alg *alg); 142 int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg, [all …]
|
D | compress.h | 73 struct crypto_alg base; 89 static inline struct pcomp_alg *__crypto_pcomp_alg(struct crypto_alg *alg) in __crypto_pcomp_alg()
|
D | hash.h | 24 struct crypto_alg base; 82 struct crypto_alg base; 130 struct crypto_alg *alg) in __crypto_hash_alg_common() 282 static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) in __crypto_shash_alg()
|
/include/crypto/internal/ |
D | skcipher.h | 37 struct crypto_alg *crypto_lookup_skcipher(const char *name, u32 type, u32 mask); 44 static inline struct crypto_alg *crypto_skcipher_spawn_alg( in crypto_skcipher_spawn_alg() 60 const char *crypto_default_geniv(const struct crypto_alg *alg);
|
D | aead.h | 34 struct crypto_alg *crypto_lookup_aead(const char *name, u32 type, u32 mask); 44 static inline struct crypto_alg *crypto_aead_spawn_alg( in crypto_aead_spawn_alg()
|
D | hash.h | 114 static inline struct ahash_alg *__crypto_ahash_alg(struct crypto_alg *alg) in __crypto_ahash_alg() 145 return sizeof(struct ahash_alg) - sizeof(struct crypto_alg); in ahash_instance_headroom() 149 const char *name, struct crypto_alg *alg) in ahash_alloc_instance() 202 const char *name, struct crypto_alg *alg) in shash_alloc_instance()
|
/include/linux/ |
D | crypto.h | 280 struct crypto_alg { struct 308 void (*cra_destroy)(struct crypto_alg *alg); argument 316 int crypto_register_alg(struct crypto_alg *alg); argument 317 int crypto_unregister_alg(struct crypto_alg *alg); 318 int crypto_register_algs(struct crypto_alg *algs, int count); 319 int crypto_unregister_algs(struct crypto_alg *algs, int count); 429 struct crypto_alg *__crt_alg;
|