Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/utils/
Dhistory_tracker.cpp291 uint32_t days = aEntryAge / kOneDayInMsec; in EntryAgeToString() local
293 if (days > 0) in EntryAgeToString()
295 writer.Append("%u day%s ", days, (days == 1) ? "" : "s"); in EntryAgeToString()
296 aEntryAge -= days * kOneDayInMsec; in EntryAgeToString()
/openthread-2.7.6/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-2.7.6/src/cli/
DREADME_HISTORY.md34 …milliseconds ago". Number of days is added for events that are older than 24 hours, e.g., `1 day 1…
36 …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