Searched refs:days (Results 1 – 13 of 13) sorted by relevance
/openthread-latest/src/core/common/ |
D | uptime.cpp | 115 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/ |
D | Makefile | 91 …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/ |
D | history_tracker.cpp | 476 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/ |
D | create-cert-ca.sh | 54 -days "${VALIDITY}" -sha256
|
D | create-cert-tcat-commissioner.sh | 60 -days "${VALIDITY}" -sha256
|
D | create-cert-tcat-device.sh | 65 -days "${VALIDITY}" -sha256
|
/openthread-latest/ |
D | SECURITY.md | 1 …ecurity Advisory). The Google Security Team will respond within 5 working days of your report on g…
|
/openthread-latest/tools/tcat_ble_client/ |
D | GENERATING_CERTIFICATES.md | 47 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/ |
D | README_BR.md | 245 …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…
|
D | README_HISTORY.md | 39 …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…
|
D | README_COAPS.md | 80 > openssl req -x509 -new -key ec_private.pem -out x509_cert.pem -days 30
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 672 These days clients are very unlikely to do that. If you have a client that
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-shared-memory.md | 455 1. Take 1-2 days to create a basic prototype of a test that uses the approach.
|