Home
last modified time | relevance | path

Searched refs:names (Results 1 – 25 of 30) sorted by relevance

12

/mbedtls-3.7.0/tests/scripts/
Dtranslate_ciphers.py165 def format_ciphersuite_names(mode, names): argument
170 return " ".join(c + '=' + t(c) for c in names)
172 def main(target, names): argument
173 print(format_ciphersuite_names(target, names))
180 main(ARGS.target, ARGS.names)
Dpsa_collect_statuses.py66 names = [self.status_names[value] for value in fdata.keys()]
67 for name in sorted(names):
Dtest_psa_constant_names.py93 names = inputs.get_names(type_word)
95 for expr in inputs.generate_expressions(names)
Dlist-identifiers.sh51 check-names.sh, which used to depend on this script, has been replaced with
/mbedtls-3.7.0/
D.pylintrc6 # We're ok with short funtion argument names.
19 # No upper limit on method names. Pylint <2.1.0 has an upper limit of 30.
23 # Allow module names containing a dash (but no underscore or uppercase letter).
32 # We're ok with short local or global variable names.
DBRANCHES.md17 We retain a number of historical branches, whose names are prefixed by `archive/`,
DLICENSE147 names, trademarks, service marks, or product names of the Licensor,
541 necessary. Here is a sample; alter the names:
DChangeLog7 mbedtls_ssl_tls13_conf_max_early_data_size() API names. Early data
22 MBEDTLS_SHA256_USE_ARMV8_A_CRYPTO_xxx. The old names may still
696 * Fix a bug in the build where directory names containing spaces were
827 resulting in library names like "libmbedtls.so" rather than
1938 PSA_ALG_TLS12_PSK_TO_MS_MAX_PSK_LEN have been renamed, and the old names
1941 have been renamed, and the old names deprecated.
2070 mbedcrypto, mbedx509 and apidoc CMake target names. This can be used by
2072 clashes. The default value of this variable is "", so default target names
2138 * mbedtls_ecp_curve_list() now lists Curve25519 and Curve448 under the names
3572 parsing the subject alternative names.
[all …]
/mbedtls-3.7.0/docs/architecture/
Dmbed-crypto-storage-specification.md28 … transparent keys](#key-file-format-for-0.1.0) designated by a [slot number](#key-names-for-0.1.0).
37 ### Key names for 0.1.0
75 …-file-format-for-0.1.0) of the [key whose identifier is the file identifier](#key-names-for-0.1.0).
81 Assumption: C stdio, allowing names containing lowercase letters, digits and underscores, of length…
86 … [content](#key-file-format-for-0.1.0) of the [key whose identifier](#key-names-for-0.1.0) is `key…
105 …keys](#key-file-format-for-1.0.0) designated by a [key identifier and owner](#key-names-for-1.0.0).
110 ### Key names for 1.0.0
139 …rmat-for-1.0.0) of the [key whose identifier is the file identifier](#key-names-for-1.0.0). The up…
148 …-file-format-for-1.0.0) of the [key whose identifier is the file identifier](#key-names-for-1.0.0).
164 The library integration and the PSA platform integration use different sets of file names. This is …
[all …]
Dtls13-support.md174 - TLS 1.3 specific C modules, headers, static functions names are prefixed
183 - The names of macros and variables related to a field or structure in the
363 The names of the handlers processing/writing an handshake message are
Dpsa-crypto-implementation-structure.md119 The PSA Cryptography API specification defines both names and values for certain kinds of constants…
/mbedtls-3.7.0/scripts/
Dconfig.py68 def all(self, *names): argument
70 return all(self.__contains__(name) for name in names)
72 def any(self, *names): argument
74 return any(self.__contains__(name) for name in names)
Dgenerate_visualc_files.pl187 my ($tpl, @names) = @_;
190 for my $name (@names) {
/mbedtls-3.7.0/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers_no_static.c.jinja54 {% if capability.name is defined and entry_point in capability.names.keys() -%}
55 {{ capability.names[entry_point]}}
Dpsa_crypto_driver_wrappers.h.jinja55 {% if capability.name is defined and entry_point in capability.names.keys() -%}
56 {{ capability.names[entry_point]}}
/mbedtls-3.7.0/tests/suites/
Dtest_suite_x509write.function687 mbedtls_asn1_named_data *names = NULL;
698 ret = mbedtls_x509_string_to_names(&names, name);
705 ret = mbedtls_x509_write_names(&c, buf, names);
728 mbedtls_asn1_free_named_data_list(&names);
Dtest_suite_x509parse.function961 mbedtls_asn1_named_data *names = NULL;
977 TEST_EQUAL(mbedtls_x509_string_to_names(&names, name_str), 0);
979 ret = mbedtls_x509_write_names(&c, buf, names);
986 // Iterate over names and set next_merged nodes
1016 mbedtls_asn1_free_named_data_list(&names);
/mbedtls-3.7.0/scripts/mbedtls_dev/
Dmacro_collector.py191 def generate_expressions(self, names: Iterable[str]) -> Iterator[str]:
206 for name in names
/mbedtls-3.7.0/tests/
DCMakeLists.txt20 # Get base names for generated files
165 # Get the test names of the tests with generated .data files
/mbedtls-3.7.0/docs/proposed/
Dpsa-driver-interface.md31 …implementation, without any prior arrangement other than choosing certain names and values from di…
56 * C header files defining the types required by the driver description. The names of these header f…
67 …se names consisting of the implementation's name, a slash, and additional characters. For example,…
71 …d list in an unspecified manner. This may be, for example, a list of file names passed on a comman…
90 …e capability specifies which key types and algorithms are covered and the names of the types and f…
98 * `"names"` (optional, object). A mapping from entry point names described by the `"entry_points"` …
121 …t two of these capabilities map the entry point to the different function names, the driver specif…
266 …ming that the capability does not use the `"names"` property to declare different type and entry p…
337 …y with a capability that does not use the `"names"` property to declare different type and entry p…
514 * `"names"` (optional, object). A mapping from entry point names to C function and type names, as u…
[all …]
Dpsa-driver-developer-guide.md33 * C header files defining the types required by the driver description. The names of these header f…
Dpsa-conditional-inclusion-c.md213 The names of [elliptic curve symbols](#configuration-symbols-for-elliptic-curves) are a bit weird: …
/mbedtls-3.7.0/docs/architecture/psa-migration/
Dmd-cipher-dispatch.md313 * It includes extra fluff such as names and HMAC. This costs code size.
319 * We can make names and HMAC optional. The mixed-domain hash interface won't be the full `MBEDTLS_M…
426 …s in legacy and PSA. Since MD is a legacy interface, we'll use the legacy names. Thus, for example:
531 #### Split names out of MD light
533 Remove hash names from `mbedtls_md_info_t`. Use a simple switch-case or a separate list to implemen…
/mbedtls-3.7.0/docs/
Dpsa-driver-example-and-guide.md43 …- C header files defining the types required by the driver description. The names of these header …
77 …pper functions for the remaining entry points are simple C functions. The names of these functions…
D3.0-migration-guide.md152 Please use the new names directly in your code; `scripts/rename.pl` (from any
325 original names of those functions. The renamed functions are:
352 To migrate to the this change the user can keep the `*_ret` names in their code
510 ### Deprecated names for PSA constants and types were removed
514 names provided by the 1.0 specification instead.

12