Searched refs:comp_id (Results 1 – 3 of 3) sorted by relevance
97 ASN1_OCTET_STRING comp_id; member180 a.comp_id.length = 1; in i2d_SSL_SESSION()181 a.comp_id.type = V_ASN1_OCTET_STRING; in i2d_SSL_SESSION()182 a.comp_id.data = &cbuf; in i2d_SSL_SESSION()301 M_ASN1_I2D_len_EXP_opt(&(a.comp_id), i2d_ASN1_OCTET_STRING,11,v11); in i2d_SSL_SESSION()352 M_ASN1_I2D_put_EXP_opt(&(a.comp_id), i2d_ASN1_OCTET_STRING,11,v11); in i2d_SSL_SESSION()
1126 int m, comp_id = s->session->compress_meth; in ssl3_get_client_hello() local1139 if (comp_id == comp->id) in ssl3_get_client_hello()1154 if (q[m] == comp_id) in ssl3_get_client_hello()
564 int comp_id; /* The identifier byte for this compression type */ member