Home
last modified time | relevance | path

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

12

/netbsd/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_ciph.c87 static STACK_OF(SSL_COMP) *ssl_comp_methods = NULL;
453 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 DEFINE_RUN_ONCE_STATIC()
497 SSL_COMP ctmp; in ssl_cipher_get_evp()
1900 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n) in ssl3_comp_find()
1902 SSL_COMP *ctmp; in ssl3_comp_find()
1922 STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP) in STACK_OF() argument
1940 STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP) in STACK_OF() argument
1948 static void cmeth_free(SSL_COMP *cm) in cmeth_free()
1962 SSL_COMP *comp; in SSL_COMP_add_compression_method()
[all …]
H A Dssl_txt.c118 SSL_COMP *comp = NULL; in SSL_SESSION_print()
H A Dt1_enc.c88 const SSL_COMP *comp; in tls1_change_cipher_state()
343 SSL_COMP *comp; in tls1_setup_key_block()
H A Dssl_local.h838 STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */
1597 const SSL_COMP *new_compression;
2283 size_t *mac_secret_size, SSL_COMP **comp,
2510 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n);
H A Ds3_enc.c252 SSL_COMP *comp; in ssl3_setup_key_block()
/netbsd/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_ciph.c64 static STACK_OF(SSL_COMP) *ssl_comp_methods = NULL;
450 static int sk_comp_cmp(const SSL_COMP *const *a, const SSL_COMP *const *b) in sk_comp_cmp()
457 SSL_COMP *comp = NULL; in DEFINE_RUN_ONCE_STATIC()
522 SSL_COMP ctmp; in ssl_cipher_get_evp()
1963 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n) in ssl3_comp_find()
1965 SSL_COMP *ctmp; in ssl3_comp_find()
1985 STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP) in STACK_OF() argument
2003 STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP) in STACK_OF() argument
2011 static void cmeth_free(SSL_COMP *cm) in cmeth_free()
2025 SSL_COMP *comp; in SSL_COMP_add_compression_method()
[all …]
H A Dssl_txt.c117 SSL_COMP *comp = NULL; in SSL_SESSION_print()
H A Dssl_local.h949 STACK_OF(SSL_COMP) *comp_methods; /* stack of SSL_COMP, SSLv3/TLSv1 */
1331 const SSL_COMP *new_compression;
2413 SSL_COMP **comp, int use_etm);
2650 SSL_COMP *ssl3_comp_find(STACK_OF(SSL_COMP) *sk, int n);
H A Dt1_enc.c193 const SSL_COMP *comp; in tls1_change_cipher_state()
528 SSL_COMP *comp; in tls1_setup_key_block()
H A Ds3_enc.c247 SSL_COMP *comp; in ssl3_setup_key_block()
/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_COMP_add_compression_method.pod14 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void);
15 const char *SSL_COMP_get0_name(const SSL_COMP *comp);
16 int SSL_COMP_get_id(const SSL_COMP *comp);
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_COMP_add_compression_method.pod14 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void);
15 const char *SSL_COMP_get0_name(const SSL_COMP *comp);
16 int SSL_COMP_get_id(const SSL_COMP *comp);
/netbsd/crypto/external/bsd/openssl.old/dist/fuzz/
H A Dclient.c43 STACK_OF(SSL_COMP) *comp_methods; in time()
H A Dserver.c490 STACK_OF(SSL_COMP) *comp_methods; in time()
/netbsd/crypto/external/bsd/openssl/dist/fuzz/
H A Dclient.c41 STACK_OF(SSL_COMP) *comp_methods; in time()
H A Dserver.c494 STACK_OF(SSL_COMP) *comp_methods; in time()
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dssl.h216 typedef struct ssl_comp_st SSL_COMP; typedef
219 STACK_OF(SSL_COMP);
959 DEFINE_STACK_OF(SSL_COMP)
2091 __owur const char *SSL_COMP_get0_name(const SSL_COMP *comp);
2092 __owur int SSL_COMP_get_id(const SSL_COMP *comp);
2093 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void);
2094 __owur STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP)
/netbsd/crypto/external/bsd/openssl.old/dist/test/
H A Dtls13secretstest.c180 size_t *mac_secret_size, SSL_COMP **comp, int use_etm) in ssl_cipher_get_evp()
H A Dssltest_old.c921 STACK_OF(SSL_COMP) *ssl_comp_methods = NULL; in main()
1351 SSL_COMP *c = sk_SSL_COMP_value(ssl_comp_methods, j); in main()
/netbsd/crypto/external/bsd/openssl/dist/test/
H A Dtls13secretstest.c177 SSL_COMP **comp, int use_etm) in ssl_cipher_get_evp()
H A Dssl_old_test.c914 STACK_OF(SSL_COMP) *ssl_comp_methods = NULL; in main()
1335 SSL_COMP *c = sk_SSL_COMP_value(ssl_comp_methods, j); in main()
/netbsd/external/ibm-public/postfix/dist/src/tls/
H A Dtls.h87 #define ssl_comp_stack_t STACK_OF(SSL_COMP)
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Dssl.h.in235 typedef struct ssl_comp_st SSL_COMP; typedef
238 STACK_OF(SSL_COMP);
956 .generate_stack_macros("SSL_COMP");
2168 __owur const char *SSL_COMP_get0_name(const SSL_COMP *comp);
2169 __owur int SSL_COMP_get_id(const SSL_COMP *comp);
2170 STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void);
2171 __owur STACK_OF(SSL_COMP) *SSL_COMP_set0_compression_methods(STACK_OF(SSL_COMP)
/netbsd/crypto/external/bsd/openssl.old/dist/util/
H A Dindent.pro388 -T SSL_COMP
/netbsd/crypto/external/bsd/openssl/dist/util/
H A Dindent.pro390 -T SSL_COMP

12