crypto_instance 53 include/crypto/algapi.h struct crypto_instance *(*alloc)(struct rtattr **tb); crypto_instance 54 include/crypto/algapi.h void (*free)(struct crypto_instance *inst); crypto_instance 63 include/crypto/algapi.h struct crypto_instance *inst; crypto_instance 139 include/crypto/algapi.h struct crypto_instance *inst); crypto_instance 143 include/crypto/algapi.h struct crypto_instance *inst, u32 mask); crypto_instance 145 include/crypto/algapi.h struct crypto_instance *inst, crypto_instance 154 include/crypto/algapi.h struct crypto_instance *inst) crypto_instance 175 include/crypto/algapi.h struct crypto_instance *crypto_alloc_instance(const char *name, crypto_instance 215 include/crypto/algapi.h static inline struct crypto_instance *crypto_tfm_alg_instance( crypto_instance 218 include/crypto/algapi.h return container_of(tfm->__crt_alg, struct crypto_instance, alg); crypto_instance 221 include/crypto/algapi.h static inline void *crypto_instance_ctx(struct crypto_instance *inst) crypto_instance 252 include/crypto/algapi.h static inline struct crypto_instance *crypto_aead_alg_instance( crypto_instance 29 include/crypto/internal/aead.h struct crypto_aead_spawn *spawn, struct crypto_instance *inst) crypto_instance 58 include/crypto/internal/aead.h struct crypto_instance *aead_geniv_alloc(struct crypto_template *tmpl, crypto_instance 61 include/crypto/internal/aead.h void aead_geniv_free(struct crypto_instance *inst); crypto_instance 84 include/crypto/internal/hash.h void ahash_free_instance(struct crypto_instance *inst); crypto_instance 88 include/crypto/internal/hash.h struct crypto_instance *inst); crypto_instance 103 include/crypto/internal/hash.h void shash_free_instance(struct crypto_instance *inst); crypto_instance 107 include/crypto/internal/hash.h struct crypto_instance *inst); crypto_instance 148 include/crypto/internal/hash.h static inline struct crypto_instance *ahash_crypto_instance( crypto_instance 151 include/crypto/internal/hash.h return container_of(&inst->alg.halg.base, struct crypto_instance, alg); crypto_instance 155 include/crypto/internal/hash.h struct crypto_instance *inst) crypto_instance 205 include/crypto/internal/hash.h static inline struct crypto_instance *shash_crypto_instance( crypto_instance 208 include/crypto/internal/hash.h return container_of(&inst->alg.base, struct crypto_instance, alg); crypto_instance 212 include/crypto/internal/hash.h struct crypto_instance *inst) crypto_instance 29 include/crypto/internal/skcipher.h struct crypto_skcipher_spawn *spawn, struct crypto_instance *inst) crypto_instance 62 include/crypto/internal/skcipher.h struct crypto_instance *skcipher_geniv_alloc(struct crypto_template *tmpl, crypto_instance 65 include/crypto/internal/skcipher.h void skcipher_geniv_free(struct crypto_instance *inst);