Home
last modified time | relevance | path

Searched refs:crypto_instance (Results 1 – 16 of 16) sorted by relevance

/linux/include/crypto/
H A Dalgapi.h49 struct crypto_instance;
63 void (*free)(struct crypto_instance *inst);
71 struct crypto_instance { struct
103 struct crypto_instance *inst; argument
152 struct crypto_instance *inst);
153 void crypto_unregister_instance(struct crypto_instance *inst);
155 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst,
165 int crypto_inst_setname(struct crypto_instance *inst, const char *name,
210 static inline struct crypto_instance *crypto_tfm_alg_instance( in crypto_tfm_alg_instance()
213 return container_of(tfm->__crt_alg, struct crypto_instance, alg); in crypto_tfm_alg_instance()
[all …]
/linux/include/crypto/internal/
H A Daead.h23 struct crypto_instance base;
47 static inline struct crypto_instance *aead_crypto_instance( in aead_crypto_instance()
50 return container_of(&inst->alg.base, struct crypto_instance, alg); in aead_crypto_instance()
53 static inline struct aead_instance *aead_instance(struct crypto_instance *inst) in aead_instance()
100 struct crypto_instance *inst,
H A Dkpp.h25 struct crypto_instance base;
105 static inline struct crypto_instance *kpp_crypto_instance( in kpp_crypto_instance()
117 static inline struct kpp_instance *kpp_instance(struct crypto_instance *inst) in kpp_instance()
197 struct crypto_instance *inst,
H A Dcipher.h186 struct crypto_instance *inst, in crypto_grab_cipher()
/linux/crypto/
H A Dkpp.c62 static void crypto_kpp_free_instance(struct crypto_instance *inst) in crypto_kpp_free_instance()
92 struct crypto_instance *inst, in crypto_grab_kpp()
H A Daead.c167 static void crypto_aead_free_instance(struct crypto_instance *inst) in crypto_aead_free_instance()
191 struct crypto_instance *inst, in crypto_grab_aead()
H A Dshash.c182 static void crypto_shash_free_instance(struct crypto_instance *inst) in crypto_shash_free_instance()
233 struct crypto_instance *inst, in crypto_grab_shash()
H A Dinternal.h25 struct crypto_instance;
H A Dlskcipher.c241 static void crypto_lskcipher_free_instance(struct crypto_instance *inst) in crypto_lskcipher_free_instance()
328 struct crypto_instance *inst, in crypto_grab_lskcipher()
H A Dxcbc.c165 struct crypto_instance *inst = (void *)tfm->__crt_alg; in xcbc_init_tfm()
H A Dskcipher.c599 static void crypto_skcipher_free_instance(struct crypto_instance *inst) in crypto_skcipher_free_instance()
662 struct crypto_instance *inst, in crypto_grab_skcipher()
H A Dcrypto_user.c325 crypto_unregister_instance((struct crypto_instance *)alg); in crypto_del_alg()
H A Dcryptd.c189 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_get_queue()
210 static int cryptd_init_instance(struct crypto_instance *inst, in cryptd_init_instance()
H A Dessiv.c451 struct crypto_instance *inst; in essiv_create()
H A Dccm.c839 struct crypto_instance *inst = (void *)tfm->__crt_alg; in cbcmac_init_tfm()
/linux/Documentation/dev-tools/
H A Dcoccinelle.rst420 @@ -185,7 +185,7 @@ static struct crypto_instance *crypto_ct
465 @@ -185,7 +185,6 @@ static struct crypto_instance *crypto_ct