Searched refs:crlExtensions (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| D | crl.c | 589 if(COMPONENTNOT_NULL( ((ComponentTBSCertList*)csi_attr)->crlExtensions ) ) { in MatchingComponentTBSCertList() 590 …ComponentTBSCertList*)csi_attr)->crlExtensions, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_… in MatchingComponentTBSCertList() 649 …crlExtensions->identifier.bv_val && strncmp(comp->crlExtensions->identifier.bv_val, cr->cr_curr->c… in ExtractingComponentTBSCertList() 651 return comp->crlExtensions; in ExtractingComponentTBSCertList() 654 … return ExtractingComponentExtensions ( mem_op, cr, comp->crlExtensions ); in ExtractingComponentTBSCertList() 804 …rc = BDecComponentExtensions (mem_op, b, tagId2, elmtLen2, (&k->crlExtensions), &totalElmtsLen1, m… 806 (k->crlExtensions)->identifier.bv_val = (k->crlExtensions)->id_buf; 807 (k->crlExtensions)->identifier.bv_len = strlen("crlExtensions"); 808 strcpy( (k->crlExtensions)->identifier.bv_val, "crlExtensions"); 990 … rc = GDecComponentExtensions (mem_op, b, (&k->crlExtensions), bytesDecoded, mode); [all …]
|
| D | crl.h | 290 ComponentExtensions* crlExtensions; /* [0] EXPLICIT Extensions OPTIONAL */ member
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/hx509/ |
| D | revoke.c | 838 if (crl->crl.tbsCertList.crlExtensions) { in hx509_revoke_verify() 839 for (j = 0; j < crl->crl.tbsCertList.crlExtensions->len; j++) { in hx509_revoke_verify() 840 if (crl->crl.tbsCertList.crlExtensions->val[j].critical) { in hx509_revoke_verify() 1599 c.tbsCertList.crlExtensions = NULL; in hx509_crl_sign()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| D | rfc2459.asn1 | 489 crlExtensions [0] EXPLICIT Extensions OPTIONAL
|