Home
last modified time | relevance | path

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

/external/openssl/ssl/
Dssl_ciph.c176 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 …]
Dssl_txt.c209 SSL_COMP *comp = NULL; in SSL_SESSION_print()
Dssl_locl.h806 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);
Dssl3.h512 const SSL_COMP *new_compression;
Dssl.h687 } 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);
Dt1_enc.c323 const SSL_COMP *comp; in tls1_change_cipher_state()
557 SSL_COMP *comp; in tls1_setup_key_block()
Ds23_clnt.c278 SSL_COMP *comp; in ssl23_client_hello()
Dssltest.c495 STACK_OF(SSL_COMP) *ssl_comp_methods = NULL; in main()
785 SSL_COMP *c = sk_SSL_COMP_value(ssl_comp_methods, j); in main()
Ds3_enc.c395 SSL_COMP *comp; in ssl3_setup_key_block()
Ds3_clnt.c655 SSL_COMP *comp; in ssl3_client_hello()
785 SSL_COMP *comp; in ssl3_get_server_hello()
Dd1_clnt.c601 SSL_COMP *comp; in dtls1_client_hello()
Dssl_lib.c1728 static void SSL_COMP_free(SSL_COMP *comp)
3099 IMPLEMENT_STACK_OF(SSL_COMP)
Ds3_srvr.c795 SSL_COMP *comp=NULL; in ssl3_get_client_hello()
/external/openssl/include/openssl/
Dsafestack.h1483 #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 …]
Dssl3.h512 const SSL_COMP *new_compression;
Dssl.h687 } 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/
Dsafestack.h1483 #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 …]