Home
last modified time | relevance | path

Searched refs:content (Results 1 – 25 of 47) sorted by relevance

12

/openthread-latest/third_party/mbedtls/repo/scripts/
Dgenerate_visualc_files.pl118 my $content = <$fh>;
121 return $content;
125 my ($content, $filename) = @_;
128 print $fh $content;
158 my $content = $template;
159 $content =~ s/<SOURCES>/$srcs/g;
160 $content =~ s/<APPNAME>/$appname/g;
161 $content =~ s/<GUID>/$guid/g;
162 $content =~ s/INCLUDE_DIRECTORIES\n/($is_test_app ?
166 content_to_file( $content, "$dir/$appname.$ext" );
Dcode_style.py50 content = open(CHECK_GENERATED_FILES, encoding="utf-8").read()
51 checks = re.findall(CHECK_CALL_RE, content)
58 content = open(filename, encoding="utf-8").read()
59 return AUTOGEN_RE.search(content) is not None
Dgenerate_errors.pl56 my $content = <FILE>;
59 while ($content =~ m[
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dpsa_storage.py25 def __init__(self, content: Union[int, str]):
26 if isinstance(content, int):
27 digits = 8 if content > 0xffff else 4
28 self.string = '{0:#0{1}x}'.format(content, digits + 2)
29 self.value_if_known = content #type: Optional[int]
31 self.string = content
32 self.unknown_values.add(self.normalize(content))
Dc_parsing_helper.py88 content = inp.read()
90 content = re.sub(_C_COMMENT_RE,
92 content)
93 lines = enumerate(content.splitlines(), 1)
Dmacro_collector.py52 for line_number, content in self.generator:
54 yield content
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_platform_util.function17 /* Write non-zero content */
25 /* Check content is non-zero */
34 /* Check content is zero and sentinels un-changed */
48 * does not recognize that explicit_bzero() writes well-defined content to
Dtest_suite_asn1write.function202 void mbedtls_asn1_write_string(int tag, data_t *content, data_t *expected)
214 &data.p, data.start, content->x, content->len);
219 (const char *) content->x, content->len);
224 (const char *) content->x, content->len);
229 (const char *) content->x, content->len);
234 (const char *) content->x, content->len);
239 (const char *) content->x, content->len);
Dtest_suite_asn1parse.data433 SEQUENCE of 1 OCTET STRING truncated in content #1
436 SEQUENCE of 1 OCTET STRING truncated in content #2
439 SEQUENCE of 1 OCTET STRING truncated in content #3
460 SEQUENCE of 2 OCTET STRINGs, second truncated in content #1
463 SEQUENCE of 2 OCTET STRINGs, second truncated in content #2
466 SEQUENCE of 2 OCTET STRINGs, second truncated in content #3
565 AlgorithmIdentifier, truncated inside OID content
574 AlgorithmIdentifier, truncated inside params content
Dtest_suite_bignum_core.misc.data440 Fill random core: 1 byte, prior content nonzero
446 Fill random core: 1 byte, 1 extra limb, prior content nonzero
458 Fill random core: 8 bytes, prior content nonzero
464 Fill random core: 8 bytes, 1 extra limb, prior content nonzero
479 Fill random core: 42 bytes, prior content nonzero
485 Fill random core: 42 bytes, 1 extra limb, prior content nonzero
Dtest_suite_asn1parse.function183 unsigned char *content, size_t len)
190 TEST_ASSERT(content > state->input_start);
191 offset = content - state->input_start;
335 /* An INTEGER with no content is not valid. */
342 * an INTEGER with empty content and gives it the value 0. */
426 * actual_mpi = 2^n where n is the length of the content
624 * three integers: the offset of the element's content (offset from
625 * the start of input to the content of the element), the element's tag,
Dtest_suite_psa_crypto_se_driver_hal.function239 uint8_t content[RAM_MAX_KEY_SIZE];
278 if (required_storage > sizeof(ram_slots[slot_number].content)) {
288 * ram_slots[slot_number].content. */
342 memcpy(ram_slots[slot_number].content, data, data_length);
361 memcpy(data, ram_slots[slot_number].content, actual_size);
382 ram_slots[slot_number].content,
466 slot->content,
499 slot->content,
597 /* Check that the persistent data of a driver has its expected content. */
1358 memcpy(ram_slots[ram_min_slot].content, key_material->x,
Dtest_suite_ecdsa.function496 void ecdsa_verify(int grp_id, char *x, char *y, char *r, char *s, data_t *content, int expected)
522 int result = mbedtls_ecdsa_verify(&ctx.grp, content->x, content->len, &ctx.Q, &sig_r, &sig_s);
/openthread-latest/tests/scripts/thread-cert/
Dtest_coap_observe.py87 content = 'msg%d' % n
89 self.nodes[LEADER].coap_set_content(content)
93 self.assertEqual(response['payload'], content)
103 self.assertEqual(response['payload'], content)
Dmac802154.py79 def __init__(self, id, length, content): argument
82 self._content = content
93 def content(self): member in InformationElement
/openthread-latest/tools/harness-simulation/posix/sniffer_sim/
Dsniffer.py150 content = self._tshark_proc.stdout.read()
151 if content is None:
154 elif content == b'':
159 yield sniffer_pb2.TransferPcapngResponse(content=content)
Dpcap_codec.py52 def _write(self, content): argument
53 self._pcap_writer.write(content)
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dmbed-crypto-storage-specification.md39 …n which the file name is constructed depends on the storage backend. The content of the file is de…
75 * Files 1 through 0xfffeffff: [content](#key-file-format-for-0.1.0) of the [key whose identifier is…
86 * `sprintf(CRYPTO_STORAGE_FILE_LOCATION "psa_key_slot_%lu", key_id)` [content](#key-file-format-for…
114 … constructed from the key identifier depends on the storage backend. The content of the file is de…
139 * Files 0x100000000 through 0xffffffffffff: [content](#key-file-format-for-1.0.0) of the [key whose…
148 * Files 1 through 0xfffeffff: [content](#key-file-format-for-1.0.0) of the [key whose identifier is…
236 * Files 0x100000000 through 0xffffffffffff: [content](#key-file-format-for-1.0.0) of the [key whose…
245 * Files 1 through 0xfffeffff: [content](#key-file-format-for-1.0.0) of the [key whose identifier is…
253 …_SE_DRIVER_ITS_UID_BASE + lifetime`): secure element driver storage. The content of the file is th…
359 … interface with statically registered drivers. The driver determines the content of the opaque key…
[all …]
/openthread-latest/src/cli/
DREADME_COAP.md57 - [set](#set-new-content)
217 ### set \[new-content\]
219 Sets the content sent by the test resource. If a CoAP client is observing the resource, a notificat…
DREADME_COAPS.md97 - [set](#set-new-content)
230 ### set \[new-content\]
232 Sets the content sent by the test resource.
/openthread-latest/tools/harness-simulation/posix/sniffer_sim/proto/
Dsniffer.proto51 bytes content = 1; field
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Dpsa-storage-format-testing.md39 …responding test cases in load-only mode: create a file with the expected content, load it and chec…
43 … the storage is a mapping from file identifier (a 64-bit number) to file content (a byte array). T…
68 Method: Create a key with certain metadata with `psa_import_key`. Read the file content and validat…
85 …nstants and some knowledge of what attributes (sizes, algorithms, …) and content to use for keys o…
Ddriver-interface-test-strategy.md90 …has the expected content (this can be done by e.g. using a key that is supposed to be present) and…
/openthread-latest/third_party/mbedtls/repo/programs/
DREADME.md22 …y_app.c`](pkey/key_app.c): loads a PEM or DER public key or private key file and dumps its content.
75 ….c): a simple SMTP-over-TLS or SMTP-STARTTLS client. This client sends an email with fixed content.
/openthread-latest/tools/harness-simulation/harness/Thread_Harness/Sniffer/
DSimSniffer.py273 f.write(response.content)

12