Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dsslapitest.c5893 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; in test_custom_exts() local
5920 &sctx2, NULL, cert, privkey))) in test_custom_exts()
5927 if (sctx2 != NULL) in test_custom_exts()
5928 SSL_CTX_set_options(sctx2, SSL_OP_NO_TLSv1_3); in test_custom_exts()
5993 if (sctx2 != NULL in test_custom_exts()
5994 && !TEST_true(SSL_CTX_add_custom_ext(sctx2, TEST_EXT_TYPE1, in test_custom_exts()
6015 || !TEST_true(SSL_CTX_set_tlsext_servername_arg(sctx, sctx2))) in test_custom_exts()
6110 SSL_CTX_free(sctx2); in test_custom_exts()
6259 SSL_CTX *cctx = NULL, *sctx = NULL, *sctx2 = NULL; in test_export_key_mat() local
6409 SSL_CTX_free(sctx2); in test_export_key_mat()
[all …]