Lines Matching defs:libctx
24 static OSSL_LIB_CTX *libctx = NULL;
405 test_ctx = SSL_TEST_CTX_create(conf, test_app, libctx);
411 server_ctx = SSL_CTX_new_ex(libctx, NULL, DTLS_server_method());
419 SSL_CTX_new_ex(libctx, NULL, DTLS_server_method()))
424 client_ctx = SSL_CTX_new_ex(libctx, NULL, DTLS_client_method());
428 resume_server_ctx = SSL_CTX_new_ex(libctx, NULL,
434 resume_client_ctx = SSL_CTX_new_ex(libctx, NULL,
454 server_ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method());
463 SSL_CTX_new_ex(libctx, NULL, TLS_server_method()))
471 client_ctx = SSL_CTX_new_ex(libctx, NULL, TLS_client_method());
476 resume_server_ctx = SSL_CTX_new_ex(libctx, NULL,
483 resume_client_ctx = SSL_CTX_new_ex(libctx, NULL,
557 if (!test_arg_libctx(&libctx, &defctxnull, &thisprov, 1, USAGE))
569 OSSL_LIB_CTX_free(libctx);