| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | comp.h | 24 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth); 25 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx); 27 int COMP_get_type(const COMP_METHOD *meth); 28 const char *COMP_get_name(const COMP_METHOD *meth); 36 COMP_METHOD *COMP_zlib(void);
|
| H A D | ossl_typ.h | 152 typedef struct comp_method_st COMP_METHOD; typedef
|
| H A D | ssl.h | 2088 __owur const COMP_METHOD *SSL_get_current_compression(const SSL *s); 2089 __owur const COMP_METHOD *SSL_get_current_expansion(const SSL *s); 2090 __owur const char *SSL_COMP_get_name(const COMP_METHOD *comp); 2099 __owur int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | comp.h | 30 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth); 31 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx); 33 int COMP_get_type(const COMP_METHOD *meth); 34 const char *COMP_get_name(const COMP_METHOD *meth); 42 COMP_METHOD *COMP_zlib(void);
|
| H A D | types.h | 188 typedef struct comp_method_st COMP_METHOD; typedef
|
| H A D | ssl.h.in | 2165 __owur const COMP_METHOD *SSL_get_current_compression(const SSL *s); 2166 __owur const COMP_METHOD *SSL_get_current_expansion(const SSL *s); 2167 __owur const char *SSL_COMP_get_name(const COMP_METHOD *comp); 2176 __owur int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/comp/ |
| H A D | comp_lib.c | 18 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth) in COMP_CTX_new() 34 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx) in COMP_CTX_get_method() 39 int COMP_get_type(const COMP_METHOD *meth) in COMP_get_type() 44 const char *COMP_get_name(const COMP_METHOD *meth) in COMP_get_name()
|
| H A D | c_zlib.c | 21 COMP_METHOD *COMP_zlib(void); 23 static COMP_METHOD zlib_method_nozlib = { 62 static COMP_METHOD zlib_stateful_method = { 246 COMP_METHOD *COMP_zlib(void) in COMP_zlib() 248 COMP_METHOD *meth = &zlib_method_nozlib; in COMP_zlib()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/comp/ |
| H A D | comp_lib.c | 18 COMP_CTX *COMP_CTX_new(COMP_METHOD *meth) in COMP_CTX_new() 34 const COMP_METHOD *COMP_CTX_get_method(const COMP_CTX *ctx) in COMP_CTX_get_method() 39 int COMP_get_type(const COMP_METHOD *meth) in COMP_get_type() 44 const char *COMP_get_name(const COMP_METHOD *meth) in COMP_get_name()
|
| H A D | c_zlib.c | 20 COMP_METHOD *COMP_zlib(void); 22 static COMP_METHOD zlib_method_nozlib = { 61 static COMP_METHOD zlib_stateful_method = { 209 COMP_METHOD *COMP_zlib(void) in COMP_zlib() 211 COMP_METHOD *meth = &zlib_method_nozlib; in COMP_zlib()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | SSL_COMP_add_compression_method.pod | 13 int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | SSL_COMP_add_compression_method.pod | 13 int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm);
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
| H A D | ssl_ciph.c | 461 COMP_METHOD *method = COMP_zlib(); in DEFINE_RUN_ONCE_STATIC() 1928 int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm) in SSL_COMP_add_compression_method() 1960 int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm) in SSL_COMP_add_compression_method() 2010 const char *SSL_COMP_get_name(const COMP_METHOD *comp) in SSL_COMP_get_name()
|
| H A D | s3_enc.c | 97 COMP_METHOD *comp; in ssl3_change_cipher_state()
|
| H A D | ssl_local.h | 656 COMP_METHOD *method; 2007 COMP_METHOD *method; /* The method :-) */
|
| H A D | ssl_lib.c | 4014 const COMP_METHOD *SSL_get_current_compression(const SSL *s) in SSL_get_current_compression() 4023 const COMP_METHOD *SSL_get_current_expansion(const SSL *s) in SSL_get_current_expansion()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/ssl/ |
| H A D | ssl_ciph.c | 458 COMP_METHOD *method = COMP_zlib(); in DEFINE_RUN_ONCE_STATIC() 1992 int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm) in SSL_COMP_add_compression_method() 2024 int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm) in SSL_COMP_add_compression_method() 2067 const char *SSL_COMP_get_name(const COMP_METHOD *comp) in SSL_COMP_get_name()
|
| H A D | s3_enc.c | 96 COMP_METHOD *comp; in ssl3_change_cipher_state()
|
| H A D | ssl_local.h | 708 COMP_METHOD *method; 2132 COMP_METHOD *method; /* The method :-) */
|
| /netbsd-src/crypto/external/bsd/openssl/dist/util/ |
| H A D | indent.pro | 159 -T COMP_METHOD
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
| H A D | indent.pro | 160 -T COMP_METHOD
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | ssl_old_test.c | 914 COMP_METHOD *cm = NULL; in main()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | ssltest_old.c | 920 COMP_METHOD *cm = NULL; in main()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
| H A D | s_client.c | 3139 const COMP_METHOD *comp, *expansion; in print_stuff()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
| H A D | s_client.c | 3193 const COMP_METHOD *comp, *expansion; in print_stuff()
|