/openthread-latest/tests/scripts/thread-cert/border_router/ |
D | test_firewall.py | 111 … def host_ping_ether(dest, interface, ttl=10, add_interface=False, add_route=False, gateway=None): argument 119 result = host.ping_ether(dest, ttl=ttl, interface=interface) 128 …tTrue(host_ping_ether(router1.get_ip6_address(config.ADDRESS_TYPE.OMR)[0], interface=host.ETH_DEV)) 131 …self.assertTrue(host_ping_ether(router1.get_ip6_address(config.ADDRESS_TYPE.DUA), interface=host.E… 136 interface=router1.get_rloc(), 142 interface=router2.get_ip6_address(config.ADDRESS_TYPE.OMR)[0], 148 interface=router1.get_mleid(), 157 interface=host.get_ip6_address(config.ADDRESS_TYPE.ONLINK_ULA)[0], 164 interface=host.get_ip6_address(config.ADDRESS_TYPE.ONLINK_ULA)[0], 171 interface=host.ETH_DEV, [all …]
|
D | test_on_link_prefix.py | 134 …host.ping(router1.get_ip6_address(config.ADDRESS_TYPE.OMR)[0], backbone=True, interface=host_on_li… 187 self.assertTrue(host.ping(router1_omr_addr, backbone=True, interface=host_on_link_addr))
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
D | driver-interface-test-strategy.md | 1 # Mbed TLS driver interface test strategy 7 ## Secure element driver interface testing 11 #### Opaque driver interface 13 The [unified driver interface](../../proposed/psa-driver-interface.md) supports both transparent dr… 15 Drivers exposing this interface need to be registered at compile time by declaring their JSON descr… 17 #### Dynamic secure element driver interface 19 …driver interface (SE interface for short) is defined by [`psa/crypto_se_driver.h`](../../../includ… 21 The SE interface consists of one function provided by Mbed TLS (`psa_register_se_driver`) and many … 23 ### SE driver interface unit tests 25 …it tests that must be implemented to validate the secure element driver interface. Note that a tes… [all …]
|
/openthread-latest/src/posix/platform/ |
D | spinel_manager.cpp | 101 Spinel::SpinelInterface *interface; in CreateSpinelInterface() local 110 interface = new (&mSpinelInterfaceRaw) HdlcInterface(mUrl); in CreateSpinelInterface() 116 interface = new (&mSpinelInterfaceRaw) SpiInterface(mUrl); in CreateSpinelInterface() 122 interface = new (&mSpinelInterfaceRaw) VendorInterface(mUrl); in CreateSpinelInterface() 131 return interface; in CreateSpinelInterface()
|
D | FindExampleVendorDeps.cmake | 50 RCP vendor interface library dependencies 60 Include directories needed by vendor interface 62 Libraries needed by vendor interface
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-developer-guide.md | 9 …rence of the interface between Mbed TLS and drivers, refer to the [PSA Cryptoprocessor Driver Inte… 11 The interface is not fully implemented in Mbed TLS yet. Please note that the interface may still ch… 17 The PSA cryptography driver interface provides a way to build Mbed TLS with additional code that im… 28 …er description syntax”](psa-driver-interface.html#driver-description-syntax) of the PSA cryptograp… 38 …fied in the PSA Cryptography Driver Interface specification](psa-driver-interface.html#driver-entr…
|
D | psa-driver-integration-guide.md | 7 …d TLS with additional cryptoprocessor drivers that follow the PSA cryptoprocessor driver interface. 9 The interface is not fully implemented in Mbed TLS yet. Please note that the interface may still ch… 13 The PSA cryptography driver interface provides a way to build Mbed TLS with additional code that im…
|
D | psa-conditional-inclusion-c.md | 4 …ument is a proposed interface for deciding at build time which cryptographic mechanisms to include… 12 …lication-programming-interface) specifies the interface between a PSA Cryptography implementation … 14 The present document proposes a way for an application using the PSA cryptography interface to decl… 22 In the PSA cryptography interface, the **core** (built-in implementations of cryptographic mechanis… 24 The current model is difficult to adapt to the PSA interface for several reasons. The `MBEDTLS_xxx_… 28 [Req.interface] The application can declare which cryptographic mechanisms it needs. 36 …tion of the PSA cryptography specifications and Mbed TLS. Therefore the interface must remain suff… 129 These symbols are not part of the public interface of Mbed TLS towards applications or to drivers, … 167 … application code or driver code, since they are not part of the public interface of the library. … 209 ### Open questions about the interface
|
D | Makefile | 9 psa-driver-interface.md \
|
/openthread-latest/tests/scripts/thread-cert/ |
D | test_ping_lla_src.py | 96 self.assertTrue(left.ping(center.get_mleid(), interface=left_lla)) 100 self.assertFalse(left.ping(right.get_mleid(), interface=left_lla)) 109 self.assertFalse(left.ping("2001::1", interface=left_lla))
|
D | call_dbus_method.py | 37 interface, method_name, arguments = args[0], args[1], json.loads(args[2]) 39 iface = dbus.Interface(obj, interface)
|
D | test_ping.py | 100 interface=router2.get_ip6_address(config.ADDRESS_TYPE.LINK_LOCAL))) 112 interface=router2.get_ip6_address(config.ADDRESS_TYPE.LINK_LOCAL))) 116 …self.assertFalse(router2.ping(router3.get_ip6_address(config.ADDRESS_TYPE.RLOC), interface='1::1'))
|
/openthread-latest/examples/apps/cli/ |
D | README.md | 3 … OpenThread configuration and management APIs via a simple command-line interface. The steps below… 42 Bring up the IPv6 interface: 64 View IPv6 addresses assigned to Node 1's Thread interface: 93 Bring up the IPv6 interface:
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-crypto-implementation-structure.md | 1 PSA Cryptography API implementation and PSA driver interface 6 …interface) defines an interface to cryptographic operations for which the Mbed TLS library provide… 8 … Mbed TLS PSA Cryptography API implementation which is tightly related to the PSA driver interface. 11 …interface. The key point is that software cryptographic operations are organized as PSA drivers: t… 15 * Addressing software and hardware cryptographic implementations through the same C interface reduc… 17 …nalities can be described by a JSON driver description file as defined in the PSA driver interface. 26 …ents and translating them into valid arguments for the necessary calls to the PSA driver interface. 35 /* Pre driver interface call processing: validation of arguments, building 36 * of arguments for the call to the driver interface, ... */ 40 /* Call to the driver interface */ [all …]
|
/openthread-latest/tests/scripts/thread-cert/border_router/MATN/ |
D | MATN_04_MulticastListenerTimeout.py | 119 …host.ping(MA1, backbone=True, ttl=10, interface=host.get_ip6_address(config.ADDRESS_TYPE.ONLINK_UL… 131 …host.ping(MA1, backbone=True, ttl=10, interface=host.get_ip6_address(config.ADDRESS_TYPE.ONLINK_UL… 140 …host.ping(MA1, backbone=True, ttl=10, interface=host.get_ip6_address(config.ADDRESS_TYPE.ONLINK_UL…
|
D | MATN_02_MLRFirstUse.py | 122 …host.ping(MA1, backbone=True, ttl=10, interface=host.get_ip6_address(config.ADDRESS_TYPE.ONLINK_UL… 128 …host.ping(MA2, backbone=True, ttl=10, interface=host.get_ip6_address(config.ADDRESS_TYPE.ONLINK_UL… 134 …host.ping(MA1g, backbone=True, ttl=10, interface=host.get_ip6_address(config.ADDRESS_TYPE.ONLINK_U…
|
D | MATN_03_InvalidCommissionerDeregistration.py | 114 …host.ping(MA1, backbone=True, ttl=10, interface=host.get_ip6_address(config.ADDRESS_TYPE.ONLINK_UL… 122 …host.ping(MA1, backbone=True, ttl=10, interface=host.get_ip6_address(config.ADDRESS_TYPE.ONLINK_UL…
|
D | MATN_16_LargeNumberOfMulticastGroupSubscriptionsToBBR.py | 119 interface=host.get_ip6_address(config.ADDRESS_TYPE.ONLINK_ULA)[0]) 125 …host.ping(MA2, backbone=True, ttl=64, interface=host.get_ip6_address(config.ADDRESS_TYPE.ONLINK_UL…
|
D | MATN_05_ReregistrationToSameMulticastGroup.py | 120 …host.ping(MA1, backbone=True, ttl=10, interface=host.get_ip6_address(config.ADDRESS_TYPE.ONLINK_UL… 139 …host.ping(MA1, backbone=True, ttl=10, interface=host.get_ip6_address(config.ADDRESS_TYPE.ONLINK_UL…
|
/openthread-latest/tests/toranj/ |
D | README.md | 7 - `toranj-cli` which enables testing of OpenThread using its CLI interface. 8 …es testing of the combined behavior of OpenThread (in NCP mode), spinel interface, and `wpantund` …
|
/openthread-latest/tools/tcat_ble_client/ |
D | README.md | 38 - `--mac <ADDRESS>` - physical address of the device's Bluetooth interface 76 - `thread start` - Enable Thread interface. 77 - `thread stop` - Disable Thread interface.
|
/openthread-latest/src/cli/ |
D | README_UDP.md | 70 - netif: the network interface to bind to. 71 - not specified: Thread network interface. 72 - `-u`: unspecified network interface. 73 - `-b`: Backbone network interface.
|
/openthread-latest/third_party/mbedtls/repo/ |
D | CONTRIBUTING.md | 35 …interface is required, all changes to the ABI or API, even on the main development branch where ne… 37 …interface which will change the API. Instead the interface can only be changed by its extension. W…
|
/openthread-latest/third_party/mbedtls/repo/programs/ |
D | README.md | 8 …tion and authentication, demonstrating the generic cipher interface and the generic hash interface. 12 …neric_sum.c): file hash calculator and verifier, demonstrating the message digest (`md`) interface. 26 …y file and uses the key to encrypt/decrypt a short string through the generic public-key interface. 34 …blic/private key and uses it to encrypt/decrypt a short string through the low-level RSA interface. 50 * [`pkey/dh_genprime.c`](pkey/dh_genprime.c): shows how to use the bignum (`mpi`) interface to gene…
|
/openthread-latest/third_party/mbedtls/repo/programs/psa/ |
D | psa_hash_demo.sh | 9 This program demonstrates the use of the PSA cryptography interface to
|