Home
last modified time | relevance | path

Searched refs:TYPE_SET (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DExtensionAttributes.php26 'type' => ASN1::TYPE_SET,
H A DRelativeDistinguishedName.php32 'type' => ASN1::TYPE_SET,
H A DAttributes.php26 'type' => ASN1::TYPE_SET,
H A DAttribute.php30 'type' => ASN1::TYPE_SET,
H A DPersonalName.php26 'type' => ASN1::TYPE_SET,
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php58 const TYPE_SET = 17; // SET OF define in phpseclib3\\File\\ASN1
425 case self::TYPE_SET:
651 case self::TYPE_SET:
874 case self::TYPE_SET: // Children order is not important, thus process in sequence.
895 if ($mapping['type'] == self::TYPE_SET) {