Home
last modified time | relevance | path

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

/linux-6.15/crypto/
H A Dinternal.h28 struct crypto_larval { struct
115 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask);
116 void crypto_schedule_test(struct crypto_larval *larval);
208 static inline int crypto_is_test_larval(struct crypto_larval *larval) in crypto_is_test_larval()
H A Dapi.c96 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()
130 struct crypto_larval *larval; in crypto_larval_add()
155 static void crypto_larval_kill(struct crypto_larval *larval) in crypto_larval_kill()
172 void crypto_schedule_test(struct crypto_larval *larval) in crypto_schedule_test()
181 static void crypto_start_test(struct crypto_larval *larval) in crypto_start_test()
204 struct crypto_larval *larval; in crypto_larval_wait()
208 larval = container_of(alg, struct crypto_larval, alg); in crypto_larval_wait()
357 crypto_larval_kill(container_of(larval, struct crypto_larval, alg)); in crypto_alg_mod_lookup()
H A Dalgapi.c259 static struct crypto_larval *crypto_alloc_test_larval(struct crypto_alg *alg) in crypto_alloc_test_larval()
261 struct crypto_larval *larval; in crypto_alloc_test_larval()
287 static struct crypto_larval *
291 struct crypto_larval *larval; in __crypto_register_alg()
346 struct crypto_larval *test; in crypto_alg_tested()
356 test = (struct crypto_larval *)q; in crypto_alg_tested()
409 struct crypto_larval *larval; in crypto_register_alg()
609 struct crypto_larval *larval; in crypto_register_instance()
1027 struct crypto_larval *larval = NULL; in crypto_start_tests()
1033 struct crypto_larval *l; in crypto_start_tests()
H A Dalgboss.c38 struct crypto_larval *larval;
75 static int cryptomgr_schedule_probe(struct crypto_larval *larval) in cryptomgr_schedule_probe()