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/
DExtensionAttributes.php30 'type' => ASN1::TYPE_SET,
DRelativeDistinguishedName.php36 'type' => ASN1::TYPE_SET,
DAttributes.php30 'type' => ASN1::TYPE_SET,
DAttribute.php34 'type' => ASN1::TYPE_SET,
DPersonalName.php30 'type' => ASN1::TYPE_SET,
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
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) {