Home
last modified time | relevance | path

Searched refs:elements (Results 1 – 16 of 16) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/tests/data_files/dir4/
DReadme1 …ment of the policy indicated by the *pathLenConstraint* field. All leaf elements were generated wi…
23 5. nonzero pathlen constraint on an intermediate CA with maximum number of elements in the chain (v…
28 6. nonzero pathlen constraint on the root CA with maximum number of elements in the chain (valid)
33 7. pathlen constraint on the root CA with maximum number of elements and a self signed certificate …
/openthread-latest/tests/scripts/thread-cert/
Ddtls.py241 def __init__(self, subrange, ele_cls, elements): argument
244 self.elements = elements
245 assert self.subrange[0] <= len(self.elements) <= self.subrange[1]
248 return len(self.elements)
252 self.elements == other.elements)
255 data = reduce(lambda ele, acc: acc + ele.to_bytes(), self.elements)
262 elements = []
264 elements.append(ele_cls.from_bytes(data))
265 return cls(subrange, ele_cls, elements)
Dnode.py4002 elements = line.split()
4003 if len(elements) >= 3 and elements[0] == name and elements[1] == 'PTR':
4004 instances.append(elements[2][:-len('.' + name)])
4030 elements = line.split()
4031 if len(elements) >= 6 and elements[0] == full_service_name and elements[1] == 'SRV':
4032 host_name = elements[5].split('.')[0]
4051 elements = line.split()
4053 if fullname not in elements:
4055 if 'Add' not in elements:
4057 addresses.append(elements[elements.index(fullname) + 1].split('%')[0])
[all …]
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-storage-resilience.md46 … the key. We study the problem of how key management in stateful secure elements interacts with st…
48 ### Assumptions on stateful secure elements
50 **Assumption: driver calls for key management in stateful secure elements are atomic and committing…
52 (For stateless secure elements, this assumption is vacuously true.)
69 ### Overview of two-phase commit with stateful secure elements
127 …the [overview above](#overview-of-two-phase-commit-with-stateful-secure-elements) follow this patt…
161 …attributes"` entry point is potentially problematic because some secure elements don't have room t…
246elements: we aren't just replacing “create the key material” by “tell the secure element to create…
258 … functions”](#overview-of-api-functions), this concerns key management in stateful secure elements.
268 …of two-phase commit with stateful secure elements”](#overview-of-two-phase-commit-with-stateful-se…
[all …]
/openthread-latest/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-developer-guide.md7 …ow to write drivers of cryptoprocessors such as accelerators and secure elements for the PSA crypt…
Dpsa-driver-interface.md49 …custom types, macros or constants, you also need to provide C header files defining those elements.
71 …le, a list of file names passed on a command line, or a JSON list whose elements are individual dr…
223 …_mac_verify()`. This entry point is mainly useful for drivers of secure elements that verify a MAC…
758 …rs](#key-management-with-opaque-drivers). This section describes common elements. Refer to the app…
1108 In addition, secure elements that store the key material internally must provide the following two …
1115 This section describes the key creation process for secure elements that do not store the key mater…
1127 This section describes the key creation and key destruction processes for secure elements that have…
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_asn1parse.data586 Not an AlgorithmIdentifier (too many elements)
Dtest_suite_bignum_mod_raw.function509 * `1 + N_limbs * (welem + 4)`, where welem is the number of elements in
Dtest_suite_psa_crypto_se_driver_hal.function775 * specific to dynamic secure elements. */
Dtest_suite_bignum_core.function1217 * `1 + N_limbs * (welem + 3)`, where welem is the number of elements in
Dtest_suite_x509parse.data2519 # The subsequent TBSCertList negative tests remove or modify some elements.
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/
Ddriver-interface-test-strategy.md13 ….md) supports both transparent drivers (for accelerators) and opaque drivers (for secure elements).
/openthread-latest/third_party/mbedtls/repo/
DREADME.md302 Mbed TLS supports drivers for cryptographic accelerators, secure elements and random generators. Th…
DChangeLog2677 * The HAVEGE state type now uses uint32_t elements instead of int.
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dpsa-legacy-bridges.md73 …tion.md) enumerates the public header files in Mbed TLS 3.4 and the API elements (especially enums…
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md1227 …edtls_ecp_curve_info_from_grp_id`) because they are not needed. All API elements identify the curv…