Searched refs:thisUpdate (Results 1 - 10 of 10) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
H A Dcrl.c578 rc = MatchingComponentTime ( oid, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_attr)->thisUpdate, (ComponentSyntaxInfo*)((ComponentTBSCertList*)csi_assert)->thisUpdate );
625 if ( ( comp->thisUpdate->identifier.bv_val && strncmp(comp->thisUpdate->identifier.bv_val, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) || ( strncmp(comp->thisUpdate->id_buf, cr->cr_curr->ci_val.ci_identifier.bv_val,cr->cr_curr->ci_val.ci_identifier.bv_len) == 0 ) ) {
627 return comp->thisUpdate;
630 return ExtractingComponentTime ( mem_op, cr, comp->thisUpdate );
739 rc = BDecComponentTime (mem_op, b, tagId1, elmtLen1, (&k->thisUpdate), &totalElmtsLen1, mode);
741 (k->thisUpdate)->identifier.bv_val = (k->thisUpdate)
[all...]
H A Dcrl.h287 ComponentTime* thisUpdate; /* Time */ member in struct:TBSCertList
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/demos/asn1/
H A Docsp.c135 thisUpdate GeneralizedTime,
258 ASN1_GENERALIZEDTIME *thisUpdate; member in struct:__anon690
347 ASN1_SIMPLE(SingleResponse, thisUpdate, ASN1_GENERALIZEDTIME),
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/ocsp/
H A Docsp_asn.c143 ASN1_SIMPLE(OCSP_SINGLERESP, thisUpdate, ASN1_GENERALIZEDTIME),
H A Docsp_cl.c279 if(thisupd) *thisupd = single->thisUpdate;
305 /* Check validity of thisUpdate and nextUpdate fields. It is possible that the request will
309 * parameter specifies the maximum age the thisUpdate field can be.
317 /* Check thisUpdate is valid and not more than nsec in the future */
332 /* If maxsec specified check thisUpdate is not more than maxsec in the past */
363 /* Also don't allow nextUpdate to precede thisUpdate */
H A Docsp_prn.c259 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate))
H A Docsp_srv.c143 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate))
H A Docsp.h249 * thisUpdate GeneralizedTime,
257 ASN1_GENERALIZEDTIME *thisUpdate; member in struct:ocsp_single_response_st
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hx509/
H A Drevoke.c469 t = _hx509_Time2time_t(&crl->tbsCertList.thisUpdate);
757 if (ocsp->ocsp.tbsResponseData.responses.val[j].thisUpdate >
1154 printable_time(ocsp.ocsp.tbsResponseData.responses.val[i].thisUpdate));
1157 printable_time(ocsp.ocsp.tbsResponseData.responses.val[i].thisUpdate));
1237 if (basic.tbsResponseData.responses.val[i].thisUpdate >
1468 c.tbsCertList.thisUpdate.element = choice_Time_generalTime;
1469 c.tbsCertList.thisUpdate.u.generalTime = time(NULL) - 24 * 3600;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dschema_init.c316 tag = ber_skip_tag( ber, &len ); /* thisUpdate */
361 struct berval issuer_dn = BER_BVNULL, thisUpdate; local
375 thisUpdate.bv_val = tubuf;
376 thisUpdate.bv_len = sizeof(tubuf);
377 if ( checkTime( &bvtu, &thisUpdate ) ) {
383 "certificateListValidate issuer=\"%s\", thisUpdate=%s: extra cruft past end of certificateList\n",
384 issuer_dn.bv_val, thisUpdate.bv_val, 0 );
3701 if ( in->bv_len < STRLENOF( "{issuer \"\",thisUpdate \"YYMMDDhhmmssZ\"}" ) ) return LDAP_INVALID_SYNTAX;
3716 /* should be at issuer or thisUpdate */
3764 } else if ( strncasecmp( x.bv_val, "thisUpdate", STRLENO
4025 thisUpdate, bvtu; local
[all...]

Completed in 190 milliseconds