Home
last modified time | relevance | path

Searched refs:SSL_COMP (Results 1 – 15 of 15) sorted by relevance

/onnv-gate/usr/src/common/openssl/ssl/
H A Dssl_ciph.c87 static STACK_OF(SSL_COMP) *ssl_comp_methods=NULL;
198 static int sk_comp_cmp(const SSL_COMP * const *a, in sk_comp_cmp()
199 const SSL_COMP * const *b) in sk_comp_cmp()
212 SSL_COMP *comp = NULL; in load_builtin_compressions()
218 comp=(SSL_COMP *)OPENSSL_malloc(sizeof(SSL_COMP)); in load_builtin_compressions()
240 const EVP_MD **md, SSL_COMP **comp) in ssl_cipher_get_evp()
249 SSL_COMP ctmp; in ssl_cipher_get_evp()
1123 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n) in ssl3_comp_find()
1125 SSL_COMP *ctmp; in ssl3_comp_find()
1154 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void) in STACK_OF() argument
[all …]
H A Dssl_txt.c157 SSL_COMP *comp = NULL; in SSL_SESSION_print()
H A Dssl_locl.h731 const EVP_MD **md,SSL_COMP **comp);
947 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n);
H A Dssl3.h436 const SSL_COMP *new_compression;
H A Dssl.h613 } SSL_COMP; typedef
615 DECLARE_STACK_OF(SSL_COMP)
710 STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */
1526 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void);
H A Dt1_enc.c235 const SSL_COMP *comp; in tls1_change_cipher_state()
450 SSL_COMP *comp; in tls1_setup_key_block()
H A Ds23_clnt.c209 SSL_COMP *comp; in ssl23_client_hello()
H A Ds3_enc.c361 SSL_COMP *comp; in ssl3_setup_key_block()
H A Dssltest.c426 STACK_OF(SSL_COMP) *ssl_comp_methods = NULL; in main()
690 SSL_COMP *c = sk_SSL_COMP_value(ssl_comp_methods, j); in main()
H A Dd1_clnt.c539 SSL_COMP *comp; in dtls1_client_hello()
H A Ds3_clnt.c528 SSL_COMP *comp; in ssl3_client_hello()
630 SSL_COMP *comp; in ssl3_get_server_hello()
H A Dssl_lib.c1465 static void SSL_COMP_free(SSL_COMP *comp)
2590 IMPLEMENT_STACK_OF(SSL_COMP)
H A Ds3_srvr.c670 SSL_COMP *comp=NULL; in ssl3_get_client_hello()
/onnv-gate/usr/src/common/openssl/crypto/stack/
H A Dsafestack.h1095 #define sk_SSL_COMP_new(st) SKM_sk_new(SSL_COMP, (st))
1096 #define sk_SSL_COMP_new_null() SKM_sk_new_null(SSL_COMP)
1097 #define sk_SSL_COMP_free(st) SKM_sk_free(SSL_COMP, (st))
1098 #define sk_SSL_COMP_num(st) SKM_sk_num(SSL_COMP, (st))
1099 #define sk_SSL_COMP_value(st, i) SKM_sk_value(SSL_COMP, (st), (i))
1100 #define sk_SSL_COMP_set(st, i, val) SKM_sk_set(SSL_COMP, (st), (i), (val))
1101 #define sk_SSL_COMP_zero(st) SKM_sk_zero(SSL_COMP, (st))
1102 #define sk_SSL_COMP_push(st, val) SKM_sk_push(SSL_COMP, (st), (val))
1103 #define sk_SSL_COMP_unshift(st, val) SKM_sk_unshift(SSL_COMP, (st), (val))
1104 #define sk_SSL_COMP_find(st, val) SKM_sk_find(SSL_COMP, (st), (val))
[all …]
/onnv-gate/usr/src/cmd/sendmail/src/
H A Dtls.c545 STACK_OF(SSL_COMP) *comp_methods;