Lines Matching refs:crypto_alg

37 static int crypto_check_alg(struct crypto_alg *alg)  in crypto_check_alg()
77 static void crypto_destroy_instance(struct crypto_alg *alg) in crypto_destroy_instance()
95 static struct list_head *crypto_more_spawns(struct crypto_alg *alg, in crypto_more_spawns()
145 void crypto_remove_spawns(struct crypto_alg *alg, struct list_head *list, in crypto_remove_spawns()
146 struct crypto_alg *nalg) in crypto_remove_spawns()
225 static void crypto_alg_finish_registration(struct crypto_alg *alg, in crypto_alg_finish_registration()
229 struct crypto_alg *q; in crypto_alg_finish_registration()
276 static struct crypto_larval *crypto_alloc_test_larval(struct crypto_alg *alg) in crypto_alloc_test_larval()
305 __crypto_register_alg(struct crypto_alg *alg, struct list_head *algs_to_put) in __crypto_register_alg()
307 struct crypto_alg *q; in __crypto_register_alg()
365 struct crypto_alg *alg; in crypto_alg_tested()
366 struct crypto_alg *q; in crypto_alg_tested()
432 struct crypto_alg *alg; in crypto_remove_final()
433 struct crypto_alg *n; in crypto_remove_final()
442 int crypto_register_alg(struct crypto_alg *alg) in crypto_register_alg()
471 static int crypto_remove_alg(struct crypto_alg *alg, struct list_head *list) in crypto_remove_alg()
484 void crypto_unregister_alg(struct crypto_alg *alg) in crypto_unregister_alg()
504 int crypto_register_algs(struct crypto_alg *algs, int count) in crypto_register_algs()
524 void crypto_unregister_algs(struct crypto_alg *algs, int count) in crypto_unregister_algs()
714 struct crypto_alg *alg; in crypto_grab_spawn()
762 static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn) in crypto_spawn_alg()
764 struct crypto_alg *alg = ERR_PTR(-EAGAIN); in crypto_spawn_alg()
765 struct crypto_alg *target; in crypto_spawn_alg()
790 struct crypto_alg *alg; in crypto_spawn_tfm()
815 struct crypto_alg *alg; in crypto_spawn_tfm2()
915 struct crypto_alg *alg) in crypto_inst_setname()
1019 unsigned int crypto_alg_extsize(struct crypto_alg *alg) in crypto_alg_extsize()
1030 struct crypto_alg *alg = crypto_find_alg(name, frontend, type, mask); in crypto_type_has_alg()
1042 void crypto_stats_init(struct crypto_alg *alg) in crypto_stats_init()
1048 void crypto_stats_get(struct crypto_alg *alg) in crypto_stats_get()
1054 void crypto_stats_aead_encrypt(unsigned int cryptlen, struct crypto_alg *alg, in crypto_stats_aead_encrypt()
1067 void crypto_stats_aead_decrypt(unsigned int cryptlen, struct crypto_alg *alg, in crypto_stats_aead_decrypt()
1081 struct crypto_alg *alg) in crypto_stats_akcipher_encrypt()
1094 struct crypto_alg *alg) in crypto_stats_akcipher_decrypt()
1106 void crypto_stats_akcipher_sign(int ret, struct crypto_alg *alg) in crypto_stats_akcipher_sign()
1116 void crypto_stats_akcipher_verify(int ret, struct crypto_alg *alg) in crypto_stats_akcipher_verify()
1126 void crypto_stats_compress(unsigned int slen, int ret, struct crypto_alg *alg) in crypto_stats_compress()
1138 void crypto_stats_decompress(unsigned int slen, int ret, struct crypto_alg *alg) in crypto_stats_decompress()
1151 struct crypto_alg *alg) in crypto_stats_ahash_update()
1162 struct crypto_alg *alg) in crypto_stats_ahash_final()
1174 void crypto_stats_kpp_set_secret(struct crypto_alg *alg, int ret) in crypto_stats_kpp_set_secret()
1184 void crypto_stats_kpp_generate_public_key(struct crypto_alg *alg, int ret) in crypto_stats_kpp_generate_public_key()
1194 void crypto_stats_kpp_compute_shared_secret(struct crypto_alg *alg, int ret) in crypto_stats_kpp_compute_shared_secret()
1204 void crypto_stats_rng_seed(struct crypto_alg *alg, int ret) in crypto_stats_rng_seed()
1214 void crypto_stats_rng_generate(struct crypto_alg *alg, unsigned int dlen, in crypto_stats_rng_generate()
1228 struct crypto_alg *alg) in crypto_stats_skcipher_encrypt()
1241 struct crypto_alg *alg) in crypto_stats_skcipher_decrypt()
1261 struct crypto_alg *q; in crypto_start_tests()