Lines Matching refs:inst
29 void (*free)(struct skcipher_instance *inst);
40 void (*free)(struct lskcipher_instance *inst);
59 struct skcipher_instance *inst) in skcipher_crypto_instance() argument
61 return &inst->s.base; in skcipher_crypto_instance()
65 struct lskcipher_instance *inst) in lskcipher_crypto_instance() argument
67 return &inst->s.base; in lskcipher_crypto_instance()
84 static inline void *skcipher_instance_ctx(struct skcipher_instance *inst) in skcipher_instance_ctx() argument
86 return crypto_instance_ctx(skcipher_crypto_instance(inst)); in skcipher_instance_ctx()
89 static inline void *lskcipher_instance_ctx(struct lskcipher_instance *inst) in lskcipher_instance_ctx() argument
91 return crypto_instance_ctx(lskcipher_crypto_instance(inst)); in lskcipher_instance_ctx()
100 struct crypto_instance *inst,
104 struct crypto_instance *inst,
165 struct skcipher_instance *inst);
172 struct lskcipher_instance *inst);
235 struct skcipher_instance *inst) in skcipher_ialg_simple() argument
237 struct crypto_cipher_spawn *spawn = skcipher_instance_ctx(inst); in skcipher_ialg_simple()
254 struct lskcipher_instance *inst) in lskcipher_ialg_simple() argument
256 struct crypto_lskcipher_spawn *spawn = lskcipher_instance_ctx(inst); in lskcipher_ialg_simple()