Home
last modified time | relevance | path

Searched full:path (Results 1 – 25 of 223) sorted by relevance

123456789

/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dbuild_tree.py12 def looks_like_tf_psa_crypto_root(path: str) -> bool:
14 return all(os.path.isdir(os.path.join(path, subdir))
17 def looks_like_mbedtls_root(path: str) -> bool:
19 return all(os.path.isdir(os.path.join(path, subdir))
22 def looks_like_root(path: str) -> bool:
23 return looks_like_tf_psa_crypto_root(path) or looks_like_mbedtls_root(path)
27 Return the path of the directory containing the PSA crypto core
30 Returns either the full path or relative path depending on the
38 return os.path.join(root, "core")
42 return os.path.join(root, "library")
[all …]
/openthread-latest/src/cli/
DREADME_COAP.md50 - [delete](#delete-address-uri-path-type-payload)
51 - [get](#get-address-uri-path-type)
52 - [observe](#observe-address-uri-path-type)
54 - [post](#post-address-uri-path-type-payload)
55 - [put](#put-address-uri-path-type-payload)
56 - [resource](#resource-uri-path)
93 ### delete \<address\> \<uri-path\> \[type\] \[payload\]
96 - uri-path: URI path of the resource.
105 ### get \<address\> \<uri-path\> \[type\]
108 - uri-path: URI path of the resource.
[all …]
DREADME_COAPS.md87 - [delete](#delete-uri-path-type-payload)
89 - [get](#get-uri-path-type)
93 - [post](#post-uri-path-type-payload)
95 - [put](#put-uri-path-type-payload)
96 - [resource](#resource-uri-path)
140 ### delete \<uri-path\> \[type\] \[payload\]
142 - uri-path: URI path of the resource.
159 ### get \<uri-path\> \[type\]
161 - uri-path: URI path of the resource.
174 ### post \<uri-path\> \[type\] \[payload\]
[all …]
/openthread-latest/doc/images/
Dcertified.svg11 …<path class="st0" d="M86,0L21.3,0C9.5,0,0,9.5,0,21.3C0,33,9.5,42.6,21.3,42.6l64.7,0c3.4,0,6.1-2.7,…
16 …<path class="st1" d="M21.3,6.1c-8.4,0-15.2,6.8-15.2,15.2c0,8.3,6.7,15.1,15,15.2V21.3h-5c-1.5,0-2.7…
19 …<path class="st1" d="M27.8,16.3c0-0.9-0.8-1.7-1.7-1.7c-0.9,0-1.7,0.8-1.7,1.7V18h1.7C27,18,27.8,17.…
23 …<path class="st1" d="M46.9,20.8c0.3,0,0.6,0.1,0.9,0.2c0.3,0.1,0.5,0.3,0.7,0.5L47.9,22c-0.3-0.3-0.6…
29 <path class="st1" d="M53,20.8v0.8h-2.3v1.1H53v0.7h-2.3v1.1H53v0.8h-3v-4.5H53z"/>
30 …<path class="st1" d="M57.5,25.4l-0.9-1.5h-1.3v1.5h-0.7v-4.5h2.3c0.4,0,0.8,0.1,1.1,0.4c0.3,0.3,0.4,…
33 <path class="st1" d="M59.3,20.8h3.8v0.8h-1.5v3.8h-0.8v-3.8h-1.5V20.8z"/>
34 <path class="st1" d="M64.5,20.8h0.8v4.5h-0.8V20.8z"/>
35 <path class="st1" d="M69.8,20.8v0.8h-2.3v1.1h2.3v0.7h-2.3v1.9h-0.7v-4.5H69.8z"/>
36 <path class="st1" d="M71.4,20.8h0.7v4.5h-0.7V20.8z"/>
[all …]
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dscripts_path.py1 """Add our Python library directory to the module search path.
15 sys.path.append(os.path.join(os.path.dirname(__file__),
16 os.path.pardir, os.path.pardir,
Dgenerate_test_cert_macros.py23 if self.dest in ('string', 'binary') and not os.path.exists(filename):
40 metavar='MACRO_NAME=path/to/file', help='PEM to C string. ')
42 metavar='MACRO_NAME=path/to/file',
59 this_dir = os.path.dirname(os.path.abspath(__file__))
61 searchpath=os.path.join(this_dir, '..', 'data_files'))
Dcheck_files.py39 ``path_exemptions``: files whose path (relative to the root of the source
41 ``None`` to match no path. Paths are normalized and converted to ``/``
58 filepath = os.path.normpath(filepath)
61 seps = os.path.sep
62 if os.path.altsep is not None:
63 seps += os.path.altsep
70 or whose path matches ``self.path_exemptions`` will not be checked.
151 _root, ext = os.path.splitext(filepath)
358 return os.path.basename(info.filename), info.lineno
413 # Use endswith() rather than the more correct os.path.basename()
[all …]
Dcheck_test_cases.py73 file_name: a relative path to the file containing the test case.
132 """Get the relative path for the TLS and Crypto test directories."""
133 if os.path.isdir('tests'):
135 elif os.path.isdir('suites'):
137 elif os.path.isdir('../suites'):
146 for data_file_name in glob.glob(os.path.join(directory, 'suites',
151 sh_file = os.path.join(directory, sh_file)
/openthread-latest/third_party/mbedtls/repo/scripts/
Dgenerate_driver_wrappers.py45 loader=jinja2.FileSystemLoader(os.path.dirname(template_path)),
47 template = environment.get_template(os.path.basename(template_path))
59 os.path.join(template_dir, template_file_name)
63 with open(file=os.path.join(output_dir, os.path.splitext(template_file_name)[0]),
116 'transparent': os.path.join(project_root,
121 'opaque': os.path.join(project_root,
142 with open(file=os.path.join(json_directory, jsondriver_list),
148 driver_file=os.path.join(json_directory, driver_file_name))
179 project_root = os.path.abspath(args.project_root)
187 os.path.join(project_root,
[all …]
Dgenerate_visualc_files.pl42 # Directories to add to the include path.
55 # Directories to add to the include path when building the library, but not
133 my ($path) = @_;
135 my $guid = md5_hex( "mbedTLS:$path" );
142 my ($path, $template, $dir, $ext) = @_;
144 my $guid = gen_app_guid( $path );
145 $path =~ s!/!\\!g;
146 (my $appname = $path) =~ s/.*\\//;
147 my $is_test_app = ($path =~ m/^test\\/);
149 my $srcs = "<ClCompile Include=\"..\\..\\programs\\$path.c\" \/>";
[all …]
Decp_comb_table.py149 return os.path.normpath(os.path.join(os.path.dirname(__file__), "..", *args))
213 Specify the path to mbedcrypto library. (e.g. build/library/)
219 shared_lib_path = os.path.normpath(os.path.join(MBEDTLS_LIBRARY_PATH, "libmbedcrypto.so"))
220 static_lib_path = os.path.normpath(os.path.join(MBEDTLS_LIBRARY_PATH, "libmbedcrypto.a"))
221 if not os.path.exists(shared_lib_path) and not os.path.exists(static_lib_path):
225 "You can specify library path using environment variable "
Dabi_check.py121 configuration.skip_file: path to file containing symbols and types to skip
127 self.report_dir = os.path.abspath(configuration.report_dir)
129 self.can_remove_report_dir = not (os.path.exists(self.report_dir) or
205 if not (os.path.exists(os.path.join(git_worktree_path, "crypto"))
213 cwd=os.path.join(git_worktree_path, "crypto"),
223 cwd=os.path.join(git_worktree_path, "crypto"),
233 if os.path.exists(os.path.join(git_worktree_path, "crypto")):
244 version.modules[os.path.splitext(file)[0]] = (
245 os.path.join(root, file)
260 output_path = os.path.join(
[all …]
Dmin_requirements.py55 nested_file = os.path.join(os.path.dirname(filename),
83 req_file_name = os.path.join(temp_dir, 'requirements.txt')
116 options.files = [os.path.join(os.path.dirname(__file__),
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-integration-guide.md26 cd /path/to/mbedtls
27 make PSA_DRIVERS="/path/to/acme/driver.json /path/to/nadir/driver.json" lib
33 cd /path/to/application
34 …ld myapp.o -L/path/to/acme -lacmedriver -L/path/to/nadir -lnadirdriver -L/path/to/mbedtls -lmbedcr…
/openthread-latest/tests/scripts/thread-cert/pktverify/
Dutils.py87 wireshark_config_dir = os.path.join(home, '.config', 'wireshark')
89 disabled_protos_path = os.path.join(wireshark_config_dir, 'disabled_protos')
114 :return: The path to wireshark directory.
123 :return: The path to `tshark` executable.
125 return os.path.join(get_wireshark_dir(), 'tshark')
130 :return: The path to `dumpcap` executable.
132 return os.path.join(get_wireshark_dir(), 'dumpcap')
137 :return: The path to `mergecap` executable.
139 return os.path.join(get_wireshark_dir(), 'mergecap')
Dlayer_fields_container.py39 def __init__(self, packet: RawPacket, path: str):
41 assert isinstance(path, str)
44 self._path = path
56 :param subpath: The sub path to the layer field or container.
67 Returns the full path to this layer field container.
/openthread-latest/tools/spi-hdlc-adapter/
DREADME.md9 spi-hdlc-adapter [options] <spi-device-path>
14 - `--pty`: Create a pseudo terminal for HDLC input/output. The path of the newly-created PTY will b…
17 - `--gpio-int[=gpio-path]`: Specify a path to the Linux sysfs-exported GPIO directory for the `I̅N̅…
18 - `--gpio-reset[=gpio-path]`: Specify a path to the Linux sysfs-exported GPIO directory for the `R̅…
27 `spi-device-path` is a required argument since it indicates which SPI device to use. An example pat…
/openthread-latest/examples/platforms/simulation/
DREADME.md8 $ cd <path-to-openthread>
16 - `<path-to-openthread>/build/examples/apps/cli`
17 - `<path-to-openthread>/build/examples/apps/ncp`
24 $ cd <path-to-openthread>/build/simulation/examples/apps/cli
/openthread-latest/.github/workflows/
Dsimulation-1.4.yml106 path: "*.pcap"
111 path: |
119 path: tmp/coverage.info
181 path: |
188 path: |
196 path: tmp/coverage.info
239 path: |
248 path: tmp/coverage.info
289 path: ot_testing
296 path: tmp/coverage.info
[all …]
Dsimulation-1.1.yml87 path: |
96 path: tmp/coverage.info
137 path: ot_testing
144 path: tmp/coverage.info
192 path: ot_testing
199 path: tmp/coverage.info
240 path: ot_testing
247 path: tmp/coverage.info
286 path: |
294 path: tmp/coverage.info
[all …]
Dposix.yml87 path: |
95 path: tmp/coverage.info
120 path: |
126 path: /var/log/syslog
133 path: tmp/coverage.info
171 path: ot_testing
178 path: tmp/coverage.info
228 path: tmp/coverage.info
296 path: tmp/coverage.info
319 path: coverage/
Dotns.yml89 path: |
98 path: tmp/coverage.info
129 path: |
138 path: tmp/coverage.info
191 path: |
200 path: tmp/coverage.info
221 path: coverage/
/openthread-latest/src/posix/platform/
DFindExampleVendorDeps.cmake73 The path to the library containing symbols for dependency 0
77 The path to the library containing symbols for dependency 1
85 PATH ${EXAMPLES_ROOT}/include
90 PATH ${EXAMPLES_ROOT}/lib
95 PATH ${EXAMPLES_ROOT}/include
100 PATH ${EXAMPLES_ROOT}/lib
/openthread-latest/third_party/mbedtls/repo/tests/scripts/quiet/
Dquiet.sh19 # TOOL - the name of the tool that is being wrapped (with no path), e.g. "make"
25 # Identify path to original tool. There is an edge-case here where the quiet wrapper is on the path
26 # a symlink or relative path, but "type -ap" yields the wrapper with it's normalised path. We use
/openthread-latest/third_party/mbedtls/repo/pkgconfig/
DJoinPaths.cmake12 # Modelled after Python’s os.path.join
13 # https://docs.python.org/3.7/library/os.path.html#os.path.join

123456789