Home
last modified time | relevance | path

Searched refs:types (Results 1 – 25 of 46) sorted by relevance

12

/openthread-latest/third_party/mbedtls/repo/scripts/
Ddriver.requirements.txt17 types-Jinja2 >= 2.11.9
19 types-jsonschema >= 3.2.0
/openthread-latest/third_party/mbedtls/repo/docs/
Ddriver-only-builds.md59 - elliptic-curve cryptography (ECC): ECDH, ECDSA, EC J-PAKE, ECC key types.
60 - finite-field Diffie-Hellman: FFDH algorithm, DH key types.
61 - RSA: PKCS#1 v1.5 and v2.1 signature and encryption algorithms, RSA key types
64 - GCM and CCM with AES, ARIA and Camellia key types
67 - key types: AES, ARIA, Camellia, DES
70 For each family listed above, all the mentioned alorithms/key types are also
172 - and support for RSA key types and algorithms is either fully disabled or
174 - and support for DH key types and the FFDH algorithm is either disabled or
241 requested algorithms, key types (key operations) and curves must be
244 supports some algorithms, some key types (key operations), or some curves, but
[all …]
Dpsa-driver-example-and-guide.md5 …rs will interface with Mbed TLS in the future, as well as driver types, operation types, and entry…
18 There are two types of drivers: *transparent* or *opaque*. See below an excerpt from the PSA Driver…
43 …- C header files defining the types required by the driver description. The names of these header …
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dgenerate_psa_wrappers.py102 types = ['' if arg.suffix else arg.type for arg in arguments]
106 pairs = enumerate(itertools.zip_longest(types, types[1:], fillvalue=''))
/openthread-latest/tools/otci/otci/
D__init__.py43 from .types import Rloc16, ChildId, NetifIdentifier
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-developer-guide.md19 There are two types of drivers:
26 …support. Depending on the driver type, you may also need to define some C types and macros in a he…
33 * C header files defining the types required by the driver description. The names of these header f…
Dpsa-conditional-inclusion-c.md40 [Limitation.matrix] If a mechanism is defined by a combination of algorithms and key types, for exa…
81 #### Configuration symbols for key types
85 As an exception, starting in Mbed TLS 3.5.0, for `KEY_PAIR` types (that is, private keys for asymme…
98 For elliptic curve key types, only the specified curves are included. To include a curve, include a…
189 Code that is specific to certain key types or to certain algorithms must be guarded by the applicab…
201 …-part mechanisms, only certain key sizes, or only certain combinations of algorithms and key types.
205 …ach included algorithm, include a capability with that algorithm, the key types that apply to that…
Dpsa-driver-integration-guide.md15 …PI (crypto functions beginning with `psa_`, and X.509 and TLS interfaces that reference PSA types).
Dpsa-driver-interface.md22 …he PSA Cryptography driver interface supports two types of cryptoprocessors, and accordingly two t…
35 [Req.types] Support drivers for the following types of hardware: accelerators that operate on keys …
49 …phic mechanisms they support. If the driver description references custom types, macros or constan…
56 * C header files defining the types required by the driver description. The names of these header f…
77 …ring). This must be a valid, non-empty prefix for a C identifier. All the types and functions prov…
79 …y of strings). A list of header files. These header files must define the types, macros and consta…
90 …mechanisms. The capability specifies which key types and algorithms are covered and the names of t…
94 …ions. The driver must implement all the specified entry points, as well as the types if applicable.
96 …h one of the specified key types. If omitted, the core will invoke this capability of the driver f…
334 …plement `"key_derivation_output_key"` for “cooked”, i.e. non-raw-data key types; ignored for other…
[all …]
/openthread-latest/tools/gerrit/
DREADME.md55 9d585edc4 [types] move types into specific headers (#2946)
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dalternative-implementations.md43 ### Constraints on context types
45 … can define their context types to any C type except incomplete and array types (although they wou…
78 …ects as the built-in implementation. If you want to use different context types, you need to [prov…
Dpsa-crypto-implementation-structure.md119 …nd values for certain kinds of constants: algorithms (`PSA_ALG_xxx`), key types (`PSA_KEY_TYPE_xxx…
156 … by `tests/scripts/generate_psa_tests.py` based on the algorithms and key types declared in `inclu…
164 * `scripts/mbedtls_dev/crypto_knowledge.py` contains knowledge about the compatibility of key types
165 * `scripts/mbedtls_dev/asymmetric_key_data.py` contains valid key data for asymmetric key types.
Dtls13-support.md175 with `ssl_tls13_`. The same applies to structures and types that are
178 - TLS 1.3 specific exported functions, structures and types are
234 The three first types, MBEDTLS_BYTE_{0-8}, MBEDTLS_PUT_UINT{8|16|32|64}_BE
238 The two last types, `MBEDTLS_SSL_CHK_BUF_PTR` and
Dmbed-crypto-storage-specification.md121 …#key-file-format-for-0.1.0) so far. However note that the encoding of key types, algorithms and ke…
197 * The encoding of key types, algorithms and key material has changed, therefore the storage format …
288 * type (2 bytes): the [transaction type](#transaction-types-on-tbd).
294 #### Transaction types on TBD
452 * type (2 bytes): the [transaction type](#transaction-types-on-mbed-tls-2.25.0).
458 #### Transaction types on Mbed TLS 2.25.0
/openthread-latest/tools/otci/
DREADME.md5 ## Supported device types
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Dpsa-storage-format-testing.md72 …ll keys are stored correctly. This requires a sufficient selection of key types, sizes, policies, …
79 * Key types: `PSA_KEY_TYPE_xxx`, `PSA_ECC_FAMILY_xxx`, `PSA_DH_FAMILY_xxx`.
81 …ntations”](#Considerations-on-key-material-representations) for considerations regarding key types.
100 Some types only have one plausible representation. Others admit alternative plausible representatio…
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_entropy.data10 # Key types and non-randomized auxiliary algorithms (in practice, hashes) can
Dtest_suite_pkcs7.function9 #include "sys/types.h"
Dtest_suite_net.function15 #include <sys/types.h>
Dmain_test.function130 * number and types of the parameters.
/openthread-latest/
DSTYLE_GUIDE.md68 …- Standard, scalar data types defined in stdint.h (C) or cstdint (C++) should be used for basic si…
123 - File names should match the names and types of what is described in the file. If a file contains …
135 …of classes, namespaces, structures, methods, functions, enumerations, and types as well as method …
137 - All OpenThread C public data types and free functions should have `ot` prepended to their name.
/openthread-latest/src/core/net/
Dmdns.cpp1780 TypeArray types; in AppendNsecRecordTo() local
1784 types.Add(ResourceRecord::kTypeAaaa); in AppendNsecRecordTo()
1789 types.Add(ResourceRecord::kTypeKey); in AppendNsecRecordTo()
1792 if (!types.IsEmpty()) in AppendNsecRecordTo()
1794 Entry::AppendNsecRecordTo(aTxMessage, aSection, types, &AppendEntryName); in AppendNsecRecordTo()
2648 TypeArray types; in AppendNsecRecordTo() local
2652 types.Add(ResourceRecord::kTypeSrv); in AppendNsecRecordTo()
2657 types.Add(ResourceRecord::kTypeTxt); in AppendNsecRecordTo()
2662 types.Add(ResourceRecord::kTypeKey); in AppendNsecRecordTo()
2665 if (!types.IsEmpty()) in AppendNsecRecordTo()
[all …]
/openthread-latest/third_party/mbedtls/repo/tests/docker/bionic/
DDockerfile57 jinja2==2.10.1 types-jinja2
/openthread-latest/third_party/mbedtls/repo/tests/
Dcompat.sh166 -t|--types)
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dstrategy.md125 operations, types and numerical identifiers for algorithms (for
346 supporting existing features in new types of builds, testing will not involve
395 distinct operation types. Similarly, the Cipher layer uses the same context
402 introducing new context types) would provide to users.

12