Searched refs:SSL_COMP (Results 1 – 17 of 17) sorted by relevance
/external/openssl/ssl/ |
D | ssl_ciph.c | 176 static STACK_OF(SSL_COMP) *ssl_comp_methods=NULL; 410 static int sk_comp_cmp(const SSL_COMP * const *a, in sk_comp_cmp() 411 const SSL_COMP * const *b) in sk_comp_cmp() 429 SSL_COMP *comp = NULL; in load_builtin_compressions() 435 comp=(SSL_COMP *)OPENSSL_malloc(sizeof(SSL_COMP)); in load_builtin_compressions() 462 const EVP_MD **md, int *mac_pkey_type, int *mac_secret_size,SSL_COMP **comp) in ssl_cipher_get_evp() 471 SSL_COMP ctmp; in ssl_cipher_get_evp() 1657 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n) in ssl3_comp_find() 1659 SSL_COMP *ctmp; in ssl3_comp_find() 1688 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void) in STACK_OF() argument [all …]
|
D | ssl_txt.c | 209 SSL_COMP *comp = NULL; in SSL_SESSION_print()
|
D | ssl_locl.h | 806 const EVP_MD **md,int *mac_pkey_type,int *mac_secret_size, SSL_COMP **comp); 1044 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n);
|
D | ssl3.h | 512 const SSL_COMP *new_compression;
|
D | ssl.h | 687 } SSL_COMP; typedef 689 DECLARE_STACK_OF(SSL_COMP) 785 STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */ 1806 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void);
|
D | t1_enc.c | 323 const SSL_COMP *comp; in tls1_change_cipher_state() 557 SSL_COMP *comp; in tls1_setup_key_block()
|
D | s23_clnt.c | 278 SSL_COMP *comp; in ssl23_client_hello()
|
D | ssltest.c | 495 STACK_OF(SSL_COMP) *ssl_comp_methods = NULL; in main() 785 SSL_COMP *c = sk_SSL_COMP_value(ssl_comp_methods, j); in main()
|
D | s3_enc.c | 395 SSL_COMP *comp; in ssl3_setup_key_block()
|
D | s3_clnt.c | 655 SSL_COMP *comp; in ssl3_client_hello() 785 SSL_COMP *comp; in ssl3_get_server_hello()
|
D | d1_clnt.c | 601 SSL_COMP *comp; in dtls1_client_hello()
|
D | ssl_lib.c | 1728 static void SSL_COMP_free(SSL_COMP *comp) 3099 IMPLEMENT_STACK_OF(SSL_COMP)
|
D | s3_srvr.c | 795 SSL_COMP *comp=NULL; in ssl3_get_client_hello()
|
/external/openssl/include/openssl/ |
D | safestack.h | 1483 #define sk_SSL_COMP_new(cmp) SKM_sk_new(SSL_COMP, (cmp)) 1484 #define sk_SSL_COMP_new_null() SKM_sk_new_null(SSL_COMP) 1485 #define sk_SSL_COMP_free(st) SKM_sk_free(SSL_COMP, (st)) 1486 #define sk_SSL_COMP_num(st) SKM_sk_num(SSL_COMP, (st)) 1487 #define sk_SSL_COMP_value(st, i) SKM_sk_value(SSL_COMP, (st), (i)) 1488 #define sk_SSL_COMP_set(st, i, val) SKM_sk_set(SSL_COMP, (st), (i), (val)) 1489 #define sk_SSL_COMP_zero(st) SKM_sk_zero(SSL_COMP, (st)) 1490 #define sk_SSL_COMP_push(st, val) SKM_sk_push(SSL_COMP, (st), (val)) 1491 #define sk_SSL_COMP_unshift(st, val) SKM_sk_unshift(SSL_COMP, (st), (val)) 1492 #define sk_SSL_COMP_find(st, val) SKM_sk_find(SSL_COMP, (st), (val)) [all …]
|
D | ssl3.h | 512 const SSL_COMP *new_compression;
|
D | ssl.h | 687 } SSL_COMP; typedef 689 DECLARE_STACK_OF(SSL_COMP) 785 STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */ 1806 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void);
|
/external/openssl/crypto/stack/ |
D | safestack.h | 1483 #define sk_SSL_COMP_new(cmp) SKM_sk_new(SSL_COMP, (cmp)) 1484 #define sk_SSL_COMP_new_null() SKM_sk_new_null(SSL_COMP) 1485 #define sk_SSL_COMP_free(st) SKM_sk_free(SSL_COMP, (st)) 1486 #define sk_SSL_COMP_num(st) SKM_sk_num(SSL_COMP, (st)) 1487 #define sk_SSL_COMP_value(st, i) SKM_sk_value(SSL_COMP, (st), (i)) 1488 #define sk_SSL_COMP_set(st, i, val) SKM_sk_set(SSL_COMP, (st), (i), (val)) 1489 #define sk_SSL_COMP_zero(st) SKM_sk_zero(SSL_COMP, (st)) 1490 #define sk_SSL_COMP_push(st, val) SKM_sk_push(SSL_COMP, (st), (val)) 1491 #define sk_SSL_COMP_unshift(st, val) SKM_sk_unshift(SSL_COMP, (st), (val)) 1492 #define sk_SSL_COMP_find(st, val) SKM_sk_find(SSL_COMP, (st), (val)) [all …]
|