Searched refs:sub (Results 1 – 15 of 15) sorted by relevance
/mbedtls-latest/tests/scripts/ |
D | translate_ciphers.py | 89 s_cipher = re.sub(r'\ATLS-', '+', s_cipher) 101 s_cipher = re.sub(r"GCM-SHA\d\d\d", "GCM", s_cipher) 121 s_cipher = re.sub(r'^TLS-', '', s_cipher) 130 s_cipher = re.sub(r'^RSA-', r'', s_cipher) 138 s_cipher = re.sub(r'(?<!DES-)CBC-', r'', s_cipher)
|
D | check_test_cases.py | 164 base_name = re.sub(r'\.[^.]*$', '', re.sub(r'.*/', '', file_name))
|
D | test_psa_constant_names.py | 66 return re.sub(NORMALIZE_STRIP_RE, '', expr)
|
D | check_names.py | 530 line = re.sub(self.IGNORED_CHUNK_REGEX,
|
/mbedtls-latest/docs/architecture/testing/ |
D | driver-interface-test-strategy.md | 83 … a secure element involves multiple storage modifications (M<sub>1</sub>, ..., M<sub>n</sub>). If … 85 …otential interruption point (before M<sub>1</sub>, between M<sub>1</sub> and M<sub>2</sub>, ..., a…
|
/mbedtls-latest/scripts/ |
D | min_requirements.py | 38 split_req[0] = re.sub(r'>=|~=', r'==', split_req[0]) 52 line = re.sub(r'(\A|\s+)#.*', r'', line)
|
D | generate_ssl_debug_helpers.py | 35 return pattern.sub(replacer, string)
|
D | assemble_changelog.py | 146 return re.sub(r'\n.*', version_title, re.DOTALL)
|
D | abi_check.py | 282 line = re.sub(r'\s+', r'', line)
|
/mbedtls-latest/tests/ |
D | CMakeLists.txt | 171 # CMake generates sub-makefiles for each target and calls them in subprocesses. 172 # Without this command, cmake will generate rules in each sub-makefile. As a result, 174 # With this line, only 4 sub-makefiles include the above command, that reduces
|
/mbedtls-latest/docs/ |
D | driver-only-builds.md | 76 in the "Limitations" sub-sections of the sections dedicated to each family 167 still be included in the build, see limitations sub-section below. 171 - `MBEDTLS_ECP_C` is fully removed (see limitation sub-section below), 185 limitation sub-section below).
|
D | psa-driver-example-and-guide.md | 22 …r). For each cryptographic operation that supports driver acceleration (or sub-part of a multi-par… 50 …eps 4, 5, and 6 must be done *for each single-part operation* or *for each sub-part of a multi-par…
|
/mbedtls-latest/library/ |
D | ecp.c | 311 #define ECP_RS_ENTER(sub) (void) rs_ctx; argument 312 #define ECP_RS_LEAVE(sub) (void) rs_ctx; argument
|
/mbedtls-latest/docs/architecture/psa-migration/ |
D | psa-limitations.md | 148 following sub-sections study whether and how this matters in practice.
|
/mbedtls-latest/ |
D | ChangeLog | 1309 * cmake now detects if it is being built as a sub-project, and in that case
|