Home
last modified time | relevance | path

Searched refs:compctx (Results 1 – 6 of 6) sorted by relevance

/openssl/ssl/record/methods/
H A Dssl3_meth.c54 rl->compctx = COMP_CTX_new(comp); in ssl3_set_crypto_state()
55 if (rl->compctx == NULL) { in ssl3_set_crypto_state()
H A Dtls_common.c1005 if (rl->compctx == NULL) in tls_default_validate_record_header()
1023 i = COMP_compress_block(rl->compctx, wr->data, in tls_do_compress()
1049 i = COMP_expand_block(rl->compctx, rec->comp, SSL3_RT_MAX_PLAIN_LENGTH, in tls_do_uncompress()
1065 if (rl->compctx != NULL) { in tls_default_post_process_record()
1457 COMP_CTX_free(rl->compctx); in tls_int_free()
1612 if (rl->compctx != NULL) in tls_prepare_record_header_default()
1821 if (rl->compctx != NULL) { in tls_write_records_default()
2059 return (rl->compctx == NULL) ? NULL : COMP_CTX_get_method(rl->compctx); in tls_get_compression()
H A Dtls_multib.c29 && rl->compctx == NULL in tls_is_multiblock_capable()
H A Dtls1_meth.c50 rl->compctx = COMP_CTX_new(comp); in tls1_set_crypto_state()
51 if (rl->compctx == NULL) { in tls1_set_crypto_state()
H A Ddtls_meth.c237 if (rl->compctx != NULL) { in dtls_process_record()
703 if (rl->compctx != NULL) in dtls_prepare_record_header()
H A Drecmethod_local.h306 COMP_CTX *compctx; member

Completed in 21 milliseconds