Home
last modified time | relevance | path

Searched refs:sub (Results 1 – 25 of 31) sorted by relevance

12

/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dcrypto_knowledge.py26 short = re.sub(r'\bPSA_(?:ALG|DH_FAMILY|ECC_FAMILY|KEY_[A-Z]+)_', r'', short)
27 short = re.sub(r' +', r'', short)
29 short = re.sub(r'PUBLIC_KEY\b', r'PUB', short)
30 short = re.sub(r'KEY_PAIR\b', r'PAIR', short)
31 short = re.sub(r'\bBRAINPOOL_P', r'BP', short)
32 short = re.sub(r'\bMONTGOMERY\b', r'MGM', short)
33 short = re.sub(r'AEAD_WITH_SHORTENED_TAG\b', r'AEAD_SHORT', short)
34 short = re.sub(r'\bDETERMINISTIC_', r'DET_', short)
35 short = re.sub(r'\bKEY_AGREEMENT\b', r'KA', short)
36 short = re.sub(r'_PSK_TO_MS\b', r'_PSK2MS', short)
[all …]
Dpsa_information.py59 return re.sub(r'_FAMILY_(.*)', r'_\1_' + str(bits), dep)
146 ret_list.append(re.sub(r'KEY_PAIR', r'KEY_PAIR_BASIC', dep))
147 ret_list.append(re.sub(r'KEY_PAIR', r'KEY_PAIR_IMPORT', dep))
148 ret_list.append(re.sub(r'KEY_PAIR', r'KEY_PAIR_EXPORT', dep))
150 ret_list.append(re.sub(r'KEY_PAIR', r'KEY_PAIR_GENERATE', dep))
Dc_parsing_helper.py36 typ = re.sub(r'\s+', r' ', typ)
37 typ = re.sub(r'\s*\*', r' *', typ)
90 content = re.sub(_C_COMMENT_RE,
91 lambda m: re.sub(_NOT_NEWLINES_RE, "", m.group(0)),
Dasymmetric_key_data.py27 private = 'PSA_KEY_TYPE_' + re.sub(r'(\(|\Z)', r'_KEY_PAIR\1', typ, 1)
28 public = 'PSA_KEY_TYPE_' + re.sub(r'(\(|\Z)', r'_PUBLIC_KEY\1', typ, 1)
Dmacro_collector.py292 expansion = re.sub(r'/\*.*?\*/|//.*', r' ', expansion)
340 line = re.sub(self._nonascii_re, rb'', line).decode('ascii')
488 line = re.sub(self._nonascii_re, rb'', line).decode('ascii')
511 return re.sub(r',', r', ', re.sub(r' +', r'', argument))
Dc_wrapper_generator.py333 filename = re.sub(r'.*include[\\/]', r'', filename)
334 return re.sub(r'[^0-9A-Za-z]', r'_', filename, re.A).upper()
Dtest_data_generation.py218 options.targets = [os.path.basename(re.sub(r'\.data\Z', r'', target))
Dpsa_storage.py66 return re.sub(r'\s+', r'', string)
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dtranslate_ciphers.py89 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)
Dcheck_test_cases.py164 base_name = re.sub(r'\.[^.]*$', '', re.sub(r'.*/', '', file_name))
Dgenerate_test_code.py482 arg = re.sub(r'\s*\*\s*', r'*', arg)
483 arg = re.sub(r'\s+', r' ', arg)
610 re.sub(r'.', r' ', line[opening.start(0):pos]) +
613 return re.sub(r' +(\n|\Z)', r'\1', line)
743 out = re.sub(r'(\\.)|' + split_char,
Dtest_psa_constant_names.py66 return re.sub(NORMALIZE_STRIP_RE, '', expr)
Dgenerate_psa_tests.py259 short_deps = [re.sub(r'PSA_WANT_ALG_', r'', dep)
527 short = re.sub(r'PSA_KEY_LIFETIME_FROM_PERSISTENCE_AND_LOCATION',
Dcheck_names.py530 line = re.sub(self.IGNORED_CHUNK_REGEX,
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Ddriver-interface-test-strategy.md83 … 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…
/openthread-latest/third_party/mbedtls/repo/scripts/
Dmin_requirements.py36 split_req[0] = re.sub(r'>=|~=', r'==', split_req[0])
50 line = re.sub(r'(\A|\s+)#.*', r'', line)
Dgenerate_ssl_debug_helpers.py33 return pattern.sub(replacer, string)
Dassemble_changelog.py146 return re.sub(r'\n.*', version_title, re.DOTALL)
Dabi_check.py281 line = re.sub(r'\s+', r'', line)
/openthread-latest/third_party/mbedtls/repo/tests/
DCMakeLists.txt139 # CMake generates sub-makefiles for each target and calls them in subprocesses.
140 # Without this command, cmake will generate rules in each sub-makefile. As a result,
142 # With this line, only 4 sub-makefiles include the above command, that reduces
/openthread-latest/tools/harness-simulation/
DREADME.md7 …in the following sections. Either two machines or one machine running two (sub)systems (for exampl…
/openthread-latest/third_party/mbedtls/repo/docs/
Ddriver-only-builds.md76 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).
Dpsa-driver-example-and-guide.md22 …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…
/openthread-latest/tests/toranj/
DREADME_CLI.md50 `cli.Node()` class creates a Thread node instance. It creates a sub-process to run `ot-cli-ftd` and…
/openthread-latest/tools/harness-automation/autothreadharness/
Dharness_case.py580 if re.sub(r'\.', ' ', case_id) == self.case:

12