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

/crypto/
H A Dapi.c52 static inline int crypto_is_test_larval(struct crypto_larval *larval)
73 !crypto_is_test_larval((struct crypto_larval *)q) &&
74 ((struct crypto_larval *)q)->mask != mask)
99 struct crypto_larval *larval = (void *)alg;
107 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask)
109 struct crypto_larval *larval;
131 struct crypto_larval *larval;
155 struct crypto_larval *larval = (void *)alg;
167 struct crypto_larval *larval = (void *)alg;
H A Dinternal.h42 struct crypto_larval { struct
83 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask);
H A Dalgapi.c163 static struct crypto_larval *__crypto_register_alg(struct crypto_alg *alg)
166 struct crypto_larval *larval;
228 struct crypto_larval *test;
238 test = (struct crypto_larval *)q;
263 struct crypto_larval *larval = (void *)q;
317 static void crypto_wait_for_test(struct crypto_larval *larval)
337 struct crypto_larval *larval;
505 struct crypto_larval *larval;
H A Dalgboss.c50 struct crypto_larval *larval;
95 static int cryptomgr_schedule_probe(struct crypto_larval *larval)

Completed in 46 milliseconds