Home
last modified time | relevance | path

Searched refs:crypto_alg (Results 1 – 13 of 13) sorted by relevance

/include/crypto/
Dalgapi.h58 unsigned int (*ctxsize)(struct crypto_alg *alg, u32 type, u32 mask);
59 unsigned int (*extsize)(struct crypto_alg *alg);
61 void (*show)(struct seq_file *m, struct crypto_alg *alg);
62 int (*report)(struct sk_buff *skb, struct crypto_alg *alg);
72 struct crypto_alg alg;
100 struct crypto_alg *alg;
138 int crypto_register_alg(struct crypto_alg *alg);
139 void crypto_unregister_alg(struct crypto_alg *alg);
140 int crypto_register_algs(struct crypto_alg *algs, int count);
141 void crypto_unregister_algs(struct crypto_alg *algs, int count);
[all …]
Drng.h53 struct crypto_alg base;
99 static inline struct rng_alg *__crypto_rng_alg(struct crypto_alg *alg) in __crypto_rng_alg()
Dacompress.h60 struct crypto_alg base; \
112 struct crypto_alg *alg) in __crypto_comp_alg_common()
Dkpp.h88 struct crypto_alg base;
119 static inline struct kpp_alg *__crypto_kpp_alg(struct crypto_alg *alg) in __crypto_kpp_alg()
Dakcipher.h109 struct crypto_alg base;
142 static inline struct akcipher_alg *__crypto_akcipher_alg(struct crypto_alg *alg) in __crypto_akcipher_alg()
Dhash.h47 struct crypto_alg base; \
341 struct crypto_alg *alg) in __crypto_hash_alg_common()
742 static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) in __crypto_shash_alg()
Daead.h152 struct crypto_alg base;
Dskcipher.h93 struct crypto_alg base; \
/include/linux/
Dcrypto.h343 struct crypto_alg { struct
367 void (*cra_destroy)(struct crypto_alg *alg); argument
431 struct crypto_alg *__crt_alg;
/include/crypto/internal/
Dscompress.h49 static inline struct scomp_alg *__crypto_scomp_alg(struct crypto_alg *alg) in __crypto_scomp_alg()
Dcipher.h200 static inline struct crypto_alg *crypto_spawn_cipher_alg( in crypto_spawn_cipher_alg()
Dhash.h142 static inline struct ahash_alg *__crypto_ahash_alg(struct crypto_alg *alg) in __crypto_ahash_alg()
Dskcipher.h275 static inline struct crypto_alg *skcipher_ialg_simple( in skcipher_ialg_simple()