Searched refs:inst (Results 1 – 6 of 6) sorted by relevance
/include/crypto/internal/ |
D | hash.h | 70 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 …]
|
D | aead.h | 29 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);
|
D | skcipher.h | 29 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/ |
D | algapi.h | 54 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/ |
D | messenger.h | 50 struct ceph_entity_inst inst; /* my name+address */ member
|
/include/sound/ |
D | opl3.h | 274 struct fm_instrument inst; member
|