Home
last modified time | relevance | path

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

/linux-4.1.27/crypto/
Dapi.c54 static inline int crypto_is_test_larval(struct crypto_larval *larval) in crypto_is_test_larval()
75 !crypto_is_test_larval((struct crypto_larval *)q) && in __crypto_alg_lookup()
76 ((struct crypto_larval *)q)->mask != mask) in __crypto_alg_lookup()
101 struct crypto_larval *larval = (void *)alg; in crypto_larval_destroy()
109 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask) in crypto_larval_alloc()
111 struct crypto_larval *larval; in crypto_larval_alloc()
133 struct crypto_larval *larval; in crypto_larval_add()
160 struct crypto_larval *larval = (void *)alg; in crypto_larval_kill()
172 struct crypto_larval *larval = (void *)alg; in crypto_larval_wait()
Dinternal.h42 struct crypto_larval { struct
83 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask);
Dalgapi.c176 static struct crypto_larval *__crypto_register_alg(struct crypto_alg *alg) in __crypto_register_alg()
179 struct crypto_larval *larval; in __crypto_register_alg()
240 struct crypto_larval *test; in crypto_alg_tested()
250 test = (struct crypto_larval *)q; in crypto_alg_tested()
275 struct crypto_larval *larval = (void *)q; in crypto_alg_tested()
329 static void crypto_wait_for_test(struct crypto_larval *larval) in crypto_wait_for_test()
349 struct crypto_larval *larval; in crypto_register_alg()
521 struct crypto_larval *larval; in crypto_register_instance()
Dalgboss.c50 struct crypto_larval *larval;
95 static int cryptomgr_schedule_probe(struct crypto_larval *larval) in cryptomgr_schedule_probe()