Searched refs:SSL_CTX_set_max_early_data (Results 1 – 7 of 7) sorted by relevance
163 SSL_CTX_set_max_early_data;
162 SSL_CTX_set_max_early_data@@OPENSSL_3.0.0
260 || !TEST_true(SSL_CTX_set_max_early_data(sctx, in test_tls13ccs()
450 || !TEST_true(SSL_CTX_set_max_early_data(sctx, in test_keylog_no_master_key()3412 if (!TEST_true(SSL_CTX_set_max_early_data(*sctx, SSL3_RT_MAX_PLAIN_LENGTH))) in setupearly_data_test()10686 if (!TEST_true(SSL_CTX_set_max_early_data(sctx, 1024))) in test_multi_resume()
428 SSL_CTX_set_max_early_data 429 3_0_0 EXIST::FUNCTION:
2219 SSL_CTX_set_max_early_data(ctx, max_early_data); in s_server_main()
5784 int SSL_CTX_set_max_early_data(SSL_CTX *ctx, uint32_t max_early_data) in SSL_CTX_set_max_early_data() function