Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/crypto/
A Dalgapi.h38 struct crypto_instance;
52 void (*free)(struct crypto_instance *inst);
60 struct crypto_instance { struct
90 struct crypto_instance *inst; argument
131 struct crypto_instance *inst);
132 void crypto_unregister_instance(struct crypto_instance *inst);
134 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst,
144 int crypto_inst_setname(struct crypto_instance *inst, const char *name,
235 static inline struct crypto_instance *crypto_tfm_alg_instance( in crypto_tfm_alg_instance()
238 return container_of(tfm->__crt_alg, struct crypto_instance, alg); in crypto_tfm_alg_instance()
[all …]
/linux-6.3-rc2/include/crypto/internal/
A Dhash.h37 struct crypto_instance base;
48 struct crypto_instance base;
95 struct crypto_instance *inst,
118 struct crypto_instance *inst,
167 static inline struct crypto_instance *ahash_crypto_instance( in ahash_crypto_instance()
174 struct crypto_instance *inst) in ahash_instance()
233 static inline struct crypto_instance *shash_crypto_instance( in shash_crypto_instance()
240 struct crypto_instance *inst) in shash_instance()
A Dakcipher.h18 struct crypto_instance base;
80 static inline struct crypto_instance *akcipher_crypto_instance( in akcipher_crypto_instance()
83 return container_of(&inst->alg.base, struct crypto_instance, alg); in akcipher_crypto_instance()
87 struct crypto_instance *inst) in akcipher_instance()
104 struct crypto_instance *inst,
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,
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,
A Dskcipher.h33 struct crypto_instance base;
77 static inline struct crypto_instance *skcipher_crypto_instance( in skcipher_crypto_instance()
101 struct crypto_instance *inst,
A Dcipher.h184 struct crypto_instance *inst, in crypto_grab_cipher()
/linux-6.3-rc2/crypto/
A Dkpp.c71 static void crypto_kpp_free_instance(struct crypto_instance *inst) in crypto_kpp_free_instance()
99 struct crypto_instance *inst, in crypto_grab_kpp()
A Dakcipher.c72 static void crypto_akcipher_free_instance(struct crypto_instance *inst) in crypto_akcipher_free_instance()
94 struct crypto_instance *inst, in crypto_grab_akcipher()
A Dalgapi.c72 static void crypto_free_instance(struct crypto_instance *inst) in crypto_free_instance()
79 struct crypto_instance *inst = (void *)alg; in crypto_destroy_instance()
119 static void crypto_remove_instance(struct crypto_instance *inst, in crypto_remove_instance()
171 struct crypto_instance *inst; in crypto_remove_spawns()
575 struct crypto_instance *inst; in crypto_unregister_template()
638 struct crypto_instance *inst) in crypto_register_instance()
696 void crypto_unregister_instance(struct crypto_instance *inst) in crypto_unregister_instance()
711 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst, in crypto_grab_spawn()
914 int crypto_inst_setname(struct crypto_instance *inst, const char *name, in crypto_inst_setname()
A Daead.c184 static void crypto_aead_free_instance(struct crypto_instance *inst) in crypto_aead_free_instance()
206 struct crypto_instance *inst, in crypto_grab_aead()
A Dinternal.h23 struct crypto_instance;
A Dahash.c461 static void crypto_ahash_free_instance(struct crypto_instance *inst) in crypto_ahash_free_instance()
516 struct crypto_instance *inst, in crypto_grab_ahash()
A Dshash.c444 static void crypto_shash_free_instance(struct crypto_instance *inst) in crypto_shash_free_instance()
499 struct crypto_instance *inst, in crypto_grab_shash()
A Dxcbc.c170 struct crypto_instance *inst = (void *)tfm->__crt_alg; in xcbc_init_tfm()
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()
432 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in cryptd_hash_init_tfm()
A Dcmac.c204 struct crypto_instance *inst = (void *)tfm->__crt_alg; in cmac_init_tfm()
A Dpcrypt.c216 static int pcrypt_init_instance(struct crypto_instance *inst, in pcrypt_init_instance()
A Dskcipher.c663 static void crypto_skcipher_free_instance(struct crypto_instance *inst) in crypto_skcipher_free_instance()
731 struct crypto_instance *inst, in crypto_grab_skcipher()
A Dcrypto_user_base.c326 crypto_unregister_instance((struct crypto_instance *)alg); in crypto_del_alg()
A Dessiv.c450 struct crypto_instance *inst; in essiv_create()
A Dvmac.c599 struct crypto_instance *inst = crypto_tfm_alg_instance(tfm); in vmac_init_tfm()
A Dccm.c843 struct crypto_instance *inst = (void *)tfm->__crt_alg; in cbcmac_init_tfm()
/linux-6.3-rc2/Documentation/dev-tools/
A Dcoccinelle.rst428 @@ -185,7 +185,7 @@ static struct crypto_instance *crypto_ct
473 @@ -185,7 +185,6 @@ static struct crypto_instance *crypto_ct

Completed in 32 milliseconds