Symbol: crypto_instance
crypto/aead.c
168
static void crypto_aead_free_instance(struct crypto_instance *inst)
crypto/aead.c
193
struct crypto_instance *inst,
crypto/ahash.c
782
static void crypto_ahash_free_instance(struct crypto_instance *inst)
crypto/ahash.c
833
struct crypto_instance *inst,
crypto/akcipher.c
102
struct crypto_instance *inst,
crypto/akcipher.c
77
static void crypto_akcipher_free_instance(struct crypto_instance *inst)
crypto/algapi.c
137
static void crypto_remove_instance(struct crypto_instance *inst,
crypto/algapi.c
191
struct crypto_instance *inst;
crypto/algapi.c
579
struct crypto_instance *inst;
crypto/algapi.c
644
struct crypto_instance *inst)
crypto/algapi.c
67
static void crypto_free_instance(struct crypto_instance *inst)
crypto/algapi.c
706
void crypto_unregister_instance(struct crypto_instance *inst)
crypto/algapi.c
721
int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst,
crypto/algapi.c
76
struct crypto_instance *inst;
crypto/algapi.c
924
int __crypto_inst_setname(struct crypto_instance *inst, const char *name,
crypto/algapi.c
95
struct crypto_instance *inst = container_of(alg,
crypto/algapi.c
96
struct crypto_instance,
crypto/ccm.c
828
struct crypto_instance *inst = (void *)tfm->__crt_alg;
crypto/cryptd.c
195
struct crypto_instance *inst = crypto_tfm_alg_instance(tfm);
crypto/cryptd.c
216
static int cryptd_init_instance(struct crypto_instance *inst,
crypto/crypto_user.c
309
crypto_unregister_instance((struct crypto_instance *)alg);
crypto/essiv.c
448
struct crypto_instance *inst;
crypto/internal.h
25
struct crypto_instance;
crypto/internal.h
42
void (*free)(struct crypto_instance *inst);
crypto/kpp.c
60
static void crypto_kpp_free_instance(struct crypto_instance *inst)
crypto/kpp.c
91
struct crypto_instance *inst,
crypto/lskcipher.c
241
static void crypto_lskcipher_free_instance(struct crypto_instance *inst)
crypto/lskcipher.c
329
struct crypto_instance *inst,
crypto/pcrypt.c
221
static int pcrypt_init_instance(struct crypto_instance *inst,
crypto/shash.c
326
static void crypto_shash_free_instance(struct crypto_instance *inst)
crypto/shash.c
377
struct crypto_instance *inst,
crypto/sig.c
173
struct crypto_instance *inst,
crypto/sig.c
40
static void crypto_sig_free_instance(struct crypto_instance *inst)
crypto/skcipher.c
565
static void crypto_skcipher_free_instance(struct crypto_instance *inst)
crypto/skcipher.c
628
struct crypto_instance *inst,
crypto/xcbc.c
108
struct crypto_instance *inst = (void *)tfm->__crt_alg;
include/crypto/algapi.h
148
struct crypto_instance *inst);
include/crypto/algapi.h
149
void crypto_unregister_instance(struct crypto_instance *inst);
include/crypto/algapi.h
151
int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst,
include/crypto/algapi.h
161
int __crypto_inst_setname(struct crypto_instance *inst, const char *name,
include/crypto/algapi.h
214
static inline struct crypto_instance *crypto_tfm_alg_instance(
include/crypto/algapi.h
217
return container_of(tfm->__crt_alg, struct crypto_instance, alg);
include/crypto/algapi.h
220
static inline void *crypto_instance_ctx(struct crypto_instance *inst)
include/crypto/algapi.h
50
struct crypto_instance;
include/crypto/algapi.h
92
struct crypto_instance *inst;
include/crypto/internal/aead.h
100
struct crypto_instance *inst,
include/crypto/internal/aead.h
23
struct crypto_instance base;
include/crypto/internal/aead.h
47
static inline struct crypto_instance *aead_crypto_instance(
include/crypto/internal/aead.h
50
return container_of(&inst->alg.base, struct crypto_instance, alg);
include/crypto/internal/aead.h
53
static inline struct aead_instance *aead_instance(struct crypto_instance *inst)
include/crypto/internal/akcipher.h
104
struct crypto_instance *inst,
include/crypto/internal/akcipher.h
18
struct crypto_instance base;
include/crypto/internal/akcipher.h
80
static inline struct crypto_instance *akcipher_crypto_instance(
include/crypto/internal/akcipher.h
83
return container_of(&inst->alg.base, struct crypto_instance, alg);
include/crypto/internal/akcipher.h
87
struct crypto_instance *inst)
include/crypto/internal/cipher.h
186
struct crypto_instance *inst,
include/crypto/internal/hash.h
124
struct crypto_instance *inst,
include/crypto/internal/hash.h
147
struct crypto_instance *inst,
include/crypto/internal/hash.h
213
static inline struct crypto_instance *ahash_crypto_instance(
include/crypto/internal/hash.h
220
struct crypto_instance *inst)
include/crypto/internal/hash.h
279
static inline struct crypto_instance *shash_crypto_instance(
include/crypto/internal/hash.h
286
struct crypto_instance *inst)
include/crypto/internal/hash.h
53
struct crypto_instance base;
include/crypto/internal/hash.h
64
struct crypto_instance base;
include/crypto/internal/kpp.h
105
static inline struct crypto_instance *kpp_crypto_instance(
include/crypto/internal/kpp.h
117
static inline struct kpp_instance *kpp_instance(struct crypto_instance *inst)
include/crypto/internal/kpp.h
197
struct crypto_instance *inst,
include/crypto/internal/kpp.h
25
struct crypto_instance base;
include/crypto/internal/sig.h
18
struct crypto_instance base;
include/crypto/internal/sig.h
56
static inline struct sig_instance *sig_instance(struct crypto_instance *inst)
include/crypto/internal/sig.h
66
static inline struct crypto_instance *sig_crypto_instance(struct sig_instance
include/crypto/internal/sig.h
69
return container_of(&inst->alg.base, struct crypto_instance, alg);
include/crypto/internal/sig.h
78
struct crypto_instance *inst,
include/crypto/internal/skcipher.h
104
static inline struct crypto_instance *lskcipher_crypto_instance(
include/crypto/internal/skcipher.h
140
struct crypto_instance *inst,
include/crypto/internal/skcipher.h
144
struct crypto_instance *inst,
include/crypto/internal/skcipher.h
32
struct crypto_instance base;
include/crypto/internal/skcipher.h
43
struct crypto_instance base;
include/crypto/internal/skcipher.h
98
static inline struct crypto_instance *skcipher_crypto_instance(