Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_ciph.c87 static STACK_OF(SSL_COMP) *ssl_comp_methods = NULL;
453 static int sk_comp_cmp(const SSL_COMP *const *a, const SSL_COMP *const *b) in sk_comp_cmp()
460 SSL_COMP *comp = NULL; in DEFINE_RUN_ONCE_STATIC()
497 SSL_COMP ctmp; in ssl_cipher_get_evp()
1902 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n) in ssl3_comp_find()
1904 SSL_COMP *ctmp; in ssl3_comp_find()
1924 STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP) in STACK_OF() argument
1942 STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP) in STACK_OF() argument
1950 static void cmeth_free(SSL_COMP *cm) in cmeth_free()
1964 SSL_COMP *comp; in SSL_COMP_add_compression_method()
[all …]
H A Dssl_txt.c118 SSL_COMP *comp = NULL; in SSL_SESSION_print()
H A Dt1_enc.c127 const SSL_COMP *comp; in tls1_change_cipher_state()
467 SSL_COMP *comp; in tls1_setup_key_block()
H A Dssl_local.h840 STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */
1599 const SSL_COMP *new_compression;
2285 size_t *mac_secret_size, SSL_COMP **comp,
2511 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n);
H A Ds3_enc.c252 SSL_COMP *comp; in ssl3_setup_key_block()
/freebsd-13.1/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);
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h216 typedef struct ssl_comp_st SSL_COMP; typedef
219 STACK_OF(SSL_COMP);
961 DEFINE_STACK_OF(SSL_COMP)
2085 __owur const char *SSL_COMP_get0_name(const SSL_COMP *comp);
2086 __owur int SSL_COMP_get_id(const SSL_COMP *comp);
2087 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void);
2088 __owur STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP)
/freebsd-13.1/crypto/openssl/ssl/statem/
H A Dstatem_clnt.c1105 SSL_COMP *comp; in tls_construct_client_hello()
1411 SSL_COMP *comp; in tls_process_server_hello()
H A Dstatem_srvr.c1619 SSL_COMP *comp = NULL; in tls_early_post_process_client_hello()
/freebsd-13.1/contrib/sendmail/src/
H A Dtls.c953 STACK_OF(SSL_COMP) *comp_methods;