Lines Matching refs:ctx
167 unsigned int flags, OSSL_LIB_CTX *ctx,
178 cms = ossl_cms_DigestedData_create(md, ctx, propq);
268 X509_STORE_CTX *ctx;
272 ctx = X509_STORE_CTX_new_ex(ossl_cms_ctx_get0_libctx(cms_ctx),
274 if (ctx == NULL) {
279 if (!X509_STORE_CTX_init(ctx, store, signer, certs)) {
283 X509_STORE_CTX_set_default(ctx, "smime_sign");
285 X509_STORE_CTX_set0_crls(ctx, crls);
287 i = X509_verify_cert(ctx);
289 j = X509_STORE_CTX_get_error(ctx);
298 *chain = X509_STORE_CTX_get1_chain(ctx);
300 X509_STORE_CTX_free(ctx);
317 const CMS_CTX *ctx = ossl_cms_get0_cmsctx(cms);
372 ctx))
565 const CMS_CTX *ctx = si->cms_ctx;
578 ossl_cms_ctx_get0_libctx(ctx),
579 ossl_cms_ctx_get0_propq(ctx));