Lines Matching defs:ctx
290 int SCT_validate(SCT *sct, const CT_POLICY_EVAL_CTX *ctx)
306 log = CTLOG_STORE_get0_log_by_id(ctx->log_store,
315 sctx = SCT_CTX_new(ctx->libctx, ctx->propq);
327 if (ctx->issuer == NULL) {
332 issuer_pkey = X509_get0_pubkey(ctx->issuer);
340 SCT_CTX_set_time(sctx, ctx->epoch_time_in_ms);
347 * associated with the shared (by all SCTs) policy eval ctx.
360 if (SCT_CTX_set1_cert(sctx, ctx->cert, NULL) != 1)
376 int SCT_LIST_validate(const STACK_OF(SCT) *scts, CT_POLICY_EVAL_CTX *ctx)
389 is_sct_valid = SCT_validate(sct, ctx);