Home
last modified time | relevance | path

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

/openthread-latest/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-latest/third_party/mbedtls/repo/tests/data_files/
DMakefile91 …s:$(test_ca_pwd_rsa)" -set_serial 3 -config $(test_ca_config_file) -sha1 -days 3653 -utf8 -subj "/…
95 …s:$(test_ca_pwd_rsa)" -set_serial 3 -config $(test_ca_config_file) -sha1 -days 3653 -subj "/C=NL/O…
99 …s:$(test_ca_pwd_rsa)" -set_serial 3 -config $(test_ca_config_file) -sha1 -days 3653 -subj "/C=NL/O…
105 … -set_serial 17 -config $(test_ca_config_file) -extensions dns_alt_names -days 3650 -key rsa_pkcs1…
110 -passin "pass:$(test_ca_pwd_rsa)" -set_serial 17 -days 3653 -sha256 \
120 -set_serial 0xf7c67ff8e9a963f9 -days 3653 -sha1 -in $< > $@
171 …nsions rfc822name_names -passin "pass:$(test_ca_pwd_rsa)" -set_serial 17 -days 3653 -sha256 -in $<…
179 …ig $(test_ca_config_file) -key $(test_ca_key_file_rsa_alt) -set_serial 0 -days 3653 -sha256 -in te…
207 -signkey $(test_ca_key_file_ec) -days 3653 -out $@
238 -set_serial 0 -days 3653 -sha256 -in test-ca.req.sha256 -out $@
[all …]
/openthread-latest/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-latest/tools/tcat_ble_client/auth-generate/
Dcreate-cert-ca.sh54 -days "${VALIDITY}" -sha256
Dcreate-cert-tcat-commissioner.sh60 -days "${VALIDITY}" -sha256
Dcreate-cert-tcat-device.sh65 -days "${VALIDITY}" -sha256
/openthread-latest/
DSECURITY.md1 …ecurity Advisory). The Google Security Team will respond within 5 working days of your report on g…
/openthread-latest/tools/tcat_ble_client/
DGENERATING_CERTIFICATES.md47 openssl req -x509 -sha256 -days 365 -key ca_key.pem -in ca.csr -out ca_cert.pem
73 …ssioner.csr -CA ca_cert.pem -CAkey ca_key.pem -out commissioner_cert.pem -days 365 -sha256 -copy_e…
/openthread-latest/src/cli/
DREADME_BR.md245 …he duration is 24 hours or more, the format is `{dd}d.{hh}:{mm}:{ss}` for days, hours, minutes, se…
260 …he duration is 24 hours or more, the format is `{dd}d.{hh}:{mm}:{ss}` for days, hours, minutes, se…
400 …he duration is 24 hours or more, the format is `{dd}d.{hh}:{mm}:{ss}` for days, hours, minutes, se…
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
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md672 These days clients are very unlikely to do that. If you have a client that
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-shared-memory.md455 1. Take 1-2 days to create a basic prototype of a test that uses the approach.