HomeSort by: relevance | last modified time | path
    Searched refs:revocationDate (Results 1 - 12 of 12) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/crypto/x509/
x509cset.c 137 return x->revocationDate;
146 in = x->revocationDate;
150 ASN1_TIME_free(x->revocationDate);
151 x->revocationDate = in;
x_crl.c 24 ASN1_SIMPLE(X509_REVOKED,revocationDate, ASN1_TIME),
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509/
x509cset.c 137 return x->revocationDate;
146 in = x->revocationDate;
150 ASN1_TIME_free(x->revocationDate);
151 x->revocationDate = in;
x_crl.c 24 ASN1_SIMPLE(X509_REVOKED,revocationDate, ASN1_TIME),
  /src/crypto/external/apache2/openssl/dist/crypto/x509/
x509cset.c 144 return x->revocationDate;
151 return ossl_x509_set1_time(NULL, &x->revocationDate, tm);
x_crl.c 24 ASN1_SIMPLE(X509_REVOKED, revocationDate, ASN1_TIME),
  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
crl.c 49 rc = MatchingComponentTime ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertListSeqOfSeq*)csi_attr)->revocationDate, (ComponentSyntaxInfo*)((ComponentTBSCertListSeqOfSeq*)csi_assert)->revocationDate );
70 if ( ( comp->revocationDate->identifier.bv_val && strncmp(comp->revocationDate->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->revocationDate->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
72 return comp->revocationDate;
75 return ExtractingComponentTime ( mem_op, cr, comp->revocationDate );
141 rc = BDecComponentTime (mem_op, b, tagId1, elmtLen1, (&k->revocationDate), &totalElmtsLen1, mode);
143 (k->revocationDate)->identifier.bv_val = (k->revocationDate)->id_buf
    [all...]
crl.h 187 ComponentTime* revocationDate; /* Time */
  /src/crypto/external/bsd/openssl.old/dist/include/crypto/
x509.h 118 ASN1_TIME *revocationDate; /* revocation date */
  /src/crypto/external/apache2/openssl/dist/include/crypto/
x509.h 132 ASN1_TIME *revocationDate; /* revocation date */
  /src/crypto/external/bsd/openssl/dist/include/crypto/
x509.h 132 ASN1_TIME *revocationDate; /* revocation date */
  /src/crypto/external/bsd/heimdal/dist/lib/hx509/
revoke.c 861 t = _hx509_Time2time_t(&crl->crl.tbsCertList.revokedCertificates->val[j].revocationDate);
1505 c->revokedCertificates->val[num].revocationDate.element =
1507 c->revokedCertificates->val[num].revocationDate.u.generalTime =

Completed in 45 milliseconds