Home
last modified time | relevance | path

Searched refs:crypto_larval (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/crypto/
Dinternal.h26 struct crypto_larval { struct
75 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask);
77 void crypto_wait_for_test(struct crypto_larval *larval);
164 static inline int crypto_is_test_larval(struct crypto_larval *larval) in crypto_is_test_larval()
Dapi.c70 !crypto_is_test_larval((struct crypto_larval *)q) && in __crypto_alg_lookup()
71 ((struct crypto_larval *)q)->mask != mask) in __crypto_alg_lookup()
96 struct crypto_larval *larval = (void *)alg; in crypto_larval_destroy()
104 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask) in crypto_larval_alloc()
106 struct crypto_larval *larval; in crypto_larval_alloc()
128 struct crypto_larval *larval; in crypto_larval_add()
155 struct crypto_larval *larval = (void *)alg; in crypto_larval_kill()
165 void crypto_wait_for_test(struct crypto_larval *larval) in crypto_wait_for_test()
183 static void crypto_start_test(struct crypto_larval *larval) in crypto_start_test()
205 struct crypto_larval *larval = (void *)alg; in crypto_larval_wait()
Dalgapi.c225 static struct crypto_larval *crypto_alloc_test_larval(struct crypto_alg *alg) in crypto_alloc_test_larval()
227 struct crypto_larval *larval; in crypto_alloc_test_larval()
251 static struct crypto_larval *__crypto_register_alg(struct crypto_alg *alg) in __crypto_register_alg()
254 struct crypto_larval *larval; in __crypto_register_alg()
308 struct crypto_larval *test; in crypto_alg_tested()
319 test = (struct crypto_larval *)q; in crypto_alg_tested()
367 struct crypto_larval *larval = (void *)q; in crypto_alg_tested()
425 struct crypto_larval *larval; in crypto_register_alg()
619 struct crypto_larval *larval; in crypto_register_instance()
1309 struct crypto_larval *larval = NULL; in crypto_start_tests()
[all …]
Dalgboss.c38 struct crypto_larval *larval;
73 static int cryptomgr_schedule_probe(struct crypto_larval *larval) in cryptomgr_schedule_probe()