Home | History | Annotate | Download | only in x509

Lines Matching refs:cert_crl

729 			ok = ctx->cert_crl(ctx, dcrl, x);
739 ok = ctx->cert_crl(ctx, crl, x);
1445 static int cert_crl(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x)
2091 if (store && store->cert_crl)
2092 ctx->cert_crl = store->cert_crl;
2094 ctx->cert_crl = cert_crl;