Home
last modified time | relevance | path

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

1234

/openthread-3.4.0/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dmacro_collector.py195 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/
Dccm.c150 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 …]
Dgcm.c252 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/
Dtest_suite_ccm.function44 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 …]
Dtest_suite_ctr_drbg.function227 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/
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-3.4.0/third_party/mbedtls/repo/include/mbedtls/
Dccm.h163 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,
Dgcm.h176 const unsigned char *add,
220 const unsigned char *add,
248 const unsigned char *add,
/openthread-3.4.0/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])
/openthread-3.4.0/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-3.4.0/third_party/mbedtls/repo/tests/scripts/
Dgen_gcm_encrypt.pl74 my $add = get_val("AAD");
84 print(":\"$add\"");
Dgen_gcm_decrypt.pl92 my $add = get_val("AAD");
101 print(":\"$add\"");
Ddocker_env.sh89 --cap-add SYS_PTRACE \
/openthread-3.4.0/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-3.4.0/src/cli/
DREADME_COMMISSIONER.md12 - [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/
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-3.4.0/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-3.4.0/third_party/nlbuild-autotools/repo/automake/pre/macros/
Dcoverage.am76 …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/
Dax_check_compiler.m422 # 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
Dax_check_preprocessor.m428 # 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/
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-3.4.0/third_party/mbedtls/repo/scripts/
Dci.requirements.txt3 # Use a known version of Pylint, because new versions tend to add warnings
/openthread-3.4.0/.github/ISSUE_TEMPLATE/
Dbug_report.md17 **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/
DCMakeLists.txt7 # projects that use Mbed TLS as a subproject are likely to add by their own

1234