Searched refs:crypto_alg (Results 1 – 14 of 14) sorted by relevance
60 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);
53 struct crypto_alg base;99 static inline struct rng_alg *__crypto_rng_alg(struct crypto_alg *alg) in __crypto_rng_alg()
70 struct crypto_alg base;106 static inline struct sig_alg *__crypto_sig_alg(struct crypto_alg *alg) in __crypto_sig_alg()
88 struct crypto_alg base;119 static inline struct kpp_alg *__crypto_kpp_alg(struct crypto_alg *alg) in __crypto_kpp_alg()
95 struct crypto_alg base;128 static inline struct akcipher_alg *__crypto_akcipher_alg(struct crypto_alg *alg) in __crypto_akcipher_alg()
54 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()
121 struct crypto_alg base; \173 struct crypto_alg *alg) in __crypto_comp_alg_common()
152 struct crypto_alg base;
93 struct crypto_alg base; \
332 struct crypto_alg { struct356 void (*cra_destroy)(struct crypto_alg *alg); argument422 struct crypto_alg *__crt_alg;
51 static inline struct scomp_alg *__crypto_scomp_alg(struct crypto_alg *alg) in __crypto_scomp_alg()
200 static inline struct crypto_alg *crypto_spawn_cipher_alg( in crypto_spawn_cipher_alg()
234 static inline struct crypto_alg *skcipher_ialg_simple( in skcipher_ialg_simple()
175 static inline struct ahash_alg *__crypto_ahash_alg(struct crypto_alg *alg) in __crypto_ahash_alg()
Completed in 31 milliseconds