Searched refs:crypto_alg (Results 1 – 5 of 5) sorted by relevance
/include/crypto/ |
D | algapi.h | 24 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask); 25 unsigned int (*extsize)(struct crypto_alg *alg, 30 void (*show)(struct seq_file *m, struct crypto_alg *alg); 31 struct crypto_alg *(*lookup)(const char *name, u32 type, u32 mask); 40 struct crypto_alg alg; 61 struct crypto_alg *alg; 111 void crypto_mod_put(struct crypto_alg *alg); 117 int crypto_init_spawn(struct crypto_spawn *spawn, struct crypto_alg *alg, 132 struct crypto_alg *crypto_attr_alg(struct rtattr *rta, u32 type, u32 mask); 135 struct crypto_alg *alg); [all …]
|
D | hash.h | 41 struct crypto_alg base; 234 static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) in __crypto_shash_alg()
|
/include/crypto/internal/ |
D | skcipher.h | 42 static inline struct crypto_alg *crypto_skcipher_spawn_alg( in crypto_skcipher_spawn_alg() 58 const char *crypto_default_geniv(const struct crypto_alg *alg);
|
D | aead.h | 42 static inline struct crypto_alg *crypto_aead_spawn_alg( in crypto_aead_spawn_alg()
|
/include/linux/ |
D | crypto.h | 324 struct crypto_alg { struct 355 void (*cra_destroy)(struct crypto_alg *alg); argument 363 int crypto_register_alg(struct crypto_alg *alg); argument 364 int crypto_unregister_alg(struct crypto_alg *alg); 488 struct crypto_alg *__crt_alg;
|