Lines Matching refs:crypto_alg

32 static int crypto_check_alg(struct crypto_alg *alg)
82 static void crypto_destroy_instance(struct crypto_alg *alg)
101 static struct list_head *crypto_more_spawns(struct crypto_alg *alg,
151 void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list,
152 struct crypto_alg *nalg)
231 static struct crypto_larval *__crypto_register_alg(struct crypto_alg *alg)
233 struct crypto_alg *q;
299 struct crypto_alg *alg;
300 struct crypto_alg *q;
395 struct crypto_alg *alg;
396 struct crypto_alg *n;
425 int crypto_register_alg(struct crypto_alg *alg)
447 static int crypto_remove_alg(struct crypto_alg *alg, struct list_head *list)
460 void crypto_unregister_alg(struct crypto_alg *alg)
482 int crypto_register_algs(struct crypto_alg *algs, int count)
502 void crypto_unregister_algs(struct crypto_alg *algs, int count)
687 struct crypto_alg *alg;
734 static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn)
736 struct crypto_alg *alg = ERR_PTR(-EAGAIN);
737 struct crypto_alg *target;
762 struct crypto_alg *alg;
787 struct crypto_alg *alg;
905 struct crypto_alg *alg)
1062 unsigned int crypto_alg_extsize(struct crypto_alg *alg)
1073 struct crypto_alg *alg = crypto_find_alg(name, frontend, type, mask);
1085 void crypto_stats_init(struct crypto_alg *alg)
1091 void crypto_stats_get(struct crypto_alg *alg)
1097 void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg,
1110 void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg,
1124 struct crypto_alg *alg)
1137 struct crypto_alg *alg)
1149 void crypto_stats_akcipher_sign(int ret, struct crypto_alg *alg)
1159 void crypto_stats_akcipher_verify(int ret, struct crypto_alg *alg)
1169 void crypto_stats_compress(unsigned int slen, int ret, struct crypto_alg *alg)
1181 void crypto_stats_decompress(unsigned int slen, int ret, struct crypto_alg *alg)
1194 struct crypto_alg *alg)
1205 struct crypto_alg *alg)
1217 void crypto_stats_kpp_set_secret(struct crypto_alg *alg, int ret)
1227 void crypto_stats_kpp_generate_public_key(struct crypto_alg *alg, int ret)
1237 void crypto_stats_kpp_compute_shared_secret(struct crypto_alg *alg, int ret)
1247 void crypto_stats_rng_seed(struct crypto_alg *alg, int ret)
1257 void crypto_stats_rng_generate(struct crypto_alg *alg, unsigned int dlen,
1271 struct crypto_alg *alg)
1284 struct crypto_alg *alg)