Lines Matching defs:X509_crl_st
452 struct X509_crl_st { struct
454 X509_CRL_INFO *crl;
455 X509_ALGOR *sig_alg;
456 ASN1_BIT_STRING *signature;
457 int references;
458 int flags;
460 AUTHORITY_KEYID *akid;
461 ISSUING_DIST_POINT *idp;
463 int idp_flags;
464 int idp_reasons;
466 ASN1_INTEGER *crl_number;
467 ASN1_INTEGER *base_crl_number;
469 unsigned char sha1_hash[SHA_DIGEST_LENGTH];
472 const X509_CRL_METHOD *meth;
473 void *meth_data;