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()
513 SSL_COMP **comp, int use_etm) in ssl_cipher_get_evp()
522 SSL_COMP ctmp; in ssl_cipher_get_evp()
1957 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n) in ssl3_comp_find()
1959 SSL_COMP *ctmp; in ssl3_comp_find()
1974 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void) in STACK_OF() argument
1979 STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP) in STACK_OF() argument
1991 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void) in STACK_OF() argument
1997 STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP) in STACK_OF() argument
2000 STACK_OF(SSL_COMP) *old_meths = ssl_comp_methods; in STACK_OF()
2005 static void cmeth_free(SSL_COMP *cm) in cmeth_free()
2012 STACK_OF(SSL_COMP) *old_meths = ssl_comp_methods; in ssl_comp_free_compression_methods_int()
2019 SSL_COMP *comp; in SSL_COMP_add_compression_method()
2069 const char *SSL_COMP_get0_name(const SSL_COMP *comp) in SSL_COMP_get0_name()
2078 int SSL_COMP_get_id(const SSL_COMP *comp) in SSL_COMP_get_id()