Home
last modified time | relevance | path

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

/include/crypto/
A Dalgapi.h60 struct crypto_alg alg;
89 struct crypto_alg *alg;
122 int crypto_register_alg(struct crypto_alg *alg);
123 void crypto_unregister_alg(struct crypto_alg *alg);
124 int crypto_register_algs(struct crypto_alg *algs, int count);
125 void crypto_unregister_algs(struct crypto_alg *algs, int count);
127 void crypto_mod_put(struct crypto_alg *alg);
150 const char *driver, struct crypto_alg *alg);
A Drng.h53 struct crypto_alg base;
99 static inline struct rng_alg *__crypto_rng_alg(struct crypto_alg *alg) in __crypto_rng_alg()
A Dsig.h70 struct crypto_alg base;
106 static inline struct sig_alg *__crypto_sig_alg(struct crypto_alg *alg) in __crypto_sig_alg()
A Dkpp.h88 struct crypto_alg base;
119 static inline struct kpp_alg *__crypto_kpp_alg(struct crypto_alg *alg) in __crypto_kpp_alg()
A Dakcipher.h95 struct crypto_alg base;
128 static inline struct akcipher_alg *__crypto_akcipher_alg(struct crypto_alg *alg) in __crypto_akcipher_alg()
A Dhash.h54 struct crypto_alg base; \
368 struct crypto_alg *alg) in __crypto_hash_alg_common()
794 static inline struct shash_alg *__crypto_shash_alg(struct crypto_alg *alg) in __crypto_shash_alg()
A Dacompress.h121 struct crypto_alg base; \
173 struct crypto_alg *alg) in __crypto_comp_alg_common()
A Daead.h152 struct crypto_alg base;
A Dskcipher.h93 struct crypto_alg base; \
/include/linux/
A Dcrypto.h332 struct crypto_alg { struct
356 void (*cra_destroy)(struct crypto_alg *alg); argument
422 struct crypto_alg *__crt_alg;
/include/crypto/internal/
A Dscompress.h51 static inline struct scomp_alg *__crypto_scomp_alg(struct crypto_alg *alg) in __crypto_scomp_alg()
A Dcipher.h200 static inline struct crypto_alg *crypto_spawn_cipher_alg( in crypto_spawn_cipher_alg()
A Dskcipher.h234 static inline struct crypto_alg *skcipher_ialg_simple( in skcipher_ialg_simple()
A Dhash.h175 static inline struct ahash_alg *__crypto_ahash_alg(struct crypto_alg *alg) in __crypto_ahash_alg()

Completed in 31 milliseconds