/mbedtls-development/tests/scripts/ |
A D | translate_ciphers.py | 147 def format_ciphersuite_names(mode, names): argument 149 return " ".join(t(c) for c in names) 151 def main(target, names): argument 152 print(format_ciphersuite_names(target, names)) 159 main(ARGS.target, ARGS.names)
|
A D | psa_collect_statuses.py | 78 names = [self.status_names[value] for value in fdata.keys()] 79 for name in sorted(names):
|
A D | test_psa_constant_names.py | 89 names = inputs.get_names(type_word) 90 expressions = sorted(inputs.generate_expressions(names))
|
A D | list-identifiers.sh | 63 check-names.sh, which used to depend on this script, has been replaced with
|
A D | all.sh | 238 -q|--quiet Only output component names, and errors if any.
|
/mbedtls-development/ |
A D | .pylintrc | 5 # We're ok with short funtion argument names. 18 # No upper limit on method names. Pylint <2.1.0 has an upper limit of 30. 22 # Allow module names containing a dash (but no underscore or uppercase letter). 31 # We're ok with short local or global variable names.
|
A D | LICENSE | 140 names, trademarks, service marks, or product names of the Licensor,
|
A D | ChangeLog | 487 PSA_ALG_TLS12_PSK_TO_MS_MAX_PSK_LEN have been renamed, and the old names 490 have been renamed, and the old names deprecated. 619 mbedcrypto, mbedx509 and apidoc CMake target names. This can be used by 687 * mbedtls_ecp_curve_list() now lists Curve25519 and Curve448 under the names 2121 parsing the subject alternative names. 2827 domain names are compliant with RFC 1035. 2929 Some names have been further changed to make them more consistent. 3108 * Add support for id-at-uniqueIdentifier in X.509 names. 3590 * Support for serialNumber, postalAddress and postalCode in X509 names 4044 * Renamed ciphersuites naming scheme to IANA reserved names [all …]
|
/mbedtls-development/docs/architecture/ |
A D | mbed-crypto-storage-specification.md | 26 … transparent keys](#key-file-format-for-0.1.0) designated by a [slot number](#key-names-for-0.1.0). 35 ### Key names for 0.1.0 73 …-file-format-for-0.1.0) of the [key whose identifier is the file identifier](#key-names-for-0.1.0). 79 Assumption: C stdio, allowing names containing lowercase letters, digits and underscores, of length… 84 … [content](#key-file-format-for-0.1.0) of the [key whose identifier](#key-names-for-0.1.0) is `key… 103 …keys](#key-file-format-for-1.0.0) designated by a [key identifier and owner](#key-names-for-1.0.0). 108 ### Key names for 1.0.0 133 …rmat-for-1.0.0) of the [key whose identifier is the file identifier](#key-names-for-1.0.0). The up… 142 …-file-format-for-1.0.0) of the [key whose identifier is the file identifier](#key-names-for-1.0.0). 216 …rmat-for-1.0.0) of the [key whose identifier is the file identifier](#key-names-for-1.0.0). The up… [all …]
|
A D | tls13-experimental.md | 240 - TLS 1.3 specific C modules, headers, static functions names are prefixed 249 - The names of macros and variables related to a field or structure in the
|
/mbedtls-development/scripts/ |
A D | config.py | 74 def all(self, *names): argument 76 return all(self.__contains__(name) for name in names) 78 def any(self, *names): argument 80 return any(self.__contains__(name) for name in names)
|
A D | generate_visualc_files.pl | 196 my ($tpl, @names) = @_; 199 for my $name (@names) {
|
/mbedtls-development/tests/suites/ |
A D | test_suite_x509write.function | 328 mbedtls_asn1_named_data *names = NULL; 337 ret = mbedtls_x509_string_to_names( &names, name ); 343 ret = mbedtls_x509_write_names( &c, buf, names ); 356 mbedtls_asn1_free_named_data_list( &names );
|
/mbedtls-development/tests/ |
A D | CMakeLists.txt | 19 # Get base names for generated files (starting at "suites/") 73 # Get the test names of the tests with generated .data files
|
/mbedtls-development/scripts/mbedtls_dev/ |
A D | macro_collector.py | 199 def generate_expressions(self, names: Iterable[str]) -> Iterator[str]: 214 for name in names
|
/mbedtls-development/doxygen/ |
A D | mbedtls.doxyfile | 157 # (but less readable) file names. This can be useful if your file system 158 # doesn't support long names like on DOS, Mac, or CD-ROM. 221 # For instance, some of the names that are used will be different. The list 495 # the group names will appear in their defined order. 500 # sorted by fully-qualified names, including namespaces. If set to 603 # file names with spaces, bibtex cannot handle them. 663 # documented source files. You may enter file names like "myfile.cpp" or 1223 # names that should be enabled during MathJax rendering. 1333 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX 1558 # The names of the make variables in the generated doxyrules.make file [all …]
|
/mbedtls-development/docs/proposed/ |
A D | psa-driver-developer-guide.md | 32 * C header files defining the types required by the driver description. The names of these header f…
|
A D | psa-driver-interface.md | 29 …implementation, without any prior arrangement other than choosing certain names and values from di… 54 * C header files defining the types required by the driver description. The names of these header f… 65 …d list in an unspecified manner. This may be, for example, a list of file names passed on a comman… 84 …e capability specifies which key types and algorithms are covered and the names of the types and f… 92 * `"names"` (optional, object). A mapping from entry point names described by the `"entry_points"` … 115 …t two of these capabilities map the entry point to the different function names, the driver specif… 260 …ming that the capability does not use the `"names"` property to declare different type and entry p… 438 … and one for an opaque driver. You can use the mapping in capabilities' `"names"` property to arra… 906 …bligation for them to declare functions. The core knows what the function names and argument types…
|
A D | psa-conditional-inclusion-c.md | 204 The names of [elliptic curve symbols](#configuration-symbols-for-elliptic-curves) are a bit weird: …
|
/mbedtls-development/docs/ |
A D | 3.0-migration-guide.md | 131 Please use the new names directly in your code; `scripts/rename.pl` (from any 297 original names of those functions. The renamed functions are: 324 To migrate to the this change the user can keep the `*_ret` names in their code 482 ### Deprecated names for PSA constants and types were removed 486 names provided by the 1.0 specification instead.
|