Home
last modified time | relevance | path

Searched refs:TYPE_CHOICE (Results 1 – 12 of 12) sorted by relevance

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
DASN1.php84 const TYPE_CHOICE = -1; define in phpseclib3\\File\\ASN1
556 case $mapping['type'] == self::TYPE_CHOICE:
563 case !isset($option['constant']) && $option['type'] == self::TYPE_CHOICE:
621 if ($child['type'] != self::TYPE_CHOICE) {
641 …t']) && array_search($child['type'], [$temp['type'], self::TYPE_ANY, self::TYPE_CHOICE]) !== false;
697 if ($child['type'] != self::TYPE_CHOICE) {
713 …t']) && array_search($child['type'], [$temp['type'], self::TYPE_ANY, self::TYPE_CHOICE]) !== false;
955 if (isset($child['explicit']) || $child['type'] == self::TYPE_CHOICE) {
966 case self::TYPE_CHOICE:
989 if (isset($child['explicit']) || $child['type'] == self::TYPE_CHOICE) {
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
DName.php30 'type' => ASN1::TYPE_CHOICE,
DTime.php30 'type' => ASN1::TYPE_CHOICE,
DPrivateDomainName.php30 'type' => ASN1::TYPE_CHOICE,
DPKCS9String.php30 'type' => ASN1::TYPE_CHOICE,
DECParameters.php42 'type' => ASN1::TYPE_CHOICE,
DCountryName.php30 'type' => ASN1::TYPE_CHOICE,
DAdministrationDomainName.php30 'type' => ASN1::TYPE_CHOICE,
DDisplayText.php30 'type' => ASN1::TYPE_CHOICE,
DDistributionPointName.php30 'type' => ASN1::TYPE_CHOICE,
DDirectoryString.php30 'type' => ASN1::TYPE_CHOICE,
DGeneralName.php30 'type' => ASN1::TYPE_CHOICE,