HomeSort by: relevance | last modified time | path
    Searched defs:thisUpdate (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/ocsp/
ocsp_local.h 138 * thisUpdate GeneralizedTime,
145 ASN1_GENERALIZEDTIME *thisUpdate;
  /src/crypto/external/bsd/openssl/dist/crypto/ocsp/
ocsp_local.h 138 * thisUpdate GeneralizedTime,
145 ASN1_GENERALIZEDTIME *thisUpdate;
  /src/crypto/external/bsd/openssl.old/dist/crypto/ocsp/
ocsp_local.h 136 * thisUpdate GeneralizedTime,
143 ASN1_GENERALIZEDTIME *thisUpdate;
  /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
crl.h 287 ComponentTime* thisUpdate; /* Time */
  /src/external/bsd/wpa/dist/src/crypto/
tls_openssl_ocsp.c 127 * thisUpdate GeneralizedTime,
134 ASN1_GENERALIZEDTIME *thisUpdate;
195 ASN1_SIMPLE(SingleResponse, thisUpdate, ASN1_GENERALIZEDTIME),
352 "OpenSSL: Invalid OCSP response thisUpdate");
380 "OpenSSL: OCSP response nextUpdate before thisUpdate");
384 /* Both thisUpdate and nextUpdate are valid */
749 txt = generalizedtime_str(sresp->thisUpdate);
751 wpa_printf(MSG_DEBUG, "OpenSSL: thisUpdate: %s", txt);
808 if (!ocsp_resp_valid(matching_resp->thisUpdate,
  /src/crypto/external/apache2/openssl/dist/crypto/cmp/
cmp_local.h 235 * thisUpdate Time OPTIONAL }
240 ASN1_TIME *thisUpdate;
  /src/external/bsd/openldap/dist/servers/slapd/
schema_init.c 439 tag = ber_skip_tag( ber, &len ); /* thisUpdate */
484 struct berval issuer_dn = BER_BVNULL, thisUpdate;
498 thisUpdate.bv_val = tubuf;
499 thisUpdate.bv_len = sizeof(tubuf);
500 if ( checkTime( &bvtu, &thisUpdate ) ) {
506 "certificateListValidate issuer=\"%s\", thisUpdate=%s: extra cruft past end of certificateList\n",
507 issuer_dn.bv_val, thisUpdate.bv_val );
3892 if ( in->bv_len < STRLENOF( "{issuer \"\",thisUpdate \"YYMMDDhhmmssZ\"}" ) ) return LDAP_INVALID_SYNTAX;
3907 /* should be at issuer or thisUpdate */
3956 } else if ( strncasecmp( x.bv_val, "thisUpdate", STRLENOF("thisUpdate") ) == 0
    [all...]

Completed in 59 milliseconds