Home | History | Annotate | Download | only in openssh

Lines Matching refs:comp

476 	Comp *comp;
488 comp = &newkey->comp;
516 /* Comp structure */
517 comp->type = buffer_get_int(&b);
518 comp->enabled = buffer_get_int(&b);
519 comp->name = buffer_get_string(&b, NULL);
535 Comp *comp;
546 comp = &newkey->comp;
564 /* Comp structure */
565 buffer_put_int(&b, comp->type);
566 buffer_put_int(&b, comp->enabled);
567 buffer_put_cstring(&b, comp->name);