Symbol: crypto_spawn
crypto/algapi.c
118
struct crypto_spawn *spawn, *n;
crypto/algapi.c
120
spawn = list_first_entry_or_null(stack, struct crypto_spawn, list);
crypto/algapi.c
169
struct crypto_spawn *spawn, *n;
crypto/algapi.c
193
spawn = list_first_entry(spawns, struct crypto_spawn,
crypto/algapi.c
647
struct crypto_spawn *spawn;
crypto/algapi.c
664
struct crypto_spawn *next;
crypto/algapi.c
721
int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst,
crypto/algapi.c
757
void crypto_drop_spawn(struct crypto_spawn *spawn)
crypto/algapi.c
772
static struct crypto_alg *crypto_spawn_alg(struct crypto_spawn *spawn)
crypto/algapi.c
797
struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type,
crypto/algapi.c
823
void *crypto_spawn_tfm2(struct crypto_spawn *spawn)
crypto/cryptd.c
51
struct crypto_spawn spawn;
include/crypto/algapi.h
151
int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst,
include/crypto/algapi.h
153
void crypto_drop_spawn(struct crypto_spawn *spawn);
include/crypto/algapi.h
154
struct crypto_tfm *crypto_spawn_tfm(struct crypto_spawn *spawn, u32 type,
include/crypto/algapi.h
156
void *crypto_spawn_tfm2(struct crypto_spawn *spawn);
include/crypto/algapi.h
68
struct crypto_spawn *spawns;
include/crypto/algapi.h
94
struct crypto_spawn *next;
include/crypto/internal/aead.h
30
struct crypto_spawn base;
include/crypto/internal/akcipher.h
25
struct crypto_spawn base;
include/crypto/internal/cipher.h
182
struct crypto_spawn base;
include/crypto/internal/hash.h
71
struct crypto_spawn base;
include/crypto/internal/hash.h
75
struct crypto_spawn base;
include/crypto/internal/kpp.h
42
struct crypto_spawn base;
include/crypto/internal/sig.h
25
struct crypto_spawn base;
include/crypto/internal/skcipher.h
50
struct crypto_spawn base;
include/crypto/internal/skcipher.h
54
struct crypto_spawn base;