Searched refs:ComponentTBSCertList (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
H A D | crl.c | 567 if(COMPONENTNOT_NULL( ((ComponentTBSCertList*)csi_attr)->version ) ) { in MatchingComponentTBSCertList() 568 …n ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_attr)->version, (ComponentSyntaxInfo*)(… in MatchingComponentTBSCertList() 572 … ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_attr)->signature, (ComponentSyntaxInfo*)… in MatchingComponentTBSCertList() 575 …me ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_attr)->issuer, (ComponentSyntaxInfo*)(… in MatchingComponentTBSCertList() 578 … ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_attr)->thisUpdate, (ComponentSyntaxInfo*… in MatchingComponentTBSCertList() 581 if(COMPONENTNOT_NULL( ((ComponentTBSCertList*)csi_attr)->nextUpdate ) ) { in MatchingComponentTBSCertList() 582 … ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_attr)->nextUpdate, (ComponentSyntaxInfo*… in MatchingComponentTBSCertList() 586 …d, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_attr)->revokedCertificates, (ComponentSyntaxI… in MatchingComponentTBSCertList() 589 if(COMPONENTNOT_NULL( ((ComponentTBSCertList*)csi_attr)->crlExtensions ) ) { in MatchingComponentTBSCertList() 590 … oid, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_attr)->crlExtensions, (ComponentSyntaxInfo… in MatchingComponentTBSCertList() [all …]
|
H A D | crl.h | 291 } ComponentTBSCertList; typedef 296 …gComponentTBSCertList PROTO (( void* mem_op, ComponentReference *cr, ComponentTBSCertList *comp )); 299 …PROTO ((void* mem_op, GenBuf * b, AsnTag tagId0, AsnLen elmtLen0, ComponentTBSCertList **v, AsnLen… 302 int GDecComponentTBSCertList PROTO (( void* mem_op, GenBuf * b, ComponentTBSCertList **v, AsnLen *b… 312 ComponentTBSCertList* tbsCertList; /* TBSCertList */
|