Searched refs:elements (Results 1 – 16 of 16) sorted by relevance
/openthread-latest/third_party/mbedtls/repo/tests/data_files/dir4/ |
D | Readme | 1 …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/ |
D | dtls.py | 241 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)
|
D | node.py | 4002 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/ |
D | psa-storage-resilience.md | 46 … 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… 246 …elements: 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/ |
D | psa-driver-developer-guide.md | 7 …ow to write drivers of cryptoprocessors such as accelerators and secure elements for the PSA crypt…
|
D | psa-driver-interface.md | 49 …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/ |
D | test_suite_asn1parse.data | 586 Not an AlgorithmIdentifier (too many elements)
|
D | test_suite_bignum_mod_raw.function | 509 * `1 + N_limbs * (welem + 4)`, where welem is the number of elements in
|
D | test_suite_psa_crypto_se_driver_hal.function | 775 * specific to dynamic secure elements. */
|
D | test_suite_bignum_core.function | 1217 * `1 + N_limbs * (welem + 3)`, where welem is the number of elements in
|
D | test_suite_x509parse.data | 2519 # The subsequent TBSCertList negative tests remove or modify some elements.
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/testing/ |
D | driver-interface-test-strategy.md | 13 ….md) supports both transparent drivers (for accelerators) and opaque drivers (for secure elements).
|
/openthread-latest/third_party/mbedtls/repo/ |
D | README.md | 302 Mbed TLS supports drivers for cryptographic accelerators, secure elements and random generators. Th…
|
D | ChangeLog | 2677 * The HAVEGE state type now uses uint32_t elements instead of int.
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/psa-migration/ |
D | psa-legacy-bridges.md | 73 …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/ |
D | psa-transition.md | 1227 …edtls_ecp_curve_info_from_grp_id`) because they are not needed. All API elements identify the curv…
|