Home
last modified time | relevance | path

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

/linux/crypto/
A Dapi.c95 struct crypto_larval *larval = (void *)alg; in crypto_larval_destroy()
103 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask) in crypto_larval_alloc()
105 struct crypto_larval *larval; in crypto_larval_alloc()
129 struct crypto_larval *larval; in crypto_larval_add()
154 static void crypto_larval_kill(struct crypto_larval *larval) in crypto_larval_kill()
171 void crypto_schedule_test(struct crypto_larval *larval) in crypto_schedule_test()
180 static void crypto_start_test(struct crypto_larval *larval) in crypto_start_test()
202 struct crypto_larval *larval; in crypto_larval_wait()
206 larval = container_of(alg, struct crypto_larval, alg); in crypto_larval_wait()
360 crypto_larval_kill(container_of(larval, struct crypto_larval, alg)); in crypto_alg_mod_lookup()
A Dinternal.h30 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);
211 static inline int crypto_is_test_larval(struct crypto_larval *larval) in crypto_is_test_larval()
A Dalgapi.c265 static struct crypto_larval *crypto_alloc_test_larval(struct crypto_alg *alg) in crypto_alloc_test_larval()
267 struct crypto_larval *larval; in crypto_alloc_test_larval()
293 static struct crypto_larval *
297 struct crypto_larval *larval; in __crypto_register_alg()
352 struct crypto_larval *test; in crypto_alg_tested()
362 test = (struct crypto_larval *)q; in crypto_alg_tested()
415 struct crypto_larval *larval; in crypto_register_alg()
613 struct crypto_larval *larval; in crypto_register_instance()
1026 struct crypto_larval *larval = NULL; in crypto_start_tests()
1032 struct crypto_larval *l; in crypto_start_tests()
A Dalgboss.c38 struct crypto_larval *larval;
75 static int cryptomgr_schedule_probe(struct crypto_larval *larval) in cryptomgr_schedule_probe()

Completed in 11 milliseconds