X509_STORE_CTX_new_ex
store_ctx = X509_STORE_CTX_new_ex(app_get0_libctx(), app_get0_propq());
X509_STORE_CTX *csc = X509_STORE_CTX_new_ex(ctx->libctx, ctx->propq);
if ((csc = X509_STORE_CTX_new_ex(libctx, propq)) == NULL
if ((csc = X509_STORE_CTX_new_ex(ctx->libctx, ctx->propq)) == NULL
ctx = X509_STORE_CTX_new_ex(ossl_cms_ctx_get0_libctx(cms_ctx),
cert_ctx = X509_STORE_CTX_new_ex(ossl_pkcs7_ctx_get0_libctx(p7_ctx),
return X509_STORE_CTX_new_ex(NULL, NULL);
if ((ctx = X509_STORE_CTX_new_ex(libctx, propq)) == NULL)
X509_STORE_CTX *X509_STORE_CTX_new_ex(OSSL_LIB_CTX *libctx, const char *propq);
xs_ctx = X509_STORE_CTX_new_ex(real_ctx->libctx, real_ctx->propq);
ctx = X509_STORE_CTX_new_ex(sctx->libctx, sctx->propq);
X509_STORE_CTX *xs_ctx = X509_STORE_CTX_new_ex(sctx->libctx,