Lines Matching refs:SSL_COMP
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
2004 STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP) in STACK_OF() argument
2007 STACK_OF(SSL_COMP) *old_meths = ssl_comp_methods; in STACK_OF()
2012 static void cmeth_free(SSL_COMP *cm) in cmeth_free()
2019 STACK_OF(SSL_COMP) *old_meths = ssl_comp_methods; in ssl_comp_free_compression_methods_int()
2026 SSL_COMP *comp; in SSL_COMP_add_compression_method()
2076 const char *SSL_COMP_get0_name(const SSL_COMP *comp) in SSL_COMP_get0_name()
2085 int SSL_COMP_get_id(const SSL_COMP *comp) in SSL_COMP_get_id()