Home | History | Annotate | Download | only in ssl

Lines Matching refs:comp

709 	SSL_COMP *comp;
836 comp=sk_SSL_COMP_value(s->ctx->comp_methods,i);
837 *(p++)=comp->id;
882 SSL_COMP *comp;
1077 comp=NULL;
1085 comp=ssl3_comp_find(s->ctx->comp_methods,j);
1087 if ((j != 0) && (comp == NULL))
1095 s->s3->tmp.new_compression=comp;