Searched refs:SSL_COMP (Results 1 – 15 of 15) sorted by relevance
| /onnv-gate/usr/src/common/openssl/ssl/ |
| H A D | ssl_ciph.c | 87 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 D | ssl_txt.c | 157 SSL_COMP *comp = NULL; in SSL_SESSION_print()
|
| H A D | ssl_locl.h | 731 const EVP_MD **md,SSL_COMP **comp); 947 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n);
|
| H A D | ssl3.h | 436 const SSL_COMP *new_compression;
|
| H A D | ssl.h | 613 } 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 D | t1_enc.c | 235 const SSL_COMP *comp; in tls1_change_cipher_state() 450 SSL_COMP *comp; in tls1_setup_key_block()
|
| H A D | s23_clnt.c | 209 SSL_COMP *comp; in ssl23_client_hello()
|
| H A D | s3_enc.c | 361 SSL_COMP *comp; in ssl3_setup_key_block()
|
| H A D | ssltest.c | 426 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 D | d1_clnt.c | 539 SSL_COMP *comp; in dtls1_client_hello()
|
| H A D | s3_clnt.c | 528 SSL_COMP *comp; in ssl3_client_hello() 630 SSL_COMP *comp; in ssl3_get_server_hello()
|
| H A D | ssl_lib.c | 1465 static void SSL_COMP_free(SSL_COMP *comp) 2590 IMPLEMENT_STACK_OF(SSL_COMP)
|
| H A D | s3_srvr.c | 670 SSL_COMP *comp=NULL; in ssl3_get_client_hello()
|
| /onnv-gate/usr/src/common/openssl/crypto/stack/ |
| H A D | safestack.h | 1095 #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 D | tls.c | 545 STACK_OF(SSL_COMP) *comp_methods;
|