Home
last modified time | relevance | path

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

/include/crypto/internal/
Dakcipher.h19 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);
Dhash.h80 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 …]
Daead.h24 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);
Dskcipher.h23 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);
Dgeniv.h29 void aead_geniv_free(struct aead_instance *inst);
/include/crypto/
Dalgapi.h34 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/
Dcomposite.h577 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/
Dmcb.h72 int inst; member
Darm-smccc.h255 #define __arm_smccc_1_1(inst, ...) \ argument
258 asm volatile(inst "\n" \
/include/sound/
Dopl3.h274 struct fm_instrument inst; member
/include/linux/ceph/
Dmessenger.h55 struct ceph_entity_inst inst; /* my name+address */ member