HomeSort by: relevance | last modified time | path
    Searched refs:SSL_CTX_set_max_early_data (Results 1 - 17 of 17) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/test/
tls13ccstest.c 262 || !TEST_true(SSL_CTX_set_max_early_data(sctx,
sslapitest.c 460 || !TEST_true(SSL_CTX_set_max_early_data(sctx,
3449 if (!TEST_true(SSL_CTX_set_max_early_data(*sctx, SSL3_RT_MAX_PLAIN_LENGTH)))
12289 if (!TEST_true(SSL_CTX_set_max_early_data(sctx, 1024)))
13181 SSL_CTX_set_max_early_data(sctx, 0xffffffff);
13182 SSL_CTX_set_max_early_data(cctx, 0xffffffff);
quicapitest.c 749 SSL_CTX_set_max_early_data(ctx, 1);
  /src/crypto/external/bsd/openssl/dist/test/
tls13ccstest.c 260 || !TEST_true(SSL_CTX_set_max_early_data(sctx,
sslapitest.c 450 || !TEST_true(SSL_CTX_set_max_early_data(sctx,
3412 if (!TEST_true(SSL_CTX_set_max_early_data(*sctx, SSL3_RT_MAX_PLAIN_LENGTH)))
10686 if (!TEST_true(SSL_CTX_set_max_early_data(sctx, 1024)))
  /src/crypto/external/bsd/openssl.old/dist/test/
tls13ccstest.c 260 || !TEST_true(SSL_CTX_set_max_early_data(sctx,
sslapitest.c 402 || !TEST_true(SSL_CTX_set_max_early_data(sctx,
2321 if (!TEST_true(SSL_CTX_set_max_early_data(*sctx, SSL3_RT_MAX_PLAIN_LENGTH)))
  /src/crypto/external/bsd/openssl/dist/apps/
s_server.c 2219 SSL_CTX_set_max_early_data(ctx, max_early_data);
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_server.c 2151 SSL_CTX_set_max_early_data(ctx, max_early_data);
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h 931 int SSL_CTX_set_max_early_data(SSL_CTX *ctx, uint32_t max_early_data);
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in 949 int SSL_CTX_set_max_early_data(SSL_CTX *ctx, uint32_t max_early_data);
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in 927 int SSL_CTX_set_max_early_data(SSL_CTX *ctx, uint32_t max_early_data);
  /src/crypto/external/apache2/openssl/dist/apps/
s_server.c 2407 SSL_CTX_set_max_early_data(ctx, max_early_data);
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_lib.c 3419 * calls to SSL_CTX_set_max_early_data() in order to use early data,
5784 int SSL_CTX_set_max_early_data(SSL_CTX *ctx, uint32_t max_early_data)
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_lib.c 3191 * calls to SSL_CTX_set_max_early_data() in order to use early data,
5531 int SSL_CTX_set_max_early_data(SSL_CTX *ctx, uint32_t max_early_data)
  /src/external/bsd/unbound/dist/services/
listen_dnsport.c 4711 SSL_CTX_set_max_early_data(ctx, 0xffffffff);
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_lib.c 4231 * calls to SSL_CTX_set_max_early_data() in order to use early data,
7210 int SSL_CTX_set_max_early_data(SSL_CTX *ctx, uint32_t max_early_data)

Completed in 99 milliseconds