Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DExtensionAttributes.php30 'type' => ASN1::TYPE_SET,
H A DAttributes.php30 'type' => ASN1::TYPE_SET,
H A DRelativeDistinguishedName.php36 'type' => ASN1::TYPE_SET,
H A DAttribute.php34 'type' => ASN1::TYPE_SET,
H A DPersonalName.php30 'type' => ASN1::TYPE_SET,
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php64 const TYPE_SET = 17; // SET OF define in phpseclib3\\File\\ASN1
439 case self::TYPE_SET:
670 case self::TYPE_SET:
896 case self::TYPE_SET: // Children order is not important, thus process in sequence.
917 if ($mapping['type'] == self::TYPE_SET) {