Searched refs:inst (Results 1 – 11 of 11) sorted by relevance
/include/crypto/internal/ |
D | akcipher.h | 19 void (*free)(struct akcipher_instance *inst); 58 struct akcipher_instance *inst) in akcipher_crypto_instance() argument 60 return container_of(&inst->alg.base, struct crypto_instance, alg); in akcipher_crypto_instance() 64 struct crypto_instance *inst) in akcipher_instance() argument 66 return container_of(&inst->alg, struct akcipher_instance, alg.base); in akcipher_instance() 75 static inline void *akcipher_instance_ctx(struct akcipher_instance *inst) in akcipher_instance_ctx() argument 77 return crypto_instance_ctx(akcipher_crypto_instance(inst)); in akcipher_instance_ctx() 82 struct crypto_instance *inst) in crypto_set_akcipher_spawn() argument 84 crypto_set_spawn(&spawn->base, inst); in crypto_set_akcipher_spawn() 137 struct akcipher_instance *inst);
|
D | hash.h | 80 struct ahash_instance *inst); 81 void ahash_free_instance(struct crypto_instance *inst); 95 struct crypto_instance *inst); 109 struct shash_instance *inst); 110 void shash_free_instance(struct crypto_instance *inst); 114 struct crypto_instance *inst); 152 struct ahash_instance *inst) in ahash_crypto_instance() argument 154 return container_of(&inst->alg.halg.base, struct crypto_instance, alg); in ahash_crypto_instance() 158 struct crypto_instance *inst) in ahash_instance() argument 160 return container_of(&inst->alg, struct ahash_instance, alg.halg.base); in ahash_instance() [all …]
|
D | aead.h | 24 void (*free)(struct aead_instance *inst); 48 struct aead_instance *inst) in aead_crypto_instance() argument 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() argument 55 return container_of(&inst->alg, struct aead_instance, alg.base); in aead_instance() 63 static inline void *aead_instance_ctx(struct aead_instance *inst) in aead_instance_ctx() argument 65 return crypto_instance_ctx(aead_crypto_instance(inst)); in aead_instance_ctx() 90 struct crypto_aead_spawn *spawn, struct crypto_instance *inst) in crypto_set_aead_spawn() argument 92 crypto_set_spawn(&spawn->base, inst); in crypto_set_aead_spawn() 188 struct aead_instance *inst);
|
D | skcipher.h | 23 void (*free)(struct skcipher_instance *inst); 40 struct skcipher_instance *inst) in skcipher_crypto_instance() argument 42 return &inst->s.base; in skcipher_crypto_instance() 52 static inline void *skcipher_instance_ctx(struct skcipher_instance *inst) in skcipher_instance_ctx() argument 54 return crypto_instance_ctx(skcipher_crypto_instance(inst)); in skcipher_instance_ctx() 63 struct crypto_skcipher_spawn *spawn, struct crypto_instance *inst) in crypto_set_skcipher_spawn() argument 65 crypto_set_spawn(&spawn->base, inst); in crypto_set_skcipher_spawn() 119 struct skcipher_instance *inst);
|
D | geniv.h | 29 void aead_geniv_free(struct aead_instance *inst);
|
/include/crypto/ |
D | algapi.h | 34 void (*free)(struct crypto_instance *inst); 57 void (*free)(struct crypto_instance *inst); 66 struct crypto_instance *inst; member 141 struct crypto_instance *inst); 142 int crypto_unregister_instance(struct crypto_instance *inst); 145 struct crypto_instance *inst, u32 mask); 147 struct crypto_instance *inst, 158 struct crypto_instance *inst) in crypto_set_spawn() argument 160 spawn->inst = inst; in crypto_set_spawn() 177 int crypto_inst_setname(struct crypto_instance *inst, const char *name, [all …]
|
/include/linux/usb/ |
D | composite.h | 577 struct usb_function *(*alloc_func)(struct usb_function_instance *inst); 585 int (*set_inst_name)(struct usb_function_instance *inst, 587 void (*free_func_inst)(struct usb_function_instance *inst);
|
/include/linux/ |
D | mcb.h | 72 int inst; member
|
D | arm-smccc.h | 255 #define __arm_smccc_1_1(inst, ...) \ argument 258 asm volatile(inst "\n" \
|
/include/sound/ |
D | opl3.h | 274 struct fm_instrument inst; member
|
/include/linux/ceph/ |
D | messenger.h | 55 struct ceph_entity_inst inst; /* my name+address */ member
|