Home
last modified time | relevance | path

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

/mbedtls-3.4.0/tests/scripts/
Dtranslate_ciphers.py147 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)
Dpsa_collect_statuses.py78 names = [self.status_names[value] for value in fdata.keys()]
79 for name in sorted(names):
Dtest_psa_constant_names.py105 names = inputs.get_names(type_word)
107 for expr in inputs.generate_expressions(names)
Dlist-identifiers.sh63 check-names.sh, which used to depend on this script, has been replaced with
Dall.sh241 -q|--quiet Only output component names, and errors if any.
/mbedtls-3.4.0/
D.pylintrc5 # 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.
DLICENSE140 names, trademarks, service marks, or product names of the Licensor,
DBRANCHES.md16 We retain a number of historical branches, whose names are prefixed by `archive/`,
DChangeLog35 resulting in library names like "libmbedtls.so" rather than
1145 PSA_ALG_TLS12_PSK_TO_MS_MAX_PSK_LEN have been renamed, and the old names
1148 have been renamed, and the old names deprecated.
1277 mbedcrypto, mbedx509 and apidoc CMake target names. This can be used by
1279 clashes. The default value of this variable is "", so default target names
1345 * mbedtls_ecp_curve_list() now lists Curve25519 and Curve448 under the names
2779 parsing the subject alternative names.
3485 domain names are compliant with RFC 1035.
3587 Some names have been further changed to make them more consistent.
3765 * Add support for bit strings in X.509 names (request by Fredrik Axelsson).
[all …]
/mbedtls-3.4.0/docs/architecture/
Dmbed-crypto-storage-specification.md26 … 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
137 …rmat-for-1.0.0) of the [key whose identifier is the file identifier](#key-names-for-1.0.0). The up…
146 …-file-format-for-1.0.0) of the [key whose identifier is the file identifier](#key-names-for-1.0.0).
162 The library integration and the PSA platform integration use different sets of file names. This is …
[all …]
Dtls13-support.md215 - TLS 1.3 specific C modules, headers, static functions names are prefixed
224 - The names of macros and variables related to a field or structure in the
408 The names of the handlers processing/writing an handshake message are
/mbedtls-3.4.0/scripts/
Dconfig.py79 def all(self, *names): argument
81 return all(self.__contains__(name) for name in names)
83 def any(self, *names): argument
85 return any(self.__contains__(name) for name in names)
Dgenerate_visualc_files.pl196 my ($tpl, @names) = @_;
199 for my $name (@names) {
/mbedtls-3.4.0/tests/suites/
Dtest_suite_x509write.function570 mbedtls_asn1_named_data *names = NULL;
579 ret = mbedtls_x509_string_to_names( &names, name );
585 ret = mbedtls_x509_write_names( &c, buf, names );
598 mbedtls_asn1_free_named_data_list( &names );
Dtest_suite_x509parse.function844 mbedtls_asn1_named_data *names = NULL;
857 TEST_EQUAL( mbedtls_x509_string_to_names( &names, name_str ), 0 );
859 ret = mbedtls_x509_write_names( &c, buf, names );
866 // Iterate over names and set next_merged nodes
898 mbedtls_asn1_free_named_data_list( &names );
Dtest_suite_x509parse.data460 # error and forcing mbedtls_x509_get_name() to clean up the names it has
/mbedtls-3.4.0/tests/
DCMakeLists.txt19 # Get base names for generated files
129 # Get the test names of the tests with generated .data files
/mbedtls-3.4.0/scripts/mbedtls_dev/
Dmacro_collector.py202 def generate_expressions(self, names: Iterable[str]) -> Iterator[str]:
217 for name in names
/mbedtls-3.4.0/docs/proposed/
Dpsa-driver-developer-guide.md32 * C header files defining the types required by the driver description. The names of these header f…
Dpsa-driver-interface.md29 …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 …se names consisting of the implementation's name, a slash, and additional characters. For example,…
69 …d list in an unspecified manner. This may be, for example, a list of file names passed on a comman…
88 …e capability specifies which key types and algorithms are covered and the names of the types and f…
96 * `"names"` (optional, object). A mapping from entry point names described by the `"entry_points"` …
119 …t two of these capabilities map the entry point to the different function names, the driver specif…
264 …ming that the capability does not use the `"names"` property to declare different type and entry p…
442 … and one for an opaque driver. You can use the mapping in capabilities' `"names"` property to arra…
910 …bligation for them to declare functions. The core knows what the function names and argument types…
Dpsa-conditional-inclusion-c.md204 The names of [elliptic curve symbols](#configuration-symbols-for-elliptic-curves) are a bit weird: …
/mbedtls-3.4.0/docs/
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.
/mbedtls-3.4.0/scripts/data_files/driver_templates/
Dpsa_crypto_driver_wrappers.c.jinja67 {% if capability.name is defined and entry_point in capability.names.keys() -%}
68 {{ capability.names[entry_point]}}
/mbedtls-3.4.0/docs/architecture/psa-migration/
Dstrategy.md358 based on PSA Crypto. In the meantime, long and explicit names where chosen for