Home
last modified time | relevance | path

Searched refs:SSL_COMP (Results 1 – 23 of 23) sorted by relevance

/openssl/crypto/
H A Dcomp_methods.c22 static int sk_comp_cmp(const SSL_COMP *const *a, const SSL_COMP *const *b) in sk_comp_cmp()
28 STACK_OF(SSL_COMP) *ossl_load_builtin_compressions(void) in STACK_OF() argument
30 STACK_OF(SSL_COMP) *comp_methods = NULL; in STACK_OF()
32 SSL_COMP *comp = NULL; in STACK_OF()
51 static void cmeth_free(SSL_COMP *cm) in cmeth_free()
56 void ossl_free_compression_methods_int(STACK_OF(SSL_COMP) *methods) in ossl_free_compression_methods_int()
H A Dcontext.c52 STACK_OF(SSL_COMP) *comp_methods;
/openssl/ssl/
H A Dssl_ciph.c508 SSL_COMP ctmp; in ssl_cipher_get_evp()
1941 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n) in ssl3_comp_find()
1943 SSL_COMP *ctmp; in ssl3_comp_find()
1944 SSL_COMP srch_key; in ssl3_comp_find()
1965 STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP) in STACK_OF() argument
1979 STACK_OF(SSL_COMP) **rv; in STACK_OF()
1989 STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP) in STACK_OF() argument
1992 STACK_OF(SSL_COMP) **comp_methods; in STACK_OF()
1993 STACK_OF(SSL_COMP) *old_meths; in STACK_OF()
2009 STACK_OF(SSL_COMP) *comp_methods; in SSL_COMP_add_compression_method()
[all …]
H A Dssl_txt.c119 SSL_COMP *comp = NULL; in SSL_SESSION_print()
H A Ds3_enc.c96 const SSL_COMP *comp = NULL; in ssl3_change_cipher_state()
168 SSL_COMP *comp; in ssl3_setup_key_block()
H A Dt1_enc.c120 const SSL_COMP *comp = NULL; in tls1_change_cipher_state()
260 SSL_COMP *comp; in tls1_setup_key_block()
H A Dssl_local.h909 STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */
1328 const SSL_COMP *new_compression;
2501 SSL_COMP **comp, int use_etm);
2759 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n);
/openssl/include/internal/
H A Dcryptlib.h164 STACK_OF(SSL_COMP) *ossl_load_builtin_compressions(void);
165 void ossl_free_compression_methods_int(STACK_OF(SSL_COMP) *methods);
/openssl/include/openssl/
H A Dcomp.h.in66 typedef struct ssl_comp_st SSL_COMP; typedef
69 generate_stack_macros("SSL_COMP");
H A Dssl.h.in2222 __owur const char *SSL_COMP_get0_name(const SSL_COMP *comp);
2223 __owur int SSL_COMP_get_id(const SSL_COMP *comp);
2224 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void);
2225 __owur STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP)
/openssl/doc/man3/
H A DSSL_COMP_add_compression_method.pod14 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void);
15 const char *SSL_COMP_get0_name(const SSL_COMP *comp);
16 int SSL_COMP_get_id(const SSL_COMP *comp);
/openssl/test/
H A Dtls13secretstest.c176 SSL_COMP **comp, int use_etm) in ssl_cipher_get_evp()
234 const SSL_COMP *comp, const EVP_MD *kdfdigest) in ssl_set_new_record_layer()
H A Dssl_old_test.c928 STACK_OF(SSL_COMP) *ssl_comp_methods = NULL; in main()
1349 const SSL_COMP *c = sk_SSL_COMP_value(ssl_comp_methods, j); in main()
/openssl/fuzz/
H A Dclient.c41 STACK_OF(SSL_COMP) *comp_methods; in time()
H A Ddtlsclient.c41 STACK_OF(SSL_COMP) *comp_methods; in time()
H A Dserver.c494 STACK_OF(SSL_COMP) *comp_methods; in time()
H A Ddtlsserver.c573 STACK_OF(SSL_COMP) *comp_methods; in time()
H A Dquic-client.c31 STACK_OF(SSL_COMP) *comp_methods; in FuzzerInitialize()
/openssl/ssl/record/
H A Drecord.h181 const SSL_COMP *comp, const EVP_MD *kdfdigest);
H A Drec_layer_s3.c1241 const SSL_COMP *comp, const EVP_MD *kdfdigest) in ssl_set_new_record_layer()
/openssl/util/
H A Dindent.pro389 -T SSL_COMP
/openssl/ssl/statem/
H A Dstatem_clnt.c1170 SSL_COMP *comp; in tls_construct_client_hello()
1468 SSL_COMP *comp; in tls_process_server_hello()
H A Dstatem_srvr.c1689 SSL_COMP *comp = NULL; in tls_early_post_process_client_hello()

Completed in 156 milliseconds