Searched refs:content (Results 1 – 25 of 47) sorted by relevance
12
118 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" );
50 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
56 my $content = <FILE>;59 while ($content =~ m[
25 def __init__(self, content: Union[int, str]):26 if isinstance(content, int):27 digits = 8 if content > 0xffff else 428 self.string = '{0:#0{1}x}'.format(content, digits + 2)29 self.value_if_known = content #type: Optional[int]31 self.string = content32 self.unknown_values.add(self.normalize(content))
88 content = inp.read()90 content = re.sub(_C_COMMENT_RE,92 content)93 lines = enumerate(content.splitlines(), 1)
52 for line_number, content in self.generator:54 yield content
17 /* 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
202 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);
433 SEQUENCE of 1 OCTET STRING truncated in content #1436 SEQUENCE of 1 OCTET STRING truncated in content #2439 SEQUENCE of 1 OCTET STRING truncated in content #3460 SEQUENCE of 2 OCTET STRINGs, second truncated in content #1463 SEQUENCE of 2 OCTET STRINGs, second truncated in content #2466 SEQUENCE of 2 OCTET STRINGs, second truncated in content #3565 AlgorithmIdentifier, truncated inside OID content574 AlgorithmIdentifier, truncated inside params content
440 Fill random core: 1 byte, prior content nonzero446 Fill random core: 1 byte, 1 extra limb, prior content nonzero458 Fill random core: 8 bytes, prior content nonzero464 Fill random core: 8 bytes, 1 extra limb, prior content nonzero479 Fill random core: 42 bytes, prior content nonzero485 Fill random core: 42 bytes, 1 extra limb, prior content nonzero
183 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 content624 * three integers: the offset of the element's content (offset from625 * the start of input to the content of the element), the element's tag,
239 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,
496 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);
87 content = 'msg%d' % n89 self.nodes[LEADER].coap_set_content(content)93 self.assertEqual(response['payload'], content)103 self.assertEqual(response['payload'], content)
79 def __init__(self, id, length, content): argument82 self._content = content93 def content(self): member in InformationElement
150 content = self._tshark_proc.stdout.read()151 if content is None:154 elif content == b'':159 yield sniffer_pb2.TransferPcapngResponse(content=content)
52 def _write(self, content): argument53 self._pcap_writer.write(content)
39 …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 …]
57 - [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…
97 - [set](#set-new-content)230 ### set \[new-content\]232 Sets the content sent by the test resource.
51 bytes content = 1; field
39 …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…
90 …has the expected content (this can be done by e.g. using a key that is supposed to be present) and…
22 …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.
273 f.write(response.content)