Lines Matching defs:ctx
21 static int cb(int ok, X509_STORE_CTX *ctx);
22 static int check(X509_STORE *ctx, const char *file,
245 static int check(X509_STORE *ctx, const char *file,
279 X509_STORE_set_flags(ctx, vflags);
280 if (!X509_STORE_CTX_init(csc, ctx, x, uchain)) {
328 static int cb(int ok, X509_STORE_CTX *ctx)
330 int cert_error = X509_STORE_CTX_get_error(ctx);
331 X509 *current_cert = X509_STORE_CTX_get_current_cert(ctx);
341 X509_STORE_CTX_get0_parent_ctx(ctx) ? "[CRL path] " : "",
343 X509_STORE_CTX_get_error_depth(ctx),
354 policies_print(ctx);
389 policies_print(ctx);