| /include/crypto/internal/ |
| D | hash.h | 31 void (*free)(struct ahash_instance *inst); 42 void (*free)(struct shash_instance *inst); 74 struct ahash_instance *inst); 91 struct crypto_instance *inst, 110 struct shash_instance *inst); 111 void shash_free_singlespawn_instance(struct shash_instance *inst); 114 struct crypto_instance *inst, 174 struct ahash_instance *inst) in ahash_crypto_instance() argument 176 return &inst->s.base; in ahash_crypto_instance() 180 struct crypto_instance *inst) in ahash_instance() argument [all …]
|
| D | kpp.h | 21 void (*free)(struct kpp_instance *inst); 106 struct kpp_instance *inst) in kpp_crypto_instance() argument 108 return &inst->s.base; in kpp_crypto_instance() 117 static inline struct kpp_instance *kpp_instance(struct crypto_instance *inst) in kpp_instance() argument 119 return container_of(inst, struct kpp_instance, s.base); in kpp_instance() 144 static inline void *kpp_instance_ctx(struct kpp_instance *inst) in kpp_instance_ctx() argument 146 return crypto_instance_ctx(kpp_crypto_instance(inst)); in kpp_instance_ctx() 182 struct kpp_instance *inst); 197 struct crypto_instance *inst,
|
| D | akcipher.h | 14 void (*free)(struct akcipher_instance *inst); 81 struct akcipher_instance *inst) in akcipher_crypto_instance() argument 83 return container_of(&inst->alg.base, struct crypto_instance, alg); in akcipher_crypto_instance() 87 struct crypto_instance *inst) in akcipher_instance() argument 89 return container_of(&inst->alg, struct akcipher_instance, alg.base); in akcipher_instance() 98 static inline void *akcipher_instance_ctx(struct akcipher_instance *inst) in akcipher_instance_ctx() argument 100 return crypto_instance_ctx(akcipher_crypto_instance(inst)); in akcipher_instance_ctx() 104 struct crypto_instance *inst, 154 struct akcipher_instance *inst);
|
| D | skcipher.h | 29 void (*free)(struct skcipher_instance *inst); 40 void (*free)(struct lskcipher_instance *inst); 93 struct skcipher_instance *inst) in skcipher_crypto_instance() argument 95 return &inst->s.base; in skcipher_crypto_instance() 99 struct lskcipher_instance *inst) in lskcipher_crypto_instance() argument 101 return &inst->s.base; in lskcipher_crypto_instance() 118 static inline void *skcipher_instance_ctx(struct skcipher_instance *inst) in skcipher_instance_ctx() argument 120 return crypto_instance_ctx(skcipher_crypto_instance(inst)); in skcipher_instance_ctx() 123 static inline void *lskcipher_instance_ctx(struct lskcipher_instance *inst) in lskcipher_instance_ctx() argument 125 return crypto_instance_ctx(lskcipher_crypto_instance(inst)); in lskcipher_instance_ctx() [all …]
|
| D | aead.h | 19 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() 100 struct crypto_instance *inst, 165 struct aead_instance *inst);
|
| D | cipher.h | 186 struct crypto_instance *inst, in crypto_grab_cipher() argument 192 return crypto_grab_spawn(&spawn->base, inst, name, type, mask); in crypto_grab_cipher()
|
| /include/uapi/linux/ |
| D | kcov.h | 56 static inline __u64 kcov_remote_handle(__u64 subsys, __u64 inst) in kcov_remote_handle() argument 58 if (subsys & ~KCOV_SUBSYSTEM_MASK || inst & ~KCOV_INSTANCE_MASK) in kcov_remote_handle() 60 return subsys | inst; in kcov_remote_handle()
|
| /include/crypto/ |
| D | algapi.h | 63 void (*free)(struct crypto_instance *inst); 103 struct crypto_instance *inst; member 152 struct crypto_instance *inst); 153 void crypto_unregister_instance(struct crypto_instance *inst); 155 int crypto_grab_spawn(struct crypto_spawn *spawn, struct crypto_instance *inst, 165 int crypto_inst_setname(struct crypto_instance *inst, const char *name, 216 static inline void *crypto_instance_ctx(struct crypto_instance *inst) in crypto_instance_ctx() argument 218 return inst->__ctx; in crypto_instance_ctx()
|
| /include/linux/usb/ |
| D | composite.h | 582 struct usb_function *(*alloc_func)(struct usb_function_instance *inst); 589 int (*set_inst_name)(struct usb_function_instance *inst, 591 void (*free_func_inst)(struct usb_function_instance *inst);
|
| /include/linux/ |
| D | mcb.h | 68 int inst; member
|
| D | arm-smccc.h | 617 #define __arm_smccc_1_1(inst, ...) \ argument 625 asm volatile(inst "\n" : \
|
| /include/sound/ |
| D | opl3.h | 256 struct fm_instrument inst; member
|
| /include/linux/ceph/ |
| D | messenger.h | 104 struct ceph_entity_inst inst; /* my name+address */ member
|