Home
last modified time | relevance | path

Searched refs:TLSEXT_max_fragment_length_4096 (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_set_split_send_fragment.pod154 =item TLSEXT_max_fragment_length_4096
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DSSL_CTX_set_split_send_fragment.pod157 =item TLSEXT_max_fragment_length_4096
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dtls1.h209 # define TLSEXT_max_fragment_length_4096 4 macro
/netbsd-src/crypto/external/bsd/openssl/dist/test/helpers/
H A Dssl_test_ctx.c492 {"4096", TLSEXT_max_fragment_length_4096}
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Dssl_test_ctx.c493 {"4096", TLSEXT_max_fragment_length_4096}
H A Dhandshake_helper.c539 case TLSEXT_max_fragment_length_4096: in configure_handshake_ctx()
H A Dsslapitest.c5111 TLSEXT_max_fragment_length_4096
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/
H A Dssl_local.h367 ((value) <= TLSEXT_max_fragment_length_4096))
/netbsd-src/crypto/external/bsd/openssl/dist/ssl/
H A Dssl_local.h389 ((value) <= TLSEXT_max_fragment_length_4096))
/netbsd-src/crypto/external/bsd/openssl/dist/apps/
H A Ds_client.c1434 maxfraglen = TLSEXT_max_fragment_length_4096; in s_client_main()
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Ds_client.c1501 maxfraglen = TLSEXT_max_fragment_length_4096; in s_client_main()