Home
last modified time | relevance | path

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

12

/src/crypto/openssl/include/openssl/
H A Dcomp.h66 typedef struct ssl_comp_st SSL_COMP; typedef
69 SKM_DEFINE_STACK_OF_INTERNAL(SSL_COMP, SSL_COMP, SSL_COMP)
71 #define sk_SSL_COMP_value(sk, idx) ((SSL_COMP *)OPENSSL_sk_value(ossl_check_const_SSL_COMP_sk_type(…
72 #define sk_SSL_COMP_new(cmp) ((STACK_OF(SSL_COMP) *)OPENSSL_sk_new(ossl_check_SSL_COMP_compfunc_typ…
73 #define sk_SSL_COMP_new_null() ((STACK_OF(SSL_COMP) *)OPENSSL_sk_new_null())
74 #define sk_SSL_COMP_new_reserve(cmp, n) ((STACK_OF(SSL_COMP) *)OPENSSL_sk_new_reserve(ossl_check_SS…
78 #define sk_SSL_COMP_delete(sk, i) ((SSL_COMP *)OPENSSL_sk_delete(ossl_check_SSL_COMP_sk_type(sk), (…
79 #define sk_SSL_COMP_delete_ptr(sk, ptr) ((SSL_COMP *)OPENSSL_sk_delete_ptr(ossl_check_SSL_COMP_sk_t…
82 #define sk_SSL_COMP_pop(sk) ((SSL_COMP *)OPENSSL_sk_pop(ossl_check_SSL_COMP_sk_type(sk)))
83 #define sk_SSL_COMP_shift(sk) ((SSL_COMP *)OPENSSL_sk_shift(ossl_check_SSL_COMP_sk_type(sk)))
[all …]
H A Dcomp.h.in68 typedef struct ssl_comp_st SSL_COMP; typedef
72 generate_stack_macros("SSL_COMP");
H A Dssl.h2290 __owur const char *SSL_COMP_get0_name(const SSL_COMP *comp);
2291 __owur int SSL_COMP_get_id(const SSL_COMP *comp);
2292 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void);
2293 __owur STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP)
H A Dssl.h.in2243 __owur const char *SSL_COMP_get0_name(const SSL_COMP *comp);
2244 __owur int SSL_COMP_get_id(const SSL_COMP *comp);
2245 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void);
2246 __owur STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP)
/src/crypto/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.c53 STACK_OF(SSL_COMP) *comp_methods;
/src/crypto/openssl/ssl/
H A Dssl_ciph.c496 SSL_COMP **comp, int use_etm) in ssl_cipher_get_evp()
505 SSL_COMP ctmp; in ssl_cipher_get_evp()
506 STACK_OF(SSL_COMP) *comp_methods; in ssl_cipher_get_evp()
1929 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n) in ssl3_comp_find()
1931 SSL_COMP *ctmp; in ssl3_comp_find()
1932 SSL_COMP srch_key; in ssl3_comp_find()
1948 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void) in STACK_OF() argument
1953 STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP) in STACK_OF() argument
1965 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void) in STACK_OF() argument
1967 STACK_OF(SSL_COMP) **rv; in STACK_OF()
[all …]
H A Dssl_txt.c121 SSL_COMP *comp = NULL; in SSL_SESSION_print()
H A Ds3_enc.c97 const SSL_COMP *comp = NULL; in ssl3_change_cipher_state()
168 SSL_COMP *comp; in ssl3_setup_key_block()
H A Dt1_enc.c121 const SSL_COMP *comp = NULL; in tls1_change_cipher_state()
263 SSL_COMP *comp; in tls1_setup_key_block()
H A Dssl_local.h901 STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */
1377 const SSL_COMP *new_compression;
2574 SSL_COMP **comp, int use_etm);
2835 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n);
/src/crypto/openssl/include/internal/
H A Dcryptlib.h171 STACK_OF(SSL_COMP) *ossl_load_builtin_compressions(void);
172 void ossl_free_compression_methods_int(STACK_OF(SSL_COMP) *methods);
/src/crypto/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);
/src/crypto/openssl/test/
H A Dtls13secretstest.c177 SSL_COMP **comp, int use_etm) in ssl_cipher_get_evp()
235 const SSL_COMP *comp, const EVP_MD *kdfdigest) in ssl_set_new_record_layer()
H A Dssl_old_test.c925 STACK_OF(SSL_COMP) *ssl_comp_methods = NULL; in main()
1337 const SSL_COMP *c = sk_SSL_COMP_value(ssl_comp_methods, j); in main()
/src/crypto/openssl/fuzz/
H A Dclient.c46 STACK_OF(SSL_COMP) *comp_methods; in time()
H A Ddtlsclient.c46 STACK_OF(SSL_COMP) *comp_methods; in time()
H A Dserver.c2298 STACK_OF(SSL_COMP) *comp_methods; in time()
H A Dquic-server.c31 STACK_OF(SSL_COMP) *comp_methods; in FuzzerInitialize()
H A Dquic-client.c31 STACK_OF(SSL_COMP) *comp_methods; in FuzzerInitialize()
H A Ddtlsserver.c3414 STACK_OF(SSL_COMP) *comp_methods; in time()
/src/crypto/openssl/ssl/record/
H A Drecord.h182 const SSL_COMP *comp, const EVP_MD *kdfdigest);
H A Drec_layer_s3.c1251 const SSL_COMP *comp, const EVP_MD *kdfdigest) in ssl_set_new_record_layer()
/src/crypto/openssl/util/
H A Dindent.pro389 -T SSL_COMP
/src/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c1181 SSL_COMP *comp; in tls_construct_client_hello()
1479 SSL_COMP *comp; in tls_process_server_hello()

12