Home
last modified time | relevance | path

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

/linux/crypto/
H 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()
H A Dinternal.h28 struct crypto_larval { struct
100 struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask);
101 void crypto_schedule_test(struct crypto_larval *larval);
192 static inline int crypto_is_test_larval(struct crypto_larval *larval) in crypto_is_test_larval()
H A Dalgboss.c38 struct crypto_larval *larval;
75 static int cryptomgr_schedule_probe(struct crypto_larval *larval) in cryptomgr_schedule_probe()