Searched refs:comp_methods (Results 1 – 15 of 15) sorted by relevance
/third_party/openssl/fuzz/ |
D | client.c | 41 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()
|
D | server.c | 494 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/ |
D | client.c | 41 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()
|
D | server.c | 494 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/ |
D | types.rs | 825 comp_methods: *mut c_void, 895 comp_methods: *mut c_void,
|
/third_party/node/deps/openssl/openssl/ssl/statem/ |
D | statem_srvr.c | 1976 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()
|
D | statem_clnt.c | 1259 && 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/ |
D | statem_srvr.c | 1956 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()
|
D | statem_clnt.c | 1251 && 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/ |
D | zlibmodule.c | 1352 static PyMethodDef comp_methods[] = variable 1474 {Py_tp_methods, comp_methods},
|
/third_party/openssl/ssl/ |
D | ssl_local.h | 949 STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */
|
D | ssl_lib.c | 3319 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/ |
D | ssl_lib.c | 3423 ret->comp_methods = SSL_COMP_get_compression_methods(); in SSL_CTX_new_ex() 3575 a->comp_methods = NULL; in SSL_CTX_free()
|
D | ssl_local.h | 958 STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */
|
/third_party/python/Tools/c-analyzer/cpython/ |
D | ignored.tsv | 686 Modules/zlibmodule.c - comp_methods -
|