Home
last modified time | relevance | path

Searched refs:days (Results 1 – 6 of 6) sorted by relevance

/openthread-3.6.0/src/core/common/
Duptime.cpp115 uint64_t days = aUptime / Time::kOneDayInMsec; in UptimeToString() local
121 if (days > 0) in UptimeToString()
123 aWriter.Append("%lud.", static_cast<unsigned long>(days)); in UptimeToString()
124 aUptime -= days * Time::kOneDayInMsec; in UptimeToString()
/openthread-3.6.0/
DSECURITY.md1 …ecurity Advisory). The Google Security Team will respond within 5 working days of your report on g…
/openthread-3.6.0/third_party/mbedtls/repo/tests/data_files/
DMakefile77 …s:$(test_ca_pwd_rsa)" -set_serial 3 -config $(test_ca_config_file) -sha1 -days 3653 -utf8 -subj "/…
81 …s:$(test_ca_pwd_rsa)" -set_serial 3 -config $(test_ca_config_file) -sha1 -days 3653 -subj "/C=NL/O…
85 …s:$(test_ca_pwd_rsa)" -set_serial 3 -config $(test_ca_config_file) -sha1 -days 3653 -subj "/C=NL/O…
91 … -set_serial 17 -config $(test_ca_config_file) -extensions dns_alt_names -days 3650 -key rsa_pkcs1…
94 …xtensions dns_alt_names -passin "pass:$(test_ca_pwd_rsa)" -set_serial 17 -days 3653 -sha256 -in $<…
102 …ig $(test_ca_config_file) -key $(test_ca_key_file_rsa_alt) -set_serial 0 -days 3653 -sha256 -in te…
123 … $(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -set_serial 0 -days 3653 -sha256 -in te…
127 …) -extensions v3_any_policy_ca -key $(test_ca_key_file_ec) -set_serial 0 -days 3653 -sha256 -in te…
131 … $(test_ca_key_file_rsa) -passin "pass:$(test_ca_pwd_rsa)" -set_serial 0 -days 3653 -sha256 -in te…
135 …ons v3_any_policy_qualifier_ca -key $(test_ca_key_file_ec) -set_serial 0 -days 3653 -sha256 -in te…
[all …]
/openthread-3.6.0/src/core/utils/
Dhistory_tracker.cpp476 uint32_t days = aEntryAge / Time::kOneDayInMsec; in EntryAgeToString() local
478 if (days > 0) in EntryAgeToString()
480 writer.Append("%lu day%s ", ToUlong(days), (days == 1) ? "" : "s"); in EntryAgeToString()
481 aEntryAge -= days * Time::kOneDayInMsec; in EntryAgeToString()
/openthread-3.6.0/src/cli/
DREADME_HISTORY.md39 …milliseconds ago". Number of days is added for events that are older than 24 hours, e.g., `1 day 1…
41 …ed up to 49 days. If the event is older than 49 days, the entry is still tracked in the list but t…
DREADME_COAPS.md80 > openssl req -x509 -new -key ec_private.pem -out x509_cert.pem -days 30