Home
last modified time | relevance | path

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

/include/crypto/internal/
Dhash.h70 struct ahash_instance *inst);
71 void ahash_free_instance(struct crypto_instance *inst);
75 struct crypto_instance *inst);
87 struct shash_instance *inst);
88 void shash_free_instance(struct crypto_instance *inst);
92 struct crypto_instance *inst);
125 struct ahash_instance *inst) in ahash_crypto_instance() argument
127 return container_of(&inst->alg.halg.base, struct crypto_instance, alg); in ahash_crypto_instance()
131 struct crypto_instance *inst) in ahash_instance() argument
133 return container_of(&inst->alg, struct ahash_instance, alg.halg.base); in ahash_instance()
[all …]
Daead.h29 struct crypto_aead_spawn *spawn, struct crypto_instance *inst) in crypto_set_aead_spawn() argument
31 crypto_set_spawn(&spawn->base, inst); in crypto_set_aead_spawn()
61 void aead_geniv_free(struct crypto_instance *inst);
Dskcipher.h29 struct crypto_skcipher_spawn *spawn, struct crypto_instance *inst) in crypto_set_skcipher_spawn() argument
31 crypto_set_spawn(&spawn->base, inst); in crypto_set_skcipher_spawn()
65 void skcipher_geniv_free(struct crypto_instance *inst);
/include/crypto/
Dalgapi.h54 void (*free)(struct crypto_instance *inst);
63 struct crypto_instance *inst; member
136 struct crypto_instance *inst);
140 struct crypto_instance *inst, u32 mask);
142 struct crypto_instance *inst,
151 struct crypto_instance *inst) in crypto_set_spawn() argument
153 spawn->inst = inst; in crypto_set_spawn()
214 static inline void *crypto_instance_ctx(struct crypto_instance *inst) in crypto_instance_ctx() argument
216 return inst->__ctx; in crypto_instance_ctx()
/include/linux/ceph/
Dmessenger.h50 struct ceph_entity_inst inst; /* my name+address */ member
/include/sound/
Dopl3.h274 struct fm_instrument inst; member