Home
last modified time | relevance | path

Searched refs:comp_methods (Results 1 – 15 of 15) sorted by relevance

/third_party/openssl/fuzz/
Dclient.c41 STACK_OF(SSL_COMP) *comp_methods; in time()
49 comp_methods = SSL_COMP_get_compression_methods(); in time()
50 if (comp_methods != NULL) in time()
51 sk_SSL_COMP_sort(comp_methods); in time()
Dserver.c494 STACK_OF(SSL_COMP) *comp_methods; in time()
502 comp_methods = SSL_COMP_get_compression_methods(); in time()
503 if (comp_methods != NULL) in time()
504 sk_SSL_COMP_sort(comp_methods); in time()
/third_party/node/deps/openssl/openssl/fuzz/
Dclient.c41 STACK_OF(SSL_COMP) *comp_methods; in time()
49 comp_methods = SSL_COMP_get_compression_methods(); in time()
50 if (comp_methods != NULL) in time()
51 sk_SSL_COMP_sort(comp_methods); in time()
Dserver.c494 STACK_OF(SSL_COMP) *comp_methods; in time()
502 comp_methods = SSL_COMP_get_compression_methods(); in time()
503 if (comp_methods != NULL) in time()
504 sk_SSL_COMP_sort(comp_methods); in time()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
Dtypes.rs825 comp_methods: *mut c_void,
895 comp_methods: *mut c_void,
/third_party/node/deps/openssl/openssl/ssl/statem/
Dstatem_srvr.c1976 for (m = 0; m < sk_SSL_COMP_num(s->ctx->comp_methods); m++) { in tls_early_post_process_client_hello()
1977 comp = sk_SSL_COMP_value(s->ctx->comp_methods, m); in tls_early_post_process_client_hello()
2000 } else if (ssl_allow_compression(s) && s->ctx->comp_methods) { in tls_early_post_process_client_hello()
2005 nn = sk_SSL_COMP_num(s->ctx->comp_methods); in tls_early_post_process_client_hello()
2007 comp = sk_SSL_COMP_value(s->ctx->comp_methods, m); in tls_early_post_process_client_hello()
Dstatem_clnt.c1259 && s->ctx->comp_methods in tls_construct_client_hello()
1261 int compnum = sk_SSL_COMP_num(s->ctx->comp_methods); in tls_construct_client_hello()
1263 comp = sk_SSL_COMP_value(s->ctx->comp_methods, i); in tls_construct_client_hello()
1653 comp = ssl3_comp_find(s->ctx->comp_methods, compression); in tls_process_server_hello()
/third_party/openssl/ssl/statem/
Dstatem_srvr.c1956 for (m = 0; m < sk_SSL_COMP_num(s->ctx->comp_methods); m++) { in tls_early_post_process_client_hello()
1957 comp = sk_SSL_COMP_value(s->ctx->comp_methods, m); in tls_early_post_process_client_hello()
1980 } else if (ssl_allow_compression(s) && s->ctx->comp_methods) { in tls_early_post_process_client_hello()
1985 nn = sk_SSL_COMP_num(s->ctx->comp_methods); in tls_early_post_process_client_hello()
1987 comp = sk_SSL_COMP_value(s->ctx->comp_methods, m); in tls_early_post_process_client_hello()
Dstatem_clnt.c1251 && s->ctx->comp_methods in tls_construct_client_hello()
1253 int compnum = sk_SSL_COMP_num(s->ctx->comp_methods); in tls_construct_client_hello()
1255 comp = sk_SSL_COMP_value(s->ctx->comp_methods, i); in tls_construct_client_hello()
1645 comp = ssl3_comp_find(s->ctx->comp_methods, compression); in tls_process_server_hello()
/third_party/python/Modules/
Dzlibmodule.c1352 static PyMethodDef comp_methods[] = variable
1474 {Py_tp_methods, comp_methods},
/third_party/openssl/ssl/
Dssl_local.h949 STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */
Dssl_lib.c3319 ret->comp_methods = SSL_COMP_get_compression_methods(); in SSL_CTX_new_ex()
3471 a->comp_methods = NULL; in SSL_CTX_free()
/third_party/node/deps/openssl/openssl/ssl/
Dssl_lib.c3423 ret->comp_methods = SSL_COMP_get_compression_methods(); in SSL_CTX_new_ex()
3575 a->comp_methods = NULL; in SSL_CTX_free()
Dssl_local.h958 STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv686 Modules/zlibmodule.c - comp_methods -