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

/linux-master/crypto/
H A Dinternal.h30 struct crypto_larval { struct
112 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask);
114 void crypto_wait_for_test(struct crypto_larval *larval);
209 static inline int crypto_is_test_larval(struct crypto_larval *larval)
H A Dapi.c72 !crypto_is_test_larval((struct crypto_larval *)q) &&
73 ((struct crypto_larval *)q)->mask != mask)
98 struct crypto_larval *larval = (void *)alg;
106 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask)
108 struct crypto_larval *larval;
130 struct crypto_larval *larval;
157 struct crypto_larval *larval = (void *)alg;
167 void crypto_wait_for_test(struct crypto_larval *larval)
182 static void crypto_start_test(struct crypto_larval *larval)
204 struct crypto_larval *larva
[all...]
H A Dalgapi.c251 struct crypto_larval *larval = (void *)q;
288 static struct crypto_larval *crypto_alloc_test_larval(struct crypto_alg *alg)
290 struct crypto_larval *larval;
316 static struct crypto_larval *
320 struct crypto_larval *larval;
375 struct crypto_larval *test;
386 test = (struct crypto_larval *)q;
455 struct crypto_larval *larval;
653 struct crypto_larval *larval;
1063 struct crypto_larval *larva
[all...]
H A Dalgboss.c38 struct crypto_larval *larval;
73 static int cryptomgr_schedule_probe(struct crypto_larval *larval)

Completed in 146 milliseconds