Home
last modified time | relevance | path

Searched refs:resume_extra (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/test/
H A Dssl_test_ctx_test.c81 || !extraconf_eq(&ctx->resume_extra, &ctx2->resume_extra) in testctx_eq()
188 fixture->expected_ctx->resume_extra.server2.alpn_protocols = OPENSSL_strdup("baz"); in test_good_configuration()
189 if (!TEST_ptr(fixture->expected_ctx->resume_extra.server2.alpn_protocols)) in test_good_configuration()
192 fixture->expected_ctx->resume_extra.client.ct_validation = SSL_TEST_CT_VALIDATION_STRICT; in test_good_configuration()
/freebsd/crypto/openssl/test/helpers/
H A Dssl_test_ctx.c768 ssl_test_extra_conf_free_data(&ctx->resume_extra); in ssl_test_ctx_free_extra_data()
879 if (!parse_client_options(&ctx->resume_extra.client, conf, in SSL_TEST_CTX_create()
883 if (!parse_server_options(&ctx->resume_extra.server, conf, in SSL_TEST_CTX_create()
887 if (!parse_server_options(&ctx->resume_extra.server2, conf, in SSL_TEST_CTX_create()
H A Dssl_test_ctx.h167 SSL_TEST_EXTRA_CONF resume_extra; member
H A Dhandshake.c1764 test_ctx, &test_ctx->resume_extra, in do_handshake()