/openthread-3.4.0/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | macro_collector.py | 195 seen.add(result) 266 self.mac_algorithms.add(name) 268 self.kdf_algorithms.add(name) 270 self.hash_algorithms.add(name) 272 self.mac_algorithms.add(name) 274 self.aead_algorithms.add(name) 276 self.ka_algorithms.add(name) 278 self.kdf_algorithms.add(name) 312 self.statuses.add(name) 314 self.key_types.add(name) [all …]
|
/openthread-3.4.0/third_party/mbedtls/repo/library/ |
D | ccm.c | 150 const unsigned char *add, size_t add_len, in ccm_auth_crypt() argument 221 src = add; in ccm_auth_crypt() 321 const unsigned char *add, size_t add_len, in mbedtls_ccm_star_encrypt_and_tag() argument 327 CCM_VALIDATE_RET( add_len == 0 || add != NULL ); in mbedtls_ccm_star_encrypt_and_tag() 332 add, add_len, input, output, tag, tag_len ) ); in mbedtls_ccm_star_encrypt_and_tag() 337 const unsigned char *add, size_t add_len, in mbedtls_ccm_encrypt_and_tag() argument 343 CCM_VALIDATE_RET( add_len == 0 || add != NULL ); in mbedtls_ccm_encrypt_and_tag() 350 return( mbedtls_ccm_star_encrypt_and_tag( ctx, length, iv, iv_len, add, in mbedtls_ccm_encrypt_and_tag() 359 const unsigned char *add, size_t add_len, in mbedtls_ccm_star_auth_decrypt() argument 370 CCM_VALIDATE_RET( add_len == 0 || add != NULL ); in mbedtls_ccm_star_auth_decrypt() [all …]
|
D | gcm.c | 252 const unsigned char *add, in mbedtls_gcm_starts() argument 264 GCM_VALIDATE_RET( add_len == 0 || add != NULL ); in mbedtls_gcm_starts() 320 p = add; in mbedtls_gcm_starts() 446 const unsigned char *add, in mbedtls_gcm_crypt_and_tag() argument 457 GCM_VALIDATE_RET( add_len == 0 || add != NULL ); in mbedtls_gcm_crypt_and_tag() 462 if( ( ret = mbedtls_gcm_starts( ctx, mode, iv, iv_len, add, add_len ) ) != 0 ) in mbedtls_gcm_crypt_and_tag() 478 const unsigned char *add, in mbedtls_gcm_auth_decrypt() argument 492 GCM_VALIDATE_RET( add_len == 0 || add != NULL ); in mbedtls_gcm_auth_decrypt() 498 iv, iv_len, add, add_len, in mbedtls_gcm_auth_decrypt()
|
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_ccm.function | 44 unsigned char *add = NULL; 51 ASSERT_ALLOC_WEAK( add, add_len ); 61 TEST_ASSERT( mbedtls_ccm_encrypt_and_tag( &ctx, msg_len, iv, iv_len, add, add_len, 64 decrypt_ret = mbedtls_ccm_auth_decrypt( &ctx, msg_len, iv, iv_len, add, add_len, 73 mbedtls_free( add ); 86 unsigned char add[10]; 96 memset( add, 0, sizeof( add ) ); 104 add, add_len, msg, out, tag, tag_len ) == res ); 106 decrypt_ret = mbedtls_ccm_star_auth_decrypt( &ctx, msg_len, iv, iv_len, add, 122 data_t * add, data_t * result ) [all …]
|
D | test_suite_ctr_drbg.function | 227 unsigned char add[16]; 238 memset( add, 0, sizeof( add ) ); 261 add, sizeof( add ) ) == 0 ); 284 add, sizeof( add ) ) == 0 );
|
/openthread-3.4.0/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-3.4.0/third_party/mbedtls/repo/include/mbedtls/ |
D | ccm.h | 163 const unsigned char *add, size_t add_len, 211 const unsigned char *add, size_t add_len, 248 const unsigned char *add, size_t add_len, 293 const unsigned char *add, size_t add_len,
|
D | gcm.h | 176 const unsigned char *add, 220 const unsigned char *add, 248 const unsigned char *add,
|
/openthread-3.4.0/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])
|
/openthread-3.4.0/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-3.4.0/third_party/mbedtls/repo/tests/scripts/ |
D | gen_gcm_encrypt.pl | 74 my $add = get_val("AAD"); 84 print(":\"$add\"");
|
D | gen_gcm_decrypt.pl | 92 my $add = get_val("AAD"); 101 print(":\"$add\"");
|
D | docker_env.sh | 89 --cap-add SYS_PTRACE \
|
/openthread-3.4.0/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-3.4.0/src/cli/ |
D | README_COMMISSIONER.md | 12 - [joiner add](#joiner-add) 84 ### joiner add 86 Usage: `commissioner joiner add <eui64>|<discerner> <pskd> [timeout]` 96 > commissioner joiner add d45e64fa83f81cf7 J01NME 101 > commissioner joiner add 0xabc/12 J01NME
|
/openthread-3.4.0/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-3.4.0/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-3.4.0/third_party/nlbuild-autotools/repo/automake/pre/macros/ |
D | coverage.am | 76 …ig-file="$(abs_top_nlbuild_autotools_dir)/etc/lcov.config" --add-tracefile "base.info" --add-trace… 101 …ig-file="$(abs_top_nlbuild_autotools_dir)/etc/lcov.config" --add-tracefile "base.info" --add-trace…
|
/openthread-3.4.0/third_party/nlbuild-autotools/repo/autoconf/m4/ |
D | ax_check_compiler.m4 | 22 # variable - The variable to add the checked compiler option to. 67 # variable - If supplied, the variable to add the checked compiler option 87 # variable - If supplied, the variable to add the checked compiler option
|
D | ax_check_preprocessor.m4 | 28 # variable - The variable to add the checked preprocessor option to. 73 # variable - If supplied, the variable to add the checked preprocessor option 94 # variable - If supplied, the variable to add the checked preprocessor option
|
/openthread-3.4.0/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-3.4.0/third_party/mbedtls/repo/scripts/ |
D | ci.requirements.txt | 3 # Use a known version of Pylint, because new versions tend to add warnings
|
/openthread-3.4.0/.github/ISSUE_TEMPLATE/ |
D | bug_report.md | 17 **Console/log output** If applicable, add console/log output to help explain your problem.
|
/openthread-3.4.0/third_party/mbedtls/repo/programs/test/cmake_subproject/ |
D | CMakeLists.txt | 7 # projects that use Mbed TLS as a subproject are likely to add by their own
|