Home
last modified time | relevance | path

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

/openssl/test/testutil/
H A Dprovider.c20 OSSL_LIB_CTX *new_libctx = NULL; in test_get_libctx() local
23 if ((new_libctx = *libctx = OSSL_LIB_CTX_new()) == NULL) { in test_get_libctx()
36 && !OSSL_LIB_CTX_load_config(new_libctx, config_file)) { in test_get_libctx()
42 && (*provider = OSSL_PROVIDER_load(new_libctx, module_name)) == NULL) { in test_get_libctx()

Completed in 3 milliseconds