Searched refs:new_libctx (Results 1 – 1 of 1) sorted by relevance
20 OSSL_LIB_CTX *new_libctx = NULL; in test_get_libctx() local23 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 4 milliseconds