Lines Matching refs:SSL_COMP
87 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()
488 size_t *mac_secret_size, SSL_COMP **comp, int use_etm) in ssl_cipher_get_evp()
497 SSL_COMP ctmp; in ssl_cipher_get_evp()
1900 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n) in ssl3_comp_find()
1902 SSL_COMP *ctmp; in ssl3_comp_find()
1917 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void) in STACK_OF() argument
1922 STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP) in STACK_OF() argument
1934 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void) in STACK_OF() argument
1940 STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP) in STACK_OF() argument
1943 STACK_OF(SSL_COMP) *old_meths = ssl_comp_methods; in STACK_OF()
1948 static void cmeth_free(SSL_COMP *cm) in cmeth_free()
1955 STACK_OF(SSL_COMP) *old_meths = ssl_comp_methods; in ssl_comp_free_compression_methods_int()
1962 SSL_COMP *comp; in SSL_COMP_add_compression_method()
2019 const char *SSL_COMP_get0_name(const SSL_COMP *comp) in SSL_COMP_get0_name()
2028 int SSL_COMP_get_id(const SSL_COMP *comp) in SSL_COMP_get_id()