Home | History | Annotate | Download | only in hx509

Lines Matching defs:objs

72 	struct st_object **objs;
193 if (soft_token.object.objs[i] == NULL)
195 if (soft_token.object.objs[i]->object_handle != handle)
197 *object = soft_token.object.objs[i];
308 struct st_object *o, **objs;
316 if (soft_token.object.objs == NULL) {
317 soft_token.object.objs[i] = o;
322 objs = realloc(soft_token.object.objs,
323 (soft_token.object.num_objs + 1) * sizeof(soft_token.object.objs[0]));
324 if (objs == NULL) {
328 soft_token.object.objs = objs;
329 soft_token.object.objs[soft_token.object.num_objs++] = o;
331 soft_token.object.objs[i]->object_handle =
903 soft_token.object.objs = NULL;
1397 if (attributes_match(soft_token.object.objs[i],
1400 *phObject++ = soft_token.object.objs[i]->object_handle;
1549 o = soft_token.object.objs[state->sign_object];
1667 o = soft_token.object.objs[state->verify_object];