OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:not_before
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/base/
nssidentity.cc
219
PRTime
not_before
, not_after;
local
250
not_before
= now - one_day;
253
validity = CERT_CreateValidity(
not_before
, not_after);
/external/wpa_supplicant_8/src/tls/
x509v3.h
55
os_time_t
not_before
;
member in struct:x509_certificate
/external/chromium/net/base/
x509_certificate_win.cc
587
base::Time
not_before
= base::Time::Now();
local
588
base::Time not_after =
not_before
+ valid_duration;
592
not_before
.UTCExplode(&exploded);
[
all
...]
Completed in 375 milliseconds