Lines Matching refs:libctx
24 static OSSL_LIB_CTX *libctx = NULL; variable
405 test_ctx = SSL_TEST_CTX_create(conf, test_app, libctx); in test_handshake()
411 && !fips_provider_version_match(libctx, test_ctx->fips_version)) { in test_handshake()
418 server_ctx = SSL_CTX_new_ex(libctx, NULL, DTLS_server_method()); in test_handshake()
426 SSL_CTX_new_ex(libctx, NULL, DTLS_server_method())) in test_handshake()
431 client_ctx = SSL_CTX_new_ex(libctx, NULL, DTLS_client_method()); in test_handshake()
435 resume_server_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
441 resume_client_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
461 server_ctx = SSL_CTX_new_ex(libctx, NULL, TLS_server_method()); in test_handshake()
470 SSL_CTX_new_ex(libctx, NULL, TLS_server_method())) in test_handshake()
478 client_ctx = SSL_CTX_new_ex(libctx, NULL, TLS_client_method()); in test_handshake()
483 resume_server_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
490 resume_client_ctx = SSL_CTX_new_ex(libctx, NULL, in test_handshake()
568 if (!test_arg_libctx(&libctx, &defctxnull, &thisprov, 1, USAGE)) in OPT_TEST_DECLARE_USAGE()
580 OSSL_LIB_CTX_free(libctx); in cleanup_tests()