Lines Matching defs:vobj
87 static void cleanup_object(void *vobj)
89 struct object_st *obj = vobj;
129 static int raw_set_params(void *vobj, const OSSL_PARAM *params)
131 struct object_st *obj = vobj;
170 static int raw_get_params(void *vobj, OSSL_PARAM *params)
172 struct object_st *obj = vobj;
208 static int api_set_params(void *vobj, const OSSL_PARAM *params)
210 struct object_st *obj = vobj;
244 static int api_get_params(void *vobj, OSSL_PARAM *params)
246 struct object_st *obj = vobj;