| /openthread-latest/third_party/mbedtls/repo/docs/ |
| D | psa-transition.md | 22 **Tutorial**: See the [getting started guide](https://mbed-tls.readthedocs.io/en/latest/getting_sta… 24 …io/psa-api/crypto/) is available online. Mbed TLS implements a large subset of the specification w… 35 …tions on keys stored in an external [location](https://arm-software.github.io/psa-api/crypto/1.1/a… 36 * PSA APIs have [consistent conventions](https://arm-software.github.io/psa-api/crypto/1.1/overview… 51 …configuration option [`MBEDTLS_PSA_CRYPTO_C`](https://mbed-tls.readthedocs.io/projects/api/en/deve… 53 You should probably enable [`MBEDTLS_USE_PSA_CRYPTO`](https://mbed-tls.readthedocs.io/projects/api/… 66 Before any cryptographic operation, call [`psa_crypto_init`](https://mbed-tls.readthedocs.io/projec… 68 …ryptography, call [`mbedtls_psa_crypto_free`](https://mbed-tls.readthedocs.io/projects/api/en/deve… 76 …io/projects/api/en/development/api/group/group__error/#group__error_1ga05676e70ba5c6a7565aff3c3667… 88 …key take a parameter of type [`psa_key_id_t`](https://mbed-tls.readthedocs.io/projects/api/en/deve… [all …]
|
| D | redirects.yaml | 2 # See https://docs.readthedocs.io/en/stable/user-defined-redirects.html
|
| /openthread-latest/tests/scripts/thread-cert/ |
| D | test_network_layer.py | 30 import io 127 target_eid = factory.parse(io.BytesIO(eid), common.MessageInfo()) 167 mac_extended_address = factory.parse(io.BytesIO(mac_address), common.MessageInfo()) 209 rloc16_obj = factory.parse(io.BytesIO(data), common.MessageInfo()) 249 ml_eid_obj = factory.parse(io.BytesIO(ml_eid), common.MessageInfo()) 291 status_obj = factory.parse(io.BytesIO(data), common.MessageInfo()) 336 time_since_last_transaction = factory.parse(io.BytesIO(data), common.MessageInfo()) 395 router_mask = factory.parse(io.BytesIO(data), common.MessageInfo()) 438 nd_option = factory.parse(io.BytesIO(data), common.MessageInfo()) 483 thread_network_data = factory.parse(io.BytesIO(tlvs), common.MessageInfo())
|
| D | test_mle.py | 30 import io 412 actual_source_address = factory.parse(io.BytesIO(data), dict()) 481 actual_mode = factory.parse(io.BytesIO(data), dict()) 517 actual_timeout = factory.parse(io.BytesIO(data), dict()) 550 actual_challenge = factory.parse(io.BytesIO(data), dict()) 583 actual_response = factory.parse(io.BytesIO(data), dict()) 616 actual_link_layer_frame_counter = factory.parse(io.BytesIO(data), dict()) 649 actual_mle_frame_counter = factory.parse(io.BytesIO(data), dict()) 704 actual_lqrd = factory.parse(io.BytesIO(data), dict()) 724 actual_lqrd = factory.parse(io.BytesIO(data), dict()) [all …]
|
| D | test_ipv6.py | 30 import io 384 ipv6_header = IPv6Header.from_bytes(io.BytesIO(data)) 439 udp_header = UDPHeader.from_bytes(io.BytesIO(data)) 492 icmpv6_header = ICMPv6Header.from_bytes(io.BytesIO(data)) 594 ipv6_packet = ipv6_factory.parse(io.BytesIO(ipv6_packet_bytes), any_message_info()) 631 ipv6_packet = ipv6_factory.parse(io.BytesIO(ipv6_packet_bytes), any_message_info()) 667 factory.parse(io.BytesIO(ipv6_packet_data), message_info) 730 ipv6_fragment_header = FragmentHeader.from_bytes(io.BytesIO(data)) 841 mpl_option = MPLOption.from_bytes(io.BytesIO(data)) 932 option_header = HopByHopOptionHeader.from_bytes(io.BytesIO(data)) [all …]
|
| D | test_lowpan.py | 30 import io 292 actual_ipv6_packet = parser.parse(io.BytesIO(lowpan_packet), message_info) 320 actual_ipv6_packet = parser.parse(io.BytesIO(lowpan_packet), message_info) 348 actual_ipv6_packet = parser.parse(io.BytesIO(lowpan_packet), message_info) 376 actual_ipv6_packet = parser.parse(io.BytesIO(lowpan_packet), message_info) 404 actual_ipv6_packet = parser.parse(io.BytesIO(lowpan_packet), message_info) 432 actual_ipv6_packet = parser.parse(io.BytesIO(lowpan_packet), message_info) 462 actual_ipv6_packet = parser.parse(io.BytesIO(lowpan_packet), message_info) 492 actual_ipv6_packet = parser.parse(io.BytesIO(lowpan_packet), message_info) 522 actual_ipv6_packet = parser.parse(io.BytesIO(lowpan_packet), message_info) [all …]
|
| D | test_mac802154.py | 30 import io 46 frame.parse(io.BytesIO(bytearray([0x12, 0x00, 0x12, 0x34, 0x56]))) 59 …io.BytesIO(bytearray([0x61, 0x88, 0x34, 0xce, 0xfa, 0xad, 0xde, 0xef, 0xbe, 0x12, 0x34, 0xfe, 0xdc… 77 io.BytesIO( 101 io.BytesIO( 124 io.BytesIO( 146 …frame.parse(io.BytesIO(bytearray([0x63, 0x88, 0x78, 0xce, 0xfa, 0xad, 0xde, 0x0d, 0xf0, 0x04, 0xfe… 168 io.BytesIO( 254 io.BytesIO(
|
| D | test_coap.py | 30 import io 127 data = io.BytesIO(bytearray([extended_value])) 141 data = io.BytesIO(bytearray([any_value(), extended_value])) 157 option_header = coap.CoapOptionHeader.from_bytes(io.BytesIO(data)) 171 option_header = coap.CoapOptionHeader.from_bytes(io.BytesIO(data)) 217 coap_options = factory.parse(io.BytesIO(data), None) 565 coap_message = factory.parse(io.BytesIO(data), None) 636 coap_message = factory.parse(io.BytesIO(data), None)
|
| D | test_network_data.py | 30 import io 325 actual_route = factory.parse(io.BytesIO(data), None) 343 actual_routes = factory.parse(io.BytesIO(data), None) 392 actual_has_route = factory.parse(io.BytesIO(data), message_info) 504 actual_sub_tlvs = factory.parse(io.BytesIO(data), common.MessageInfo()) 527 actual_prefix = factory.parse(io.BytesIO(data), message_info) 794 actual_border_router = factory.parse(io.BytesIO(data), message_info) 878 actual_lowpan_id = factory.parse(io.BytesIO(data), message_info) 1041 actual_sub_tlvs = factory.parse(io.BytesIO(data), common.MessageInfo()) 1077 actual_service = factory.parse(io.BytesIO(data), message_info) [all …]
|
| D | mac802154.py | 33 import io 276 data.seek(-2, io.SEEK_END) 414 data.seek(-4, io.SEEK_CUR) 418 data.seek(-8, io.SEEK_CUR) 422 data.seek(-16, io.SEEK_CUR)
|
| D | call_dbus_method.py | 38 obj = bus.get_object('io.openthread.BorderRouter.wpan0', '/io/openthread/BorderRouter/wpan0')
|
| D | tlvs_parsing.py | 29 import io 76 tlv = factory.parse(io.BytesIO(value), message_info)
|
| D | network_data.py | 30 import io 78 tlv = factory.parse(io.BytesIO(value), message_info) 229 sub_tlvs = self._sub_tlvs_factory.parse(io.BytesIO(data.read()), message_info) 401 sub_tlvs = self._sub_tlvs_factory.parse(io.BytesIO(data.read()), message_info) 492 sub_tlvs = self._sub_tlvs_factory.parse(io.BytesIO(data.read()), message_info)
|
| D | sniffer.py | 31 import io 102 messages = self._message_factory.create(io.BytesIO(data))
|
| D | test_crypto.py | 30 import io 289 nonce_bytes = io.BytesIO(nonce) 313 authenticated_data_bytes = io.BytesIO(authenticated_data) 431 aux_sec_hdr = factory.parse(io.BytesIO(data), common.MessageInfo())
|
| D | lowpan.py | 30 import io 223 options = self._hop_by_hop_options_factory.parse(io.BytesIO(ext_header_data), message_info) 791 data.seek(-n, io.SEEK_CUR) 1008 data.seek(-n, io.SEEK_CUR) 1054 data = io.BytesIO(fragments_buffer.read()) 1078 data = io.BytesIO(fragments_buffer.read()) 1108 return self._ipv6_packet_factory.parse(io.BytesIO(decompressed_data), message_info)
|
| /openthread-latest/ |
| D | CONTRIBUTING.md | 168 …ss as code and contributions may be mirrored on our [openthread.io](https://openthread.io) website. 181 …cks.html) to render the HTML output on [https://openthread.io/reference](https://openthread.io/ref… 188 …put the [Border Agent](https://openthread.io/reference/group/api-border-agent) reference topic on …
|
| D | README.md | 25 [ot-codecov]: https://codecov.io/gh/openthread/openthread 26 [ot-codecov-svg]: https://codecov.io/gh/openthread/openthread/branch/main/graph/badge.svg 34 All end-user documentation and guides are located at [openthread.io](https://openthread.io). If you… 43 ...then [openthread.io](https://openthread.io) is the place for you.
|
| /openthread-latest/third_party/mbedtls/repo/ |
| D | SUPPORT.md | 5 - [ReadTheDocs](https://mbed-tls.readthedocs.io/); 9 - the [Mbed TLS Knowledge Base](https://mbed-tls.readthedocs.io/en/latest/kb/);
|
| D | README.md | 20 The main Mbed TLS documentation is available via [ReadTheDocs](https://mbed-tls.readthedocs.io/). 22 Documentation for the PSA Cryptography API is available [on GitHub](https://arm-software.github.io/… 113 … can also check [the Mbed TLS Knowledge Base](https://mbed-tls.readthedocs.io/en/latest/kb/) for a… 115 …, so we can add it to the [Mbed TLS Knowledge Base](https://mbed-tls.readthedocs.io/en/latest/kb/). 260 - [Porting Mbed TLS to a new environment or OS](https://mbed-tls.readthedocs.io/en/latest/kb/how-… 261 - [What external dependencies does Mbed TLS rely on?](https://mbed-tls.readthedocs.io/en/latest/k… 262 - [How do I configure Mbed TLS](https://mbed-tls.readthedocs.io/en/latest/kb/compiling-and-buildi… 281 The [PSA cryptography API](https://arm-software.github.io/psa-api/crypto/) provides access to a set… 320 * `3rdparty/everest/`: Files stem from [Project Everest](https://project-everest.github.io/) and ar…
|
| D | CONTRIBUTING.md | 18 …style, and must follow [our coding standards](https://mbed-tls.readthedocs.io/en/latest/kb/develop… 27 …ecessary. See our [review process guidelines](https://mbed-tls.readthedocs.io/en/latest/reviews/re… 62 …l tests is available on the Mbed TLS website](https://mbed-tls.readthedocs.io/en/latest/kb/develop… 81 1. If a [Knowledge Base (KB)](https://mbed-tls.readthedocs.io/en/latest/kb/) article should be adde…
|
| D | .readthedocs.yaml | 3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
| /openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
| D | tcp_client.pl | 13 use IO::Socket::INET; 25 my $socket = IO::Socket::INET->new(PeerAddr => $host,
|
| /openthread-latest/third_party/mbedtls/repo/tests/data_files/ |
| D | rsa_pkcs1_2048_des.pem | 13 9iO/u45sY6wVXomuHiPrclC32S8QW61hGB44aGwdYTDfpTQ4hRo03xuE3l6x3GFZ
|
| /openthread-latest/third_party/mbedtls/repo/programs/ssl/ |
| D | ssl_client2.c | 471 int event; /* loop or event-driven IO? level or edge triggered? */ 1451 /* Event-driven IO is incompatible with the above custom in main() 1455 mbedtls_printf("Warning: event-driven IO mandates nbio=1 - overwrite\n"); in main() 2229 /* For event-driven IO, wait for socket to become available */ in main() 2230 if (opt.event == 1 /* level triggered IO */) { in main() 2472 /* For event-driven IO, wait for socket to become available */ in main() 2473 if (opt.event == 1 /* level triggered IO */) { in main() 2521 /* For event-driven IO, wait for socket to become available */ in main() 2522 if (opt.event == 1 /* level triggered IO */) { in main() 2549 /* For event-driven IO, wait for socket to become available */ in main() [all …]
|