Home
last modified time | relevance | path

Searched refs:add (Results 1 – 25 of 103) sorted by relevance

12345

/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_bignum.generated.data3 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 …]
Dtest_suite_ccm.function10 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 …]
Dtest_suite_ctr_drbg.function253 unsigned char add[16];
267 memset(add, 0, sizeof(add));
291 add, sizeof(add)) == 0);
313 add, sizeof(add)) == 0);
Dtest_suite_gcm.function10 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.cfg47 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/
Dmacro_collector.py188 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/
Dutils.py98 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/
Dccm.c290 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 …]
Dgcm.c468 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/
Dgcm.h171 const unsigned char *add,
215 const unsigned char *add,
261 const unsigned char *add,
/openthread-latest/src/cli/
DREADME_COMMISSIONER.md5 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/
DREADME.md16 - `<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/
Dlaunch_testbed.py92 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/
Dtest-034-poor-link-parent-child-attach.py63 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])
Dtest-023-multicast-traffic.py249 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/
Dgen_gcm_encrypt.pl62 my $add = get_val("AAD");
72 print(":\"$add\"");
Dgen_gcm_decrypt.pl80 my $add = get_val("AAD");
89 print(":\"$add\"");
Dgenerate_pkcs7_tests.py71 def add(self, name, func_call): member in TestData
181 TEST_DATA.add(new_test[0], ''.join(new_test[1]))
Ddocker_env.sh81 --cap-add SYS_PTRACE \
/openthread-latest/tests/scripts/thread-cert/
Dsimulator.py375 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/
DREADME.md28 #### 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/
Dlcov.sh50 …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/
Ddef_b64_too_big_3.txt1 // Context with added '1234' before '==' add the end to simulate too much data in the base64 code
Ddef_bad_b64.txt1 // Context with added extra 'A' before '==' add the end to simulate bad length of base64 code
/openthread-latest/.github/ISSUE_TEMPLATE/
Dbug_report.md17 **Console/log output** If applicable, add console/log output to help explain your problem.

12345