Searched refs:SSL_COMP (Results 1 – 16 of 16) sorted by relevance
/freebsd/crypto/openssl/ssl/ |
H A D | ssl_ciph.c | 64 static STACK_OF(SSL_COMP) *ssl_comp_methods = NULL; 450 static int sk_comp_cmp(const SSL_COMP *const *a, const SSL_COMP *const *b) in sk_comp_cmp() 457 SSL_COMP *comp = NULL; in DEFINE_RUN_ONCE_STATIC() 514 SSL_COMP **comp, int use_etm) in ssl_cipher_get_evp() 523 SSL_COMP ctmp; in ssl_cipher_get_evp() 1964 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n) in ssl3_comp_find() 1966 SSL_COMP *ctmp; in ssl3_comp_find() 1981 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void) in STACK_OF() argument 1986 STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP) in STACK_OF() argument 1998 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void) in STACK_OF() argument [all …]
|
H A D | ssl_txt.c | 117 SSL_COMP *comp = NULL; in SSL_SESSION_print()
|
H A D | t1_enc.c | 157 const SSL_COMP *comp; in tls1_change_cipher_state() 473 SSL_COMP *comp; in tls1_setup_key_block()
|
H A D | ssl_local.h | 949 STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */ 1331 const SSL_COMP *new_compression; 2413 SSL_COMP **comp, int use_etm); 2650 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n);
|
H A D | s3_enc.c | 251 SSL_COMP *comp; in ssl3_setup_key_block()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_COMP_add_compression_method.pod | 14 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);
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 234 typedef struct ssl_comp_st SSL_COMP; typedef 237 STACK_OF(SSL_COMP); 1003 SKM_DEFINE_STACK_OF_INTERNAL(SSL_COMP, SSL_COMP, SSL_COMP) 1005 #define sk_SSL_COMP_value(sk, idx) ((SSL_COMP *)OPENSSL_sk_value(ossl_check_const_SSL_COMP_sk_type(… 1006 #define sk_SSL_COMP_new(cmp) ((STACK_OF(SSL_COMP) *)OPENSSL_sk_new(ossl_check_SSL_COMP_compfunc_typ… 1007 #define sk_SSL_COMP_new_null() ((STACK_OF(SSL_COMP) *)OPENSSL_sk_new_null()) 1008 #define sk_SSL_COMP_new_reserve(cmp, n) ((STACK_OF(SSL_COMP) *)OPENSSL_sk_new_reserve(ossl_check_SS… 1012 #define sk_SSL_COMP_delete(sk, i) ((SSL_COMP *)OPENSSL_sk_delete(ossl_check_SSL_COMP_sk_type(sk), (… 1013 #define sk_SSL_COMP_delete_ptr(sk, ptr) ((SSL_COMP *)OPENSSL_sk_delete_ptr(ossl_check_SSL_COMP_sk_t… 1016 #define sk_SSL_COMP_pop(sk) ((SSL_COMP *)OPENSSL_sk_pop(ossl_check_SSL_COMP_sk_type(sk))) [all …]
|
H A D | ssl.h.in | 235 typedef struct ssl_comp_st SSL_COMP; typedef 238 STACK_OF(SSL_COMP); 956 .generate_stack_macros("SSL_COMP"); 2168 __owur const char *SSL_COMP_get0_name(const SSL_COMP *comp); 2169 __owur int SSL_COMP_get_id(const SSL_COMP *comp); 2170 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void); 2171 __owur STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP)
|
/freebsd/crypto/openssl/fuzz/ |
H A D | client.c | 41 STACK_OF(SSL_COMP) *comp_methods; in time()
|
H A D | server.c | 494 STACK_OF(SSL_COMP) *comp_methods; in time()
|
/freebsd/crypto/openssl/test/ |
H A D | tls13secretstest.c | 177 SSL_COMP **comp, int use_etm) in ssl_cipher_get_evp()
|
H A D | ssl_old_test.c | 915 STACK_OF(SSL_COMP) *ssl_comp_methods = NULL; in main() 1336 SSL_COMP *c = sk_SSL_COMP_value(ssl_comp_methods, j); in main()
|
/freebsd/crypto/openssl/util/ |
H A D | indent.pro | 390 -T SSL_COMP
|
/freebsd/crypto/openssl/ssl/statem/ |
H A D | statem_clnt.c | 1099 SSL_COMP *comp; in tls_construct_client_hello() 1387 SSL_COMP *comp; in tls_process_server_hello()
|
H A D | statem_srvr.c | 1595 SSL_COMP *comp = NULL; in tls_early_post_process_client_hello()
|
/freebsd/contrib/sendmail/src/ |
H A D | tls.c | 995 STACK_OF(SSL_COMP) *comp_methods;
|