OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:revokedCertificates
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/hx509/
revoke.c
849
if (crl->crl.tbsCertList.
revokedCertificates
== NULL)
853
for (j = 0; j < crl->crl.tbsCertList.
revokedCertificates
->len; j++) {
856
ret = der_heim_integer_cmp(&crl->crl.tbsCertList.
revokedCertificates
->val[j].userCertificate,
861
t = _hx509_Time2time_t(&crl->crl.tbsCertList.
revokedCertificates
->val[j].revocationDate);
865
if (crl->crl.tbsCertList.
revokedCertificates
->val[j].crlEntryExtensions)
866
for (k = 0; k < crl->crl.tbsCertList.
revokedCertificates
->val[j].crlEntryExtensions->len; k++)
867
if (crl->crl.tbsCertList.
revokedCertificates
->val[j].crlEntryExtensions->val[k].critical)
1490
num = c->
revokedCertificates
->len;
1491
ptr = realloc(c->
revokedCertificates
->val,
1492
(num + 1) * sizeof(c->
revokedCertificates
->val[0]))
[
all
...]
/src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
crl.c
586
rc = MatchingComponentTBSCertListSeqOf ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_attr)->
revokedCertificates
, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_assert)->
revokedCertificates
);
641
if ( ( comp->
revokedCertificates
->identifier.bv_val && strncmp(comp->
revokedCertificates
->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->
revokedCertificates
->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
643
return comp->
revokedCertificates
;
646
return ExtractingComponentTBSCertListSeqOf ( mem_op, cr, comp->
revokedCertificates
);
769
rc = BDecComponentTBSCertListSeqOf (mem_op, b, tagId1, elmtLen1, (&k->
revokedCertificates
), &totalElmtsLen1, mode);
771
(k->
revokedCertificates
)->identifier.bv_val = (k->
revokedCertificates
)->id_buf
[
all
...]
crl.h
289
ComponentTBSCertListSeqOf*
revokedCertificates
; /* TBSCertListSeqOf */
Completed in 19 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026