Lines Matching defs:libctx
181 OSSL_LIB_CTX *libctx;
219 * Restore the default libctx to what it was the last time the
222 libctx = OSSL_LIB_CTX_set0_default(ctx->currjob->libctx);
223 if (libctx == NULL) {
231 ctx->currjob->libctx = OSSL_LIB_CTX_set0_default(libctx);
236 * In case the fibre changed the default libctx we set it back
240 ctx->currjob->libctx = OSSL_LIB_CTX_set0_default(libctx);
271 libctx = ossl_lib_ctx_get_concrete(NULL);
278 * In case the fibre changed the default libctx we set it back again
281 ctx->currjob->libctx = OSSL_LIB_CTX_set0_default(libctx);