Searched refs:SSL_COMP (Results 1 – 16 of 16) sorted by relevance
| /minix3/crypto/external/bsd/openssl/dist/ssl/ |
| H A D | ssl_ciph.c | 178 static STACK_OF(SSL_COMP) *ssl_comp_methods = NULL; 444 static int sk_comp_cmp(const SSL_COMP *const *a, const SSL_COMP *const *b) in sk_comp_cmp() 460 SSL_COMP *comp = NULL; in load_builtin_compressions() 465 comp = (SSL_COMP *)OPENSSL_malloc(sizeof(SSL_COMP)); in load_builtin_compressions() 491 int *mac_secret_size, SSL_COMP **comp) in ssl_cipher_get_evp() 500 SSL_COMP ctmp; in ssl_cipher_get_evp() 1819 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n) in ssl3_comp_find() 1821 SSL_COMP *ctmp; in ssl3_comp_find() 1851 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void) in STACK_OF() argument 1859 SSL_COMP *comp; in SSL_COMP_add_compression_method() [all …]
|
| H A D | ssl_txt.c | 225 SSL_COMP *comp = NULL; in SSL_SESSION_print()
|
| H A D | ssl3.h | 557 const SSL_COMP *new_compression;
|
| H A D | ssl_locl.h | 887 int *mac_secret_size, SSL_COMP **comp); 1144 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n);
|
| H A D | ssl.h | 807 typedef struct ssl_comp_st SSL_COMP; typedef 821 DECLARE_STACK_OF(SSL_COMP) 915 STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */ 2199 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void);
|
| H A D | s23_clnt.c | 308 SSL_COMP *comp; in ssl23_client_hello()
|
| H A D | t1_enc.c | 334 const SSL_COMP *comp; in tls1_change_cipher_state() 611 SSL_COMP *comp; in tls1_setup_key_block()
|
| H A D | ssltest.c | 555 STACK_OF(SSL_COMP) *ssl_comp_methods = NULL; in main() 863 SSL_COMP *c = sk_SSL_COMP_value(ssl_comp_methods, j); in main()
|
| H A D | s3_enc.c | 394 SSL_COMP *comp; in ssl3_setup_key_block()
|
| H A D | ssl_lib.c | 1909 static void SSL_COMP_free(SSL_COMP *comp) 3314 IMPLEMENT_STACK_OF(SSL_COMP)
|
| H A D | d1_clnt.c | 795 SSL_COMP *comp; in dtls1_client_hello()
|
| H A D | s3_clnt.c | 680 SSL_COMP *comp; in ssl3_client_hello() 847 SSL_COMP *comp; in ssl3_get_server_hello()
|
| H A D | s3_srvr.c | 984 SSL_COMP *comp = NULL; in ssl3_get_client_hello()
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/stack/ |
| H A D | safestack.h | 1514 # define sk_SSL_COMP_new(cmp) SKM_sk_new(SSL_COMP, (cmp)) 1515 # define sk_SSL_COMP_new_null() SKM_sk_new_null(SSL_COMP) 1516 # define sk_SSL_COMP_free(st) SKM_sk_free(SSL_COMP, (st)) 1517 # define sk_SSL_COMP_num(st) SKM_sk_num(SSL_COMP, (st)) 1518 # define sk_SSL_COMP_value(st, i) SKM_sk_value(SSL_COMP, (st), (i)) 1519 # define sk_SSL_COMP_set(st, i, val) SKM_sk_set(SSL_COMP, (st), (i), (val)) 1520 # define sk_SSL_COMP_zero(st) SKM_sk_zero(SSL_COMP, (st)) 1521 # define sk_SSL_COMP_push(st, val) SKM_sk_push(SSL_COMP, (st), (val)) 1522 # define sk_SSL_COMP_unshift(st, val) SKM_sk_unshift(SSL_COMP, (st), (val)) 1523 # define sk_SSL_COMP_find(st, val) SKM_sk_find(SSL_COMP, (st), (val)) [all …]
|
| /minix3/crypto/external/bsd/openssl/dist/Netware/ |
| H A D | globals.txt | 236 static STACK_OF(SSL_COMP) *ssl_comp_methods=NULL;
|
| /minix3/crypto/external/bsd/openssl/dist/util/ |
| H A D | indent.pro | 463 -T SSL_COMP
|