Lines Matching refs:comp
37 OPENSSL_free(r[i].comp); in TLS_RL_RECORD_release()
38 r[i].comp = NULL; in TLS_RL_RECORD_release()
1042 if (rec->comp == NULL) { in tls_do_uncompress()
1043 rec->comp = (unsigned char *) in tls_do_uncompress()
1046 if (rec->comp == NULL) in tls_do_uncompress()
1049 i = COMP_expand_block(rl->compctx, rec->comp, SSL3_RT_MAX_PLAIN_LENGTH, in tls_do_uncompress()
1055 rec->data = rec->comp; in tls_do_uncompress()
1254 const EVP_MD *md, COMP_METHOD *comp, BIO *prev, in tls_int_new_record_layer() argument
1393 const EVP_MD *md, COMP_METHOD *comp, in tls_new_record_layer() argument
1403 ciph, taglen, md, comp, prev, in tls_new_record_layer()
1434 taglen, mactype, md, comp); in tls_new_record_layer()