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 DRelativeDistinguishedName.php32 'type' => ASN1::TYPE_SET,
H A DAttributes.php26 'type' => ASN1::TYPE_SET,
H A DExtensionAttributes.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
424 case self::TYPE_SET:
650 case self::TYPE_SET:
880 case self::TYPE_SET: // Children order is not important, thus process in sequence.
901 if ($mapping['type'] == self::TYPE_SET) {