Searched refs:contexts (Results 1 – 15 of 15) sorted by relevance
/openthread-latest/tests/toranj/cli/ |
D | test-019-netdata-context-id.py | 110 contexts = netdata['contexts'] variable 111 verify(len(contexts) == 3) 112 verify(any([context.startswith('fd00:1:0:0::/64') for context in contexts])) 113 verify(any([context.startswith('fd00:2:0:0::/64') for context in contexts])) 114 verify(any([context.startswith('fd00:3:0:0::/64') for context in contexts])) 115 for context in contexts: 136 contexts = netdata['contexts'] variable 137 verify(len(contexts) == 3) 138 verify(any([context.startswith('fd00:1:0:0::/64') for context in contexts])) 139 verify(any([context.startswith('fd00:2:0:0::/64') for context in contexts])) [all …]
|
/openthread-latest/third_party/mbedtls/repo/programs/fuzz/ |
D | README.md | 8 These targets were meant to be used with oss-fuzz but can be used in other contexts.
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_cipher.function | 382 * Prepare contexts 396 /* Initialise enc and dec contexts */ 684 /* Initialise enc and dec contexts */ 1188 * Prepare contexts 1200 /* Initialise enc and dec contexts */
|
D | test_suite_constant_time_hmac.function | 71 /* Set up contexts with the given hash and a dummy key */
|
D | test_suite_nist_kw.function | 33 * 1. Check wrap and unwrap with two separate contexts
|
D | test_suite_pk.function | 1851 * - verify that public keys of opaque and non-opaque contexts match; 1948 /* Check that the public keys of opaque and non-opaque PK contexts match. */ 2617 /* Create 4 PK contexts starting from the PSA keys we just created. */ 2623 /* Destoy both PSA keys to prove that generated PK contexts are independent 2629 * - check that the generated PK contexts are of the correct type. 2651 /* Test #2: check that the 2 generated PK contexts form a valid private/public key pair. */
|
D | test_suite_nist_kw.data | 4 NIST KW mix contexts and modes
|
D | test_suite_x509write.function | 434 /* For RSA PK contexts, create a copy as an alternative RSA context. */
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | alternative-implementations.md | 64 …lls. Alternative implementations do not need to support copying of contexts: contexts can only be …
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | testing.md | 35 in order to create PK contexts that can then be passed to existing TLS and
|
/openthread-latest/tools/harness-thci/ |
D | OpenThread.py | 1704 prefixes, routes, services, contexts, commissioning = [], [], [], [] 1715 classify = contexts 1727 'Contexts': contexts,
|
/openthread-latest/third_party/mbedtls/repo/ |
D | ChangeLog | 2039 mbedtls_cipher_auth_decrypt() no longer accept NIST_KW contexts, 2720 * Fix propagation of restart contexts in restartable EC operations. 3048 security of TLS, but can matter in other contexts with numbers chosen 3668 independent setup and export of RSA contexts. Most notably, 3670 up RSA contexts from partial key material and having them completed to the 3672 contexts from keys consisting of N,D,E only, even if P,Q are needed for the 3688 * Direct manipulation of structure fields of RSA contexts is deprecated. 4368 preserve forward secrecy, and allows sharing across multiple contexts. 4403 * ssl_set_bio() changed signature (contexts merged, order switched, one 4504 * Support for RSA_ALT contexts in the PK layer is now optional. Since is is [all …]
|
/openthread-latest/third_party/mbedtls/repo/docs/ |
D | 3.0-migration-guide.md | 982 fresh SSL contexts via `mbedtls_ssl_set_session()`, 984 load the same session into different contexts via
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-thread-safety/ |
D | psa-thread-safety.md | 327 ### Protecting operation contexts
|
/openthread-latest/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 258 …to copy a hash operation context byte by byte, therefore hash operation contexts must not contain …
|