Symbol: crypto_larval
crypto/algapi.c
1065
struct crypto_larval *larval = NULL;
crypto/algapi.c
1071
struct crypto_larval *l;
crypto/algapi.c
274
static struct crypto_larval *crypto_alloc_test_larval(struct crypto_alg *alg)
crypto/algapi.c
276
struct crypto_larval *larval;
crypto/algapi.c
301
static struct crypto_larval *
crypto/algapi.c
306
struct crypto_larval *larval;
crypto/algapi.c
361
struct crypto_larval *test;
crypto/algapi.c
371
test = (struct crypto_larval *)q;
crypto/algapi.c
433
struct crypto_larval *larval;
crypto/algapi.c
646
struct crypto_larval *larval;
crypto/algboss.c
38
struct crypto_larval *larval;
crypto/algboss.c
75
static int cryptomgr_schedule_probe(struct crypto_larval *larval)
crypto/api.c
104
struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask)
crypto/api.c
106
struct crypto_larval *larval;
crypto/api.c
130
struct crypto_larval *larval;
crypto/api.c
155
static void crypto_larval_kill(struct crypto_larval *larval)
crypto/api.c
172
void crypto_schedule_test(struct crypto_larval *larval)
crypto/api.c
181
static void crypto_start_test(struct crypto_larval *larval)
crypto/api.c
204
struct crypto_larval *larval;
crypto/api.c
208
larval = container_of(alg, struct crypto_larval, alg);
crypto/api.c
366
crypto_larval_kill(container_of(larval, struct crypto_larval, alg));
crypto/api.c
96
struct crypto_larval *larval = (void *)alg;
crypto/internal.h
114
struct crypto_larval *crypto_larval_alloc(const char *name, u32 type, u32 mask);
crypto/internal.h
115
void crypto_schedule_test(struct crypto_larval *larval);
crypto/internal.h
204
static inline int crypto_is_test_larval(struct crypto_larval *larval)