/openthread-3.6.0/third_party/mbedtls/repo/tests/data_files/dir4/ |
D | Readme | 23 …nzero pathlen constraint on an intermediate CA with maximum number of elements in the chain (valid) 28 6. nonzero pathlen constraint on the root CA with maximum number of elements in the chain (valid) 33 … on the root CA with maximum number of elements and a self signed certificate in the chain (valid) 39 8. zero pathlen constraint on first intermediate CA (valid) 44 9. zero pathlen constraint on trusted root (valid)
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_base64.data | 186 Base64 encode hex all valid input bytes #0 189 Base64 encode hex all valid input bytes #1 192 Base64 encode hex all valid input bytes #2 195 Base64 encode all valid output characters at all offsets 213 Base64 decode all valid input characters at all offsets
|
D | test_suite_ecjpake.data | 10 ECJPAKE round one: client, valid 13 ECJPAKE round one: server, valid 118 ECJPAKE round two client: valid 184 ECJPAKE round two server: valid
|
D | test_suite_md.function | 22 * xxx_process_wrap() function pointers are valid. (Testing that they 26 * Also tests that mbedtls_md_list() only returns valid MDs.
|
D | test_suite_x509parse.data | 722 X509 CRT verification #52 (CA keyUsage valid) 842 X509 CRT verification #82 (Not yet valid CA and valid CA) 846 X509 CRT verification #83 (valid CA and Not yet valid CA) 850 X509 CRT verification #84 (valid CA and Not yet valid CA) 854 X509 CRT verification #85 (Not yet valid CA and valid CA) 858 X509 CRT verification #86 (Not yet valid CA and invalid CA) 1059 X509 CRT ASN1 (TBS, valid outer version tag, no outer length) 1067 X509 CRT ASN1 (TBS, valid inner version tag, no inner length) 1071 X509 CRT ASN1 (TBS, valid inner version tag, inv inner length encoding) 1075 X509 CRT ASN1 (TBS, valid inner version tag, inner length too large for int) [all …]
|
D | test_suite_pk.data | 4 PK valid parameters 7 PK write valid parameters
|
D | test_suite_net.function | 114 /* In principle, mbedtls_net_poll() with valid arguments should succeed.
|
D | test_suite_psa_crypto_metadata.function | 100 * possibly turn a valid encoding into another valid encoding. Here in 104 * The expected parity is even so that 0 is considered a valid encoding.
|
D | test_suite_asn1parse.function | 36 /* Since we have a valid element start (tag and length), retrieve and 241 * valid depending on what the trailing garbage is. */ 344 /* An INTEGER with no content is not valid. */
|
D | host_test.function | 115 /* Read until we get a valid line */ 326 * only. They are still valid for other compilers. Avoid this warning by
|
D | test_suite_pk.function | 14 * but the test code generator requires test case data to be valid C code 301 /* For the write tests to be effective, we need a valid key pair. */
|
/openthread-3.6.0/src/core/meshcop/ |
D | meshcop.cpp | 88 bool valid = false; in IsPskdValid() local 101 valid = true; in IsPskdValid() 104 return valid; in IsPskdValid()
|
/openthread-3.6.0/src/cli/ |
D | README_HISTORY.md | 102 …ad:beef:cafe:c4cb:caba:8d55:e30b prefixlen:64 origin:slaac scope:14 preferred:yes valid:yes rloc:no 103 …ad:beef:cafe:c4cb:caba:8d55:e30b prefixlen:64 origin:slaac scope:14 preferred:yes valid:yes rloc:no 104 …dded address:fd00:0:0:0:0:0:0:1 prefixlen:64 origin:manual scope:14 preferred:yes valid:yes rloc:no 105 …s:fdde:ad00:beef:0:0:ff:fe00:fc00 prefixlen:64 origin:thread scope:3 preferred:no valid:yes rloc:no 106 …:fdde:ad00:beef:0:0:ff:fe00:5400 prefixlen:64 origin:thread scope:3 preferred:no valid:yes rloc:yes 505 - Destination IPv6 address and port number (port number is valid for UDP/TCP, it is zero otherwise). 508 - Message checksum (valid for UDP, TCP, or ICMP6 message)
|
D | README.md | 1179 …The channel to discover on. If no channel is provided, the discovery will cover all valid channels. 1605 - `valid`: valid flag (boolean) 1609 fd5e:18fa:f4a5:b8:0:ff:fe00:fc00 origin:thread plen:64 preferred:0 valid:1 1610 fd5e:18fa:f4a5:b8:0:ff:fe00:dc00 origin:thread plen:64 preferred:0 valid:1 1611 fd5e:18fa:f4a5:b8:f8e:5d95:87a0:e82c origin:thread plen:64 preferred:0 valid:1 1612 fe80:0:0:0:4891:b191:e277:8826 origin:thread plen:64 preferred:1 valid:1 1889 - length: The length of the Probe message, valid range: [0, 64]. 2399 - A valid CIDR must have a non-zero prefix length. 2935 Add a valid prefix to the Network Data. 3174 Add a valid external route to the Network Data. [all …]
|
/openthread-3.6.0/etc/cmake/ |
D | options.cmake | 135 # Declares a multi-value OT cmake config with `name` with valid 157 … message(FATAL_ERROR "${name}=\"${${name}}\" - unknown value, valid values " "${${values}}") 276 message(FATAL_ERROR "Invalid value for OT_PLATFORM - valid values are:" "${OT_PLATFORM_VALUES}") 286 …message(FATAL_ERROR "Invalid value for OT_THREAD_VERSION - valid values are: " "${OT_THREAD_VERSIO…
|
/openthread-3.6.0/third_party/mbedtls/repo/scripts/data_files/ |
D | vs6-main-template.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
D | vs6-app-template.dsp | 8 !MESSAGE This is not a valid makefile. To build this project using NMAKE,
|
/openthread-3.6.0/src/core/net/ |
D | dns_types.cpp | 1322 bool valid = false; in VerifyTxtData() local 1340 valid = (curEntryLength == 0); in VerifyTxtData() 1343 return valid; in VerifyTxtData()
|
D | srp_server.cpp | 233 bool valid = false; in IsValid() local 243 valid = true; in IsValid() 246 return valid; in IsValid()
|
/openthread-3.6.0/third_party/mbedtls/repo/tests/data_files/ |
D | Readme-x509.txt | 93 _trailing_space.crt: S7 + I1 both with trainling space (valid PEM)
|
/openthread-3.6.0/third_party/mbedtls/repo/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 26 * checking PSA API arguments and translating them into valid arguments for the necessary calls to t…
|
D | mbed-crypto-storage-specification.md | 39 …valid values for a key identifier are the range from 1 to 0xfffeffff. This limitation on the range…
|
/openthread-3.6.0/third_party/mbedtls/repo/docs/architecture/testing/ |
D | driver-interface-test-strategy.md | 33 * Test `psa_register_se_driver` with valid and with invalid arguments.
|
/openthread-3.6.0/third_party/mbedtls/repo/ |
D | ChangeLog | 200 to create is not valid, bringing them in line with version 1.0.0 of the 241 the affected side to wrongly reject valid messages. Fixes #4118. 514 valid. However, if the parameters do not match in *any* way then the 596 * Remove the zeroization of a pointer variable in AES rounds. It was valid 1063 an incoming record is valid, authentic and has not been seen before. This 1695 * Clarify documentation for mbedtls_ssl_write() to include 0 as a valid 1971 * In test_suite_pk, pass valid parameters when testing for hash length 1979 that could cause a key exchange to fail on valid data. 1981 could cause a key exchange to fail on valid data. 2295 valid C and they prevented the test from compiling in Visual Studio 2015 [all …]
|
/openthread-3.6.0/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 71 * `"prefix"` (mandatory, string). This must be a valid prefix for a C identifier. All the types and… 345 All key creation entry points must ensure that the resulting key is valid as specified in the secti… 361 …valid key data. Key data is _valid_ if operations involving the key are guaranteed to work functio… 366 * On the other hand, it is acceptable for import to accept a key that cannot be verified as valid i… 789 …e. This pointer remains valid during a call to a driver entry point. Once the entry point returns,…
|