Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_ciph.c178 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 Dssl_txt.c225 SSL_COMP *comp = NULL; in SSL_SESSION_print()
H A Dssl3.h557 const SSL_COMP *new_compression;
H A Dssl_locl.h887 int *mac_secret_size, SSL_COMP **comp);
1144 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n);
H A Dssl.h807 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 Ds23_clnt.c308 SSL_COMP *comp; in ssl23_client_hello()
H A Dt1_enc.c334 const SSL_COMP *comp; in tls1_change_cipher_state()
611 SSL_COMP *comp; in tls1_setup_key_block()
H A Dssltest.c555 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 Ds3_enc.c394 SSL_COMP *comp; in ssl3_setup_key_block()
H A Dssl_lib.c1909 static void SSL_COMP_free(SSL_COMP *comp)
3314 IMPLEMENT_STACK_OF(SSL_COMP)
H A Dd1_clnt.c795 SSL_COMP *comp; in dtls1_client_hello()
H A Ds3_clnt.c680 SSL_COMP *comp; in ssl3_client_hello()
847 SSL_COMP *comp; in ssl3_get_server_hello()
H A Ds3_srvr.c984 SSL_COMP *comp = NULL; in ssl3_get_client_hello()
/minix3/crypto/external/bsd/openssl/dist/crypto/stack/
H A Dsafestack.h1514 # 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 Dglobals.txt236 static STACK_OF(SSL_COMP) *ssl_comp_methods=NULL;
/minix3/crypto/external/bsd/openssl/dist/util/
H A Dindent.pro463 -T SSL_COMP