| /lib/mbedtls/external/mbedtls/tests/scripts/ |
| A D | translate_ciphers.py | 87 s_cipher = s_cipher.replace("_", "-") 90 s_cipher = s_cipher.replace("-WITH-", ":+") 91 s_cipher = s_cipher.replace("-EDE", "") 119 s_cipher = s_cipher.replace("_", "-") 122 s_cipher = s_cipher.replace("-WITH", "") 125 s_cipher = s_cipher.replace("AES-", "AES") 126 s_cipher = s_cipher.replace("CAMELLIA-", "CAMELLIA") 127 s_cipher = s_cipher.replace("ARIA-", "ARIA") 134 s_cipher = s_cipher.replace("-EDE", "") 150 s_cipher = s_cipher.replace("DHE", "EDH") [all …]
|
| A D | set_psa_test_dependencies.py | 122 return {symbol.replace('_', '_WANT_', 1)} 262 os.replace(file_name, backup) 263 os.replace(tmp, file_name)
|
| A D | generate_test_code.py | 636 up_to_arg_list_start.replace('\n', ' '), re.I) 655 code = code.replace(name, 'test_' + name, 1) 661 code = code.replace('()', '(void)', 1) 1080 snippets['platform_code'] = platform_f.read().replace( 1081 'DATA_FILE', out_data_file.replace('\\', '\\\\')) # escape '\'
|
| A D | generate_psa_tests.py | 775 for pattern, replace in keyword_translation.items(): 778 alg_keywords.add(replace)
|
| A D | check_names.py | 895 found = name_match.name.replace(
|
| /lib/libavb/ |
| A D | avb_util.c | 249 char* avb_replace(const char* str, const char* search, const char* replace) { in avb_replace() argument 256 replace_len = avb_strlen(replace); in avb_replace() 278 avb_memcpy(ret + num_before, replace, replace_len); in avb_replace() 290 avb_memcpy(new_str + ret_len + num_before, replace, replace_len); in avb_replace()
|
| A D | avb_util.h | 243 const char* replace) AVB_ATTR_WARN_UNUSED_RESULT;
|
| /lib/mbedtls/external/mbedtls/docs/architecture/ |
| A D | alternative-implementations.md | 24 …ons](#function-alternative-implementations). PSA drivers will ultimately replace the alternative i… 34 You can replace the code of some modules of Mbed TLS at compile time by a custom implementation. Th… 68 In some cases, it is possible to replace a single function or a small set of functions instead of [… 72 Options to replace individual functions of cryptographic modules generally have a name obtained by …
|
| A D | tls13-support.md | 167 come along (do NOT replace) the project coding rules
|
| /lib/mbedtls/external/mbedtls/scripts/mbedtls_dev/ |
| A D | test_case.py | 91 os.replace(tempfile, filename)
|
| A D | bignum_mod_raw.py | 143 return base.replace('mod', mod_with_rep, 1)
|
| /lib/mbedtls/external/mbedtls/scripts/ |
| A D | generate_psa_constants.py | 324 os.replace(temp_file_name, output_file_name)
|
| /lib/mbedtls/external/mbedtls/programs/fuzz/ |
| A D | README.md | 67 print(binascii.unhexlify(portAndPl[1].replace(":","")))
|
| /lib/mbedtls/ |
| A D | Kconfig | 146 Enable MbedTLS hashing alternatives and replace them with legacy hashing 430 Enable MbedTLS hashing alternatives and replace them with legacy hashing 628 Enable MbedTLS hashing alternatives and replace them with legacy hashing 779 Enable MbedTLS hashing alternatives and replace them with legacy hashing
|
| /lib/mbedtls/external/mbedtls/docs/architecture/psa-migration/ |
| A D | strategy.md | 166 replace function call with calls to PSA (conditionally on `USE_PSA_CRYPTO`) 222 - Cipher (G1): replace calls at each call site 223 - MD (G1, X.509 and TLS): replace calls at each call site (depending on 249 0. Have a working driver interface for the algorithms we want to replace.
|
| /lib/mbedtls/external/mbedtls/docs/architecture/testing/ |
| A D | invasive-testing.md | 65 This section explains how to replace a library function `mbedtls_foo()` by alternative code for tes… 67 …e a system function (like `mbedtls_calloc` or `mbedtls_fopen`), which we replace to mock or wrap t… 358 Solution ([compile-time option](#compile-time-options)): replace entropy initialization functions b…
|
| /lib/lwip/lwip/src/netif/ppp/ |
| A D | PPPD_FOLLOWUP | 20 - IPCP no/replace default route option, were added in the early stage of
|
| /lib/mbedtls/external/mbedtls/ |
| A D | CONTRIBUTING.md | 37 …to be changed are marked as 'deprecated'. If there is a strong reason to replace an existing funct…
|
| /lib/mbedtls/external/mbedtls/docs/ |
| A D | 3.0-migration-guide.md | 170 were renamed to replace the corresponding functions without `_ret` appended. Please call 190 `mbedtls_xxx_finish_ret()` and `mbedtls_xxx_ret()` were renamed to replace 859 2. Users should replace calls to `mbedtls_ssl_get_session_pointer()` by
|
| A D | psa-driver-example-and-guide.md | 137 …ude your custom config file after the default. If you wish to completely replace the default confi…
|
| /lib/lwip/lwip/doc/doxygen/ |
| A D | lwip.Doxyfile | 226 # uses this value to replace tabs by spaces in code fragments. 349 # doxygen to replace the get and set methods by a property in the documentation. 1167 # This is preferred over using HTML_STYLESHEET since it does not replace the 1299 # files are now used as the Windows 98 help format, and will replace the old 1436 # be necessary to disable the index and replace it with your own. The 1715 # $projectbrief, $projectlogo. Doxygen will replace $title with the empty
|
| A D | lwip.Doxyfile.cmake.in | 226 # uses this value to replace tabs by spaces in code fragments. 349 # doxygen to replace the get and set methods by a property in the documentation. 1167 # This is preferred over using HTML_STYLESHEET since it does not replace the 1299 # files are now used as the Windows 98 help format, and will replace the old 1436 # be necessary to disable the index and replace it with your own. The 1715 # $projectbrief, $projectlogo. Doxygen will replace $title with the empty
|
| /lib/efi_loader/ |
| A D | Kconfig | 477 replace the transfer via the device-tree. The latter is not
|
| /lib/mbedtls/external/mbedtls/docs/proposed/ |
| A D | psa-conditional-inclusion-c.md | 22 …aphic mechanisms) can be augmented with drivers. **Transparent drivers** replace the built-in impl…
|
| /lib/lwip/lwip/ |
| A D | CHANGELOG | 2513 * mem.h: Fixed bug #27105: "realloc() cannot replace mem_realloc()"s 2801 * tcpip.h, tcpip.c, api.h, api_lib.c, api_msg.c, sockets.c: replace the field 2806 * api_msg.c, opt.h: replace DEFAULT_RECVMBOX_SIZE per DEFAULT_TCP_RECVMBOX_SIZE, 2816 * tcpip.h, tcpip.c, api.h, api_lib.c, api_msg.c, sockets.c: replace the field 2859 * api_msg.c, err.h, err.c, sockets.c, dns.c, dns.h: replace "enum dns_result" 3519 * several-files: replace some #include "arch/cc.h" by "lwip/arch.h", or simply remove 3621 * autoip.c: replace most of rand() calls by a macro LWIP_AUTOIP_RAND which compute 3687 most of api_lib functions, we replace some errors checkings like "if (conn==NULL)"
|