Lines Matching defs:inst
14 void (*free)(struct akcipher_instance *inst);
81 struct akcipher_instance *inst)
83 return container_of(&inst->alg.base, struct crypto_instance, alg);
87 struct crypto_instance *inst)
89 return container_of(&inst->alg, struct akcipher_instance, alg.base);
98 static inline void *akcipher_instance_ctx(struct akcipher_instance *inst)
100 return crypto_instance_ctx(akcipher_crypto_instance(inst));
104 struct crypto_instance *inst,
151 * @inst: the template instance
154 struct akcipher_instance *inst);