Home
last modified time | relevance | path

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

/linux/include/crypto/
H A Dalgapi.h50 struct crypto_instance;
59 struct crypto_instance { struct
92 struct crypto_instance *inst; argument
136 struct crypto_instance *inst);
137 void crypto_unregister_instance(struct crypto_instance *inst);
139 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst,
149 int __crypto_inst_setname(struct crypto_instance *inst, const char *name,
202 static inline struct crypto_instance *crypto_tfm_alg_instance( in crypto_tfm_alg_instance()
205 return container_of(tfm->__crt_alg, struct crypto_instance, alg); in crypto_tfm_alg_instance()
208 static inline void *crypto_instance_ctx(struct crypto_instance *inst) in crypto_instance_ctx()
/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 Dahash.c768 static void crypto_ahash_free_instance(struct crypto_instance *inst) in crypto_ahash_free_instance()
820 struct crypto_instance *inst, in crypto_grab_ahash()
/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