HomeSort by relevance Sort by last modified time
    Searched refs:not_after (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/net/cert/
crl_set.cc 247 double not_after; local
248 if (!header_dict->GetDouble("NotAfter", &not_after)) {
250 not_after = 0;
252 if (not_after < 0)
257 crl_set->not_after_ = static_cast<uint64>(not_after);
393 double not_after; local
394 if (!header_dict->GetDouble("NotAfter", &not_after)) {
396 not_after = 0;
398 if (not_after < 0)
403 crl_set->not_after_ = static_cast<uint64>(not_after);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
sslidentity.h 138 // otherwise a random string will be used. |not_before| and |not_after| are
143 int not_after; // in seconds. member in struct:talk_base::SSLIdentityParams
nssidentity.cc 368 PRTime not_after = local
369 now + static_cast<PRTime>(params.not_after) * PR_USEC_PER_SEC;
396 validity = CERT_CreateValidity(not_before, not_after);
461 params.not_after = CERTIFICATE_LIFETIME;
opensslidentity.cc 129 !X509_gmtime_adj(X509_get_notAfter(x509), params.not_after))
333 params.not_after = CERTIFICATE_LIFETIME;
sslstreamadapter_unittest.cc 223 // |not_before| and |not_after| are offsets from the current time in number
225 void ResetIdentitiesWithValidity(int not_before, int not_after) {
240 client_params.not_after = not_after;
246 server_params.not_after = not_after;
  /external/chromium_org/third_party/webrtc/base/
sslidentity.h 121 // otherwise a random string will be used. |not_before| and |not_after| are
126 int not_after; // in seconds. member in struct:rtc::SSLIdentityParams
nssidentity.cc 350 PRTime not_after = local
351 now + static_cast<PRTime>(params.not_after) * PR_USEC_PER_SEC;
378 validity = CERT_CreateValidity(not_before, not_after);
443 params.not_after = CERTIFICATE_LIFETIME;
opensslidentity.cc 112 !X509_gmtime_adj(X509_get_notAfter(x509), params.not_after))
316 params.not_after = CERTIFICATE_LIFETIME;
sslstreamadapter_unittest.cc 205 // |not_before| and |not_after| are offsets from the current time in number
207 void ResetIdentitiesWithValidity(int not_before, int not_after) {
222 client_params.not_after = not_after;
228 server_params.not_after = not_after;
  /external/wpa_supplicant_8/src/tls/
x509v3.h 56 os_time_t not_after; member in struct:x509_certificate
x509v3.c 700 &cert->not_after) < 0) {
708 (unsigned long) cert->not_after);
    [all...]
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_validator.h 121 // |not_before| and not after |not_after| + grace interval. If
125 base::Time not_after,

Completed in 308 milliseconds