Home
last modified time | relevance | path

Searched refs:_child_specs (Results 1 – 3 of 3) sorted by relevance

/external/python/asn1crypto/asn1crypto/
Dcore.py1359 _child_specs = None variable in Concat
1404 for spec in self._child_specs:
1422 self._children = [None] * len(self._child_specs)
1583 if key > len(self._child_specs) - 1 or key < 0:
1609 if key > len(self._child_specs) - 1 or key < 0:
Dx509.py3031 _child_specs = [Certificate, CertificateAux] variable in TrustedCertificate
/external/python/asn1crypto/tests/
Dtest_core.py171 _child_specs = [Seq, core.Integer] variable in ConcatTest
175 _child_specs = [core.Integer, core.Integer] variable in IntegerConcats