Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 19 of 19) sorted by relevance

/openthread-3.6.0/third_party/mbedtls/repo/tests/scripts/
Dlist_internal_identifiers.py53 with open("identifiers", "w", encoding="utf-8") as f:
Dset_psa_test_dependencies.py278 with open(tmp, 'w', encoding='utf-8') as new_file:
289 old_content = open(file_name, encoding='utf-8').read()
Dcheck_names.py357 with open(header_file, "r", encoding="utf-8") as header:
392 with open(filename, "r", encoding="utf-8") as fp:
428 with open(header_file, "r", encoding="utf-8") as header:
541 with open(header_file, "r", encoding="utf-8") as header:
Danalyze_outcomes.py98 with open(outcome_file, 'r', encoding='utf-8') as input_file:
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_rsa.data158 RSA PKCS1 Verify v1.5 reduced length encoding
162 # Non-reduced 1-byte length encoding in `DigestInfo` ASN.1 element
163 RSA PKCS1 Verify v1.5 non-reduced length encoding #1
167 # Non-reduced 2-byte length encoding for `digestAlgorithm` ASN.1 element
168 RSA PKCS1 Verify v1.5 non-reduced length encoding #2
172 # Non-reduced 3-byte length encoding for optional parameters in `digestAlgorithm` ASN.1 element
173 RSA PKCS1 Verify v1.5 non-reduced length encoding #3
177 # Non-reduced 4-byte length encoding in `digest` ASN.1 element
178 RSA PKCS1 Verify v1.5 non-reduced length encoding #4
182 # Non-reduced 3-byte length encoding for OID in `digestAlgorithm` ASN.1 element
[all …]
Dtest_suite_x509parse.data814 X509 CRT verification #75 (encoding mismatch)
1027 X509 CRT ASN1 (inv Certificate, bad length encoding)
1042 X509 CRT ASN1 (inv TBS, invalid length encoding)
1071 X509 CRT ASN1 (TBS, valid inner version tag, inv inner length encoding)
1112 X509 CRT ASN1 (TBS, inv serial, inv length encoding)
1136 X509 CRT ASN1 (TBS, inv AlgID, OID inv length encoding)
1152 X509 CRT ASN1 (TBS, inv AlgID, param inv length encoding)
1184 X509 CRT ASN1 (TBS, inv Issuer, RDNSequence inv length encoding)
1200 X509 CRT ASN1 (TBS, inv Issuer, RDN inv length encoding)
1216 X509 CRT ASN1 (TBS, inv Issuer, AttrTypeAndValue inv length encoding)
[all …]
Dtest_suite_psa_crypto_metadata.function100 * possibly turn a valid encoding into another valid encoding. Here in
104 * The expected parity is even so that 0 is considered a valid encoding.
Dtest_suite_asn1parse.data232 INTEGER with 127 value octets (long length encoding)
Dtest_suite_psa_crypto.function87 /* Construct something that looks like a DER encoding of
289 * encoding. The shifted mask is the maximum truncated value. The
/openthread-3.6.0/tools/otci/otci/
Dconnectors.py118 encoding='utf-8',
132 encoding='utf-8',
/openthread-3.6.0/third_party/mbedtls/repo/scripts/mbedtls_dev/
Dc_build_helper.py49 c_file = os.fdopen(c_fd, 'w', encoding='ascii')
/openthread-3.6.0/third_party/mbedtls/repo/scripts/
Dconfig.py354 with open(filename, 'r', encoding='utf-8') as file:
435 with open(filename, 'w', encoding='utf-8') as output:
/openthread-3.6.0/tests/scripts/thread-cert/
Dnode.py252 def bash(self, cmd: str, encoding='ascii') -> List[str]: argument
258 encoding=encoding)
308 output = self.bash(f'dig -6 @{server} \'{name}\' {qtype}', encoding='raw_unicode_escape')
3767 for line in self.bash(f'cat /tmp/{name}', encoding='raw_unicode_escape'):
3795 for line in self.bash(f'cat {service_data_file}', encoding='raw_unicode_escape'):
3809 logging.debug(self.bash(f'cat {host_name_file}', encoding='raw_unicode_escape'))
3810 logging.debug(self.bash(f'cat {service_data_file}', encoding='raw_unicode_escape'))
3816 for line in self.bash(f'cat {host_name_file}', encoding='raw_unicode_escape'):
3834 for line in self.bash(f'cat {service_data_file}', encoding='raw_unicode_escape'):
Dmessage.py330 … mac_address = common.MacAddress.from_eui64(bytearray(node.get_addr64(), encoding="utf-8"))
/openthread-3.6.0/third_party/mbedtls/repo/docs/architecture/
Dmbed-crypto-storage-specification.md66 The file format is just the seed as a byte string with no metadata or encoding of any kind.
119 …al to [0.1.0](#key-file-format-for-0.1.0) so far. However note that the encoding of key types, alg…
177 * The encoding of key types, algorithms and key material has changed, therefore the storage format …
/openthread-3.6.0/src/core/
DBUILD.gn400 "common/encoding.hpp",
/openthread-3.6.0/third_party/mbedtls/repo/doxygen/
Dmbedtls.doxyfile19 # This tag specifies the encoding used for all characters in the config file
20 # that follow. The default is UTF-8 which is also the encoding used for all
669 # This tag can be used to specify the character encoding of the source files
670 # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
671 # also the default input encoding. Doxygen uses libiconv (or the iconv built
/openthread-3.6.0/doc/
DDoxyfile.in55 # This tag specifies the encoding used for all characters in the config file
56 # that follow. The default is UTF-8 which is also the encoding used for all text
797 # This tag can be used to specify the character encoding of the source files
798 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
/openthread-3.6.0/third_party/mbedtls/repo/
DChangeLog717 * In the experimental PSA secure element interface, change the encoding of
912 * Change the encoding of key types and curves in the PSA API. The new
1440 name and the CA's subject name differed in their string encoding (e.g.,
2635 * Fix bug in ASN.1 encoding of booleans that caused generated CA
4124 * Added support for PKCS#1 v2.1 encoding and thus support
4158 systems only using DER encoding