Searched refs:SSL_COMP (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/OpenSSL098-52/src/ssl/
H A Dssl_ciph.c147 static STACK_OF(SSL_COMP) *ssl_comp_methods=NULL;
259 static int sk_comp_cmp(const SSL_COMP * const *a,
260 const SSL_COMP * const *b)
278 SSL_COMP *comp = NULL;
294 const EVP_MD **md, SSL_COMP **comp)
303 SSL_COMP ctmp;
1270 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n)
1272 SSL_COMP *ctmp;
1301 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_method
[all...]
H A Dssl_txt.c176 SSL_COMP *comp = NULL;
H A Dssl3.h451 const SSL_COMP *new_compression;
H A Dssl_locl.h747 const EVP_MD **md,SSL_COMP **comp);
983 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n);
H A Ds23_clnt.c211 SSL_COMP *comp;
H A Dssl.h642 } SSL_COMP; typedef in typeref:struct:ssl_comp_st
644 DECLARE_STACK_OF(SSL_COMP)
739 STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */
1661 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void);
H A Dt1_enc.c241 const SSL_COMP *comp;
458 SSL_COMP *comp;
H A Dssltest.c429 STACK_OF(SSL_COMP) *ssl_comp_methods = NULL;
719 SSL_COMP *c = sk_SSL_COMP_value(ssl_comp_methods, j);
H A Dd1_clnt.c600 SSL_COMP *comp;
H A Ds3_enc.c366 SSL_COMP *comp;
H A Ds3_clnt.c593 SSL_COMP *comp;
707 SSL_COMP *comp;
H A Dssl_lib.c1626 static void SSL_COMP_free(SSL_COMP *comp)
2779 IMPLEMENT_STACK_OF(SSL_COMP)
H A Ds3_srvr.c753 SSL_COMP *comp=NULL;
/macosx-10.10.1/OpenSSL098-52/src/include/openssl/
H A Dssl3.h451 const SSL_COMP *new_compression;
H A Dsafestack.h1297 #define sk_SSL_COMP_new(st) SKM_sk_new(SSL_COMP, (st))
1298 #define sk_SSL_COMP_new_null() SKM_sk_new_null(SSL_COMP)
1299 #define sk_SSL_COMP_free(st) SKM_sk_free(SSL_COMP, (st))
1300 #define sk_SSL_COMP_num(st) SKM_sk_num(SSL_COMP, (st))
1301 #define sk_SSL_COMP_value(st, i) SKM_sk_value(SSL_COMP, (st), (i))
1302 #define sk_SSL_COMP_set(st, i, val) SKM_sk_set(SSL_COMP, (st), (i), (val))
1303 #define sk_SSL_COMP_zero(st) SKM_sk_zero(SSL_COMP, (st))
1304 #define sk_SSL_COMP_push(st, val) SKM_sk_push(SSL_COMP, (st), (val))
1305 #define sk_SSL_COMP_unshift(st, val) SKM_sk_unshift(SSL_COMP, (st), (val))
1306 #define sk_SSL_COMP_find(st, val) SKM_sk_find(SSL_COMP, (s
[all...]
H A Dssl.h642 } SSL_COMP; typedef in typeref:struct:ssl_comp_st
644 DECLARE_STACK_OF(SSL_COMP)
739 STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */
1661 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void);
/macosx-10.10.1/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-safestack.h1297 #define sk_SSL_COMP_new(st) SKM_sk_new(SSL_COMP, (st))
1298 #define sk_SSL_COMP_new_null() SKM_sk_new_null(SSL_COMP)
1299 #define sk_SSL_COMP_free(st) SKM_sk_free(SSL_COMP, (st))
1300 #define sk_SSL_COMP_num(st) SKM_sk_num(SSL_COMP, (st))
1301 #define sk_SSL_COMP_value(st, i) SKM_sk_value(SSL_COMP, (st), (i))
1302 #define sk_SSL_COMP_set(st, i, val) SKM_sk_set(SSL_COMP, (st), (i), (val))
1303 #define sk_SSL_COMP_zero(st) SKM_sk_zero(SSL_COMP, (st))
1304 #define sk_SSL_COMP_push(st, val) SKM_sk_push(SSL_COMP, (st), (val))
1305 #define sk_SSL_COMP_unshift(st, val) SKM_sk_unshift(SSL_COMP, (st), (val))
1306 #define sk_SSL_COMP_find(st, val) SKM_sk_find(SSL_COMP, (s
[all...]
/macosx-10.10.1/OpenSSL098-52/src/crypto/stack/
H A Dsafestack.h1297 #define sk_SSL_COMP_new(st) SKM_sk_new(SSL_COMP, (st))
1298 #define sk_SSL_COMP_new_null() SKM_sk_new_null(SSL_COMP)
1299 #define sk_SSL_COMP_free(st) SKM_sk_free(SSL_COMP, (st))
1300 #define sk_SSL_COMP_num(st) SKM_sk_num(SSL_COMP, (st))
1301 #define sk_SSL_COMP_value(st, i) SKM_sk_value(SSL_COMP, (st), (i))
1302 #define sk_SSL_COMP_set(st, i, val) SKM_sk_set(SSL_COMP, (st), (i), (val))
1303 #define sk_SSL_COMP_zero(st) SKM_sk_zero(SSL_COMP, (st))
1304 #define sk_SSL_COMP_push(st, val) SKM_sk_push(SSL_COMP, (st), (val))
1305 #define sk_SSL_COMP_unshift(st, val) SKM_sk_unshift(SSL_COMP, (st), (val))
1306 #define sk_SSL_COMP_find(st, val) SKM_sk_find(SSL_COMP, (s
[all...]
/macosx-10.10.1/postfix-255/postfix/src/tls/
H A Dtls.h81 #define ssl_comp_stack_t STACK_OF(SSL_COMP)
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dssltest.c429 STACK_OF(SSL_COMP) *ssl_comp_methods = NULL;
719 SSL_COMP *c = sk_SSL_COMP_value(ssl_comp_methods, j);

Completed in 481 milliseconds