crypto_instance   189 crypto/aead.c  static void crypto_aead_free_instance(struct crypto_instance *inst)
crypto_instance   649 crypto/ahash.c void ahash_free_instance(struct crypto_instance *inst)
crypto_instance   658 crypto/ahash.c 			    struct crypto_instance *inst)
crypto_instance    72 crypto/akcipher.c static void crypto_akcipher_free_instance(struct crypto_instance *inst)
crypto_instance    66 crypto/algapi.c static void crypto_free_instance(struct crypto_instance *inst)
crypto_instance    78 crypto/algapi.c 	struct crypto_instance *inst = (void *)alg;
crypto_instance   107 crypto/algapi.c static void crypto_remove_instance(struct crypto_instance *inst,
crypto_instance   150 crypto/algapi.c 			struct crypto_instance *inst;
crypto_instance   516 crypto/algapi.c 	struct crypto_instance *inst;
crypto_instance   579 crypto/algapi.c 			     struct crypto_instance *inst)
crypto_instance   615 crypto/algapi.c int crypto_unregister_instance(struct crypto_instance *inst)
crypto_instance   633 crypto/algapi.c 		      struct crypto_instance *inst, u32 mask)
crypto_instance   656 crypto/algapi.c 		       struct crypto_instance *inst,
crypto_instance   854 crypto/algapi.c int crypto_inst_setname(struct crypto_instance *inst, const char *name,
crypto_instance   872 crypto/algapi.c 	struct crypto_instance *inst;
crypto_instance    61 crypto/algboss.c 	struct crypto_instance *inst;
crypto_instance   898 crypto/ccm.c   	struct crypto_instance *inst = (void *)tfm->__crt_alg;
crypto_instance   203 crypto/cmac.c  	struct crypto_instance *inst = (void *)tfm->__crt_alg;
crypto_instance   189 crypto/cryptd.c 	struct crypto_instance *inst = crypto_tfm_alg_instance(tfm);
crypto_instance   207 crypto/cryptd.c static int cryptd_init_instance(struct crypto_instance *inst,
crypto_instance   228 crypto/cryptd.c 	struct crypto_instance *inst;
crypto_instance   465 crypto/cryptd.c 	struct crypto_instance *inst = crypto_tfm_alg_instance(tfm);
crypto_instance   933 crypto/cryptd.c static void cryptd_free(struct crypto_instance *inst)
crypto_instance   326 crypto/crypto_user_base.c 	err = crypto_unregister_instance((struct crypto_instance *)alg);
crypto_instance   150 crypto/echainiv.c static void echainiv_free(struct crypto_instance *inst)
crypto_instance   463 crypto/essiv.c 	struct crypto_instance *inst;
crypto_instance   145 crypto/hmac.c  	struct crypto_instance *inst = (void *)tfm->__crt_alg;
crypto_instance    24 crypto/internal.h struct crypto_instance;
crypto_instance   213 crypto/pcrypt.c static int pcrypt_init_instance(struct crypto_instance *inst,
crypto_instance    21 crypto/seqiv.c static void seqiv_free(struct crypto_instance *inst);
crypto_instance   187 crypto/seqiv.c static void seqiv_free(struct crypto_instance *inst)
crypto_instance   553 crypto/shash.c void shash_free_instance(struct crypto_instance *inst)
crypto_instance   562 crypto/shash.c 			    struct crypto_instance *inst)
crypto_instance   914 crypto/skcipher.c static void crypto_skcipher_free_instance(struct crypto_instance *inst)
crypto_instance   600 crypto/vmac.c  	struct crypto_instance *inst = crypto_tfm_alg_instance(tfm);
crypto_instance   169 crypto/xcbc.c  	struct crypto_instance *inst = (void *)tfm->__crt_alg;
crypto_instance    26 include/crypto/algapi.h struct crypto_instance;
crypto_instance    38 include/crypto/algapi.h 	void (*free)(struct crypto_instance *inst);
crypto_instance    60 include/crypto/algapi.h 	struct crypto_instance *(*alloc)(struct rtattr **tb);
crypto_instance    61 include/crypto/algapi.h 	void (*free)(struct crypto_instance *inst);
crypto_instance    70 include/crypto/algapi.h 	struct crypto_instance *inst;
crypto_instance   147 include/crypto/algapi.h 			     struct crypto_instance *inst);
crypto_instance   148 include/crypto/algapi.h int crypto_unregister_instance(struct crypto_instance *inst);
crypto_instance   151 include/crypto/algapi.h 		      struct crypto_instance *inst, u32 mask);
crypto_instance   153 include/crypto/algapi.h 		       struct crypto_instance *inst,
crypto_instance   164 include/crypto/algapi.h 				    struct crypto_instance *inst)
crypto_instance   183 include/crypto/algapi.h int crypto_inst_setname(struct crypto_instance *inst, const char *name,
crypto_instance   262 include/crypto/algapi.h static inline struct crypto_instance *crypto_tfm_alg_instance(
crypto_instance   265 include/crypto/algapi.h 	return container_of(tfm->__crt_alg, struct crypto_instance, alg);
crypto_instance   268 include/crypto/algapi.h static inline void *crypto_instance_ctx(struct crypto_instance *inst)
crypto_instance    23 include/crypto/internal/aead.h 			struct crypto_instance base;
crypto_instance    42 include/crypto/internal/aead.h static inline struct crypto_instance *aead_crypto_instance(
crypto_instance    45 include/crypto/internal/aead.h 	return container_of(&inst->alg.base, struct crypto_instance, alg);
crypto_instance    48 include/crypto/internal/aead.h static inline struct aead_instance *aead_instance(struct crypto_instance *inst)
crypto_instance    85 include/crypto/internal/aead.h 	struct crypto_aead_spawn *spawn, struct crypto_instance *inst)
crypto_instance    18 include/crypto/internal/akcipher.h 			struct crypto_instance base;
crypto_instance    58 include/crypto/internal/akcipher.h static inline struct crypto_instance *akcipher_crypto_instance(
crypto_instance    61 include/crypto/internal/akcipher.h 	return container_of(&inst->alg.base, struct crypto_instance, alg);
crypto_instance    65 include/crypto/internal/akcipher.h 		struct crypto_instance *inst)
crypto_instance    83 include/crypto/internal/akcipher.h 		struct crypto_instance *inst)
crypto_instance    78 include/crypto/internal/hash.h void ahash_free_instance(struct crypto_instance *inst);
crypto_instance    92 include/crypto/internal/hash.h 			    struct crypto_instance *inst);
crypto_instance   107 include/crypto/internal/hash.h void shash_free_instance(struct crypto_instance *inst);
crypto_instance   111 include/crypto/internal/hash.h 			    struct crypto_instance *inst);
crypto_instance   143 include/crypto/internal/hash.h static inline struct crypto_instance *ahash_crypto_instance(
crypto_instance   146 include/crypto/internal/hash.h 	return container_of(&inst->alg.halg.base, struct crypto_instance, alg);
crypto_instance   150 include/crypto/internal/hash.h 	struct crypto_instance *inst)
crypto_instance   204 include/crypto/internal/hash.h static inline struct crypto_instance *shash_crypto_instance(
crypto_instance   207 include/crypto/internal/hash.h 	return container_of(&inst->alg.base, struct crypto_instance, alg);
crypto_instance   211 include/crypto/internal/hash.h 	struct crypto_instance *inst)
crypto_instance    24 include/crypto/internal/skcipher.h 			struct crypto_instance base;
crypto_instance    68 include/crypto/internal/skcipher.h static inline struct crypto_instance *skcipher_crypto_instance(
crypto_instance    92 include/crypto/internal/skcipher.h 	struct crypto_skcipher_spawn *spawn, struct crypto_instance *inst)