Home
last modified time | relevance | path

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

/openthread-3.6.0/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-3.6.0/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.py3768 elements = line.split()
3769 if len(elements) >= 3 and elements[0] == name and elements[1] == 'PTR':
3770 instances.append(elements[2][:-len('.' + name)])
3796 elements = line.split()
3797 if len(elements) >= 6 and elements[0] == full_service_name and elements[1] == 'SRV':
3798 host_name = elements[5].split('.')[0]
3817 elements = line.split()
3819 if fullname not in elements:
3821 if 'Add' not in elements:
3823 addresses.append(elements[elements.index(fullname) + 1].split('%')[0])
[all …]
/openthread-3.6.0/third_party/mbedtls/repo/docs/proposed/
Dpsa-driver-developer-guide.md6 …ow to write drivers of cryptoprocessors such as accelerators and secure elements for the PSA crypt…
Dpsa-driver-interface.md47 …custom types, macros or constants, you also need to provide C header files defining those elements.
65 …le, a list of file names passed on a command line, or a JSON list whose elements are individual dr…
217 …_mac_verify()`. This entry point is mainly useful for drivers of secure elements that verify a MAC…
319 …rs](#key-management-with-opaque-drivers). This section describes common elements. Refer to the app…
668 In addition, secure elements that store the key material internally must provide the following two …
675 This section describes the key creation process for secure elements that do not store the key mater…
687 This section describes the key creation and key destruction processes for secure elements that have…
/openthread-3.6.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_asn1parse.data586 Not an AlgorithmIdentifier (too many elements)
Dtest_suite_psa_crypto_se_driver_hal.function774 * specific to dynamic secure elements. */
Dtest_suite_ssl.function634 * elements or the context itself is null.
671 * elements or the context itself is null.
Dtest_suite_x509parse.data2136 # The subsequent TBSCertList negative tests remove or modify some elements.
/openthread-3.6.0/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-3.6.0/third_party/mbedtls/repo/
DChangeLog1082 * The HAVEGE state type now uses uint32_t elements instead of int.