| /openthread-latest/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_bignum.generated.data | 3 MPI add #1 0 (null) + 0 (null) 6 MPI add #2 0 (null) + 0 (1 limb) 9 MPI add #3 0 (null) + negative 0 (null) 12 MPI add #4 0 (null) + negative with leading zero limb 15 MPI add #5 0 (null) + positive 18 MPI add #6 0 (null) + negative 21 MPI add #7 0 (null) + positive with leading zero limb 24 MPI add #8 0 (null) + negative with leading zero limb 27 MPI add #9 0 (null) + large positive 30 MPI add #10 0 (null) + large negative [all …]
|
| D | test_suite_ccm.function | 10 const data_t *add, 20 size_t n2_add = add->len - n1_add; 25 TEST_ASSERT(n1_add <= add->len); 28 TEST_EQUAL(0, mbedtls_ccm_set_lengths(ctx, add->len, input->len, tag->len)); 29 TEST_EQUAL(0, mbedtls_ccm_update_ad(ctx, add->x, n1_add)); 30 TEST_EQUAL(0, mbedtls_ccm_update_ad(ctx, add->x + n1_add, n2_add)); 107 unsigned char *add = NULL; 115 TEST_CALLOC_OR_SKIP(add, add_len); 125 TEST_ASSERT(mbedtls_ccm_encrypt_and_tag(&ctx, msg_len, iv, iv_len, add, add_len, 128 decrypt_ret = mbedtls_ccm_auth_decrypt(&ctx, msg_len, iv, iv_len, add, add_len, [all …]
|
| D | test_suite_ctr_drbg.function | 253 unsigned char add[16]; 267 memset(add, 0, sizeof(add)); 291 add, sizeof(add)) == 0); 313 add, sizeof(add)) == 0);
|
| D | test_suite_gcm.function | 10 const data_t *add, 20 size_t n2_add = add->len - n1_add; 25 TEST_ASSERT(n1_add <= add->len); 30 TEST_EQUAL(0, mbedtls_gcm_update_ad(ctx, add->x, n1_add)); 31 TEST_EQUAL(0, mbedtls_gcm_update_ad(ctx, add->x + n1_add, n2_add)); 110 const data_t *add, 119 TEST_EQUAL(0, mbedtls_gcm_update_ad(ctx, add->x, add->len));
|
| /openthread-latest/third_party/mbedtls/repo/ |
| D | .uncrustify.cfg | 47 sp_brace_else = add 52 nl_fcall_brace = add 53 nl_fdef_brace = add 59 sp_assign = add 65 sp_bool = add 89 sp_compare = add 128 sp_before_ptr_star = add 143 sp_after_type = add 158 sp_after_semi = add 160 sp_after_semi_for = add [all …]
|
| /openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
| D | macro_collector.py | 188 seen.add(result) 259 self.mac_algorithms.add(name) 261 self.kdf_algorithms.add(name) 263 self.hash_algorithms.add(name) 265 self.mac_algorithms.add(name) 267 self.aead_algorithms.add(name) 269 self.ka_algorithms.add(name) 271 self.kdf_algorithms.add(name) 305 self.statuses.add(name) 307 self.key_types.add(name) [all …]
|
| /openthread-latest/tests/scripts/thread-cert/pktverify/ |
| D | utils.py | 98 disabled_protos.add('lwm') 99 disabled_protos.add('prp') 100 disabled_protos.add('stcsig') 101 disabled_protos.add('transum') 102 disabled_protos.add('zbee_nwk') 103 disabled_protos.add('zbee_nwk_gp')
|
| /openthread-latest/third_party/mbedtls/repo/library/ |
| D | ccm.c | 290 const unsigned char *add, in mbedtls_ccm_update_ad() argument 330 mbedtls_xor(ctx->y + offset, ctx->y + offset, add, use_len); in mbedtls_ccm_update_ad() 334 add += use_len; in mbedtls_ccm_update_ad() 514 const unsigned char *add, size_t add_len, in ccm_auth_crypt() argument 529 if ((ret = mbedtls_ccm_update_ad(ctx, add, add_len)) != 0) { in ccm_auth_crypt() 550 const unsigned char *add, size_t add_len, in mbedtls_ccm_star_encrypt_and_tag() argument 555 add, add_len, input, output, tag, tag_len); in mbedtls_ccm_star_encrypt_and_tag() 560 const unsigned char *add, size_t add_len, in mbedtls_ccm_encrypt_and_tag() argument 565 add, add_len, input, output, tag, tag_len); in mbedtls_ccm_encrypt_and_tag() 587 const unsigned char *add, size_t add_len, in ccm_auth_decrypt() argument [all …]
|
| D | gcm.c | 468 const unsigned char *add, size_t add_len) in mbedtls_gcm_update_ad() argument 487 p = add; in mbedtls_gcm_update_ad() 708 const unsigned char *add, in mbedtls_gcm_crypt_and_tag() argument 722 if ((ret = mbedtls_gcm_update_ad(ctx, add, add_len)) != 0) { in mbedtls_gcm_crypt_and_tag() 742 const unsigned char *add, in mbedtls_gcm_auth_decrypt() argument 754 iv, iv_len, add, add_len, in mbedtls_gcm_auth_decrypt()
|
| /openthread-latest/third_party/mbedtls/repo/include/mbedtls/ |
| D | gcm.h | 171 const unsigned char *add, 215 const unsigned char *add, 261 const unsigned char *add,
|
| /openthread-latest/src/cli/ |
| D | README_COMMISSIONER.md | 5 The Commissioner is an entity that can add new Thread devices securely to a Thread network. It also… 16 - [joiner add](#joiner-add) 88 ### joiner add 90 Usage: `commissioner joiner add <eui64>|<discerner> <pskd> [timeout]` 100 > commissioner joiner add d45e64fa83f81cf7 J01NME 105 > commissioner joiner add 0xabc/12 J01NME
|
| /openthread-latest/tools/gerrit/ |
| D | README.md | 16 - `<commit msg>` is an optional parameter specifying text to add to the commit message. 45 44e583a55 [toranj] add new method to finalize all nodes at end of each test (#2930) 47 1ca81fbb1 [ncp] add support for child supervision in spinel/NcpBase (#2939) 50 a9d32b7be [ncp] add support for Commissioner APIs in spinel and NCP (#2911) 54 90ee0a4d6 [ncp] add joiner spinel support (#2877)
|
| /openthread-latest/tools/harness-simulation/posix/ |
| D | launch_testbed.py | 92 def advertise_devices(s: socket.socket, dst, ven: str, add: str, nodeids: Iterable[int], tag: str): 104 def advertise_sniffers(s: socket.socket, dst, add: str, ports: Iterable[int]): 107 'add': add, 231 … advertise_devices(s, src, ven=ven, add=addr, nodeids=range(nodeid, nodeid + number), tag=tag) 238 add=addr,
|
| /openthread-latest/tests/toranj/ncp/ |
| D | test-034-poor-link-parent-child-attach.py | 63 parent.add(wpan.WPAN_MAC_FILTER_ENTRIES, child.get(wpan.WPAN_EXT_ADDRESS)[1:-1]) 66 child.add(wpan.WPAN_MAC_FILTER_ENTRIES, parent.get(wpan.WPAN_EXT_ADDRESS)[1:-1])
|
| D | test-023-multicast-traffic.py | 249 r2.add(wpan.WPAN_IP6_MULTICAST_ADDRESSES, mcast_addr) 250 sed.add(wpan.WPAN_IP6_MULTICAST_ADDRESSES, mcast_addr)
|
| /openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
| D | gen_gcm_encrypt.pl | 62 my $add = get_val("AAD"); 72 print(":\"$add\"");
|
| D | gen_gcm_decrypt.pl | 80 my $add = get_val("AAD"); 89 print(":\"$add\"");
|
| D | generate_pkcs7_tests.py | 71 def add(self, name, func_call): member in TestData 181 TEST_DATA.add(new_test[0], ''.join(new_test[1]))
|
| D | docker_env.sh | 81 --cap-add SYS_PTRACE \
|
| /openthread-latest/tests/scripts/thread-cert/ |
| D | simulator.py | 375 self.awake_devices.add(addr) 381 self.awake_devices.add(radio_addr) 394 self.awake_devices.add(addr) 400 self.awake_devices.add(core_addr) 413 self.awake_devices.add(addr) 427 self._nodes_by_ack_seq.setdefault(seq_no, set()).add(device) 494 self.awake_devices.add(addr) 509 self.awake_devices.add(self._core_addr_from(nodeid))
|
| /openthread-latest/tools/ot-fct/ |
| D | README.md | 28 #### powercalibrationtable add -b \<channelstart\>,\<channelend\> -c \<actualpower\>,\<rawpowersett… 38 > powercalibrationtable add -b 11,25 -c 1900,112233/1000,223344 -b 26,26 -c 1500,334455/700,445566
|
| /openthread-latest/third_party/mbedtls/repo/scripts/ |
| D | lcov.sh | 50 …lcov --rc lcov_branch_coverage=1 --add-tracefile "$COVTMP/files.info" --add-tracefile "$COVTMP/tes…
|
| /openthread-latest/third_party/mbedtls/repo/tests/data_files/base64/ |
| D | def_b64_too_big_3.txt | 1 // Context with added '1234' before '==' add the end to simulate too much data in the base64 code
|
| D | def_bad_b64.txt | 1 // Context with added extra 'A' before '==' add the end to simulate bad length of base64 code
|
| /openthread-latest/.github/ISSUE_TEMPLATE/ |
| D | bug_report.md | 17 **Console/log output** If applicable, add console/log output to help explain your problem.
|