Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DName.php26 'type' => ASN1::TYPE_CHOICE,
H A DPKCS9String.php26 'type' => ASN1::TYPE_CHOICE,
H A DPrivateDomainName.php26 'type' => ASN1::TYPE_CHOICE,
H A DTime.php26 'type' => ASN1::TYPE_CHOICE,
H A DECParameters.php38 'type' => ASN1::TYPE_CHOICE,
H A DCountryName.php26 'type' => ASN1::TYPE_CHOICE,
H A DAdministrationDomainName.php26 'type' => ASN1::TYPE_CHOICE,
H A DDistributionPointName.php26 'type' => ASN1::TYPE_CHOICE,
H A DDisplayText.php26 'type' => ASN1::TYPE_CHOICE,
H A DDirectoryString.php26 'type' => ASN1::TYPE_CHOICE,
H A DGeneralName.php26 'type' => ASN1::TYPE_CHOICE,
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php78 const TYPE_CHOICE = -1; define in phpseclib3\\File\\ASN1
536 case $mapping['type'] == self::TYPE_CHOICE:
543 case !isset($option['constant']) && $option['type'] == self::TYPE_CHOICE:
601 if ($child['type'] != self::TYPE_CHOICE) {
621 …t']) && array_search($child['type'], [$temp['type'], self::TYPE_ANY, self::TYPE_CHOICE]) !== false;
677 if ($child['type'] != self::TYPE_CHOICE) {
693 …t']) && array_search($child['type'], [$temp['type'], self::TYPE_ANY, self::TYPE_CHOICE]) !== false;
939 if (isset($child['explicit']) || $child['type'] == self::TYPE_CHOICE) {
962 case self::TYPE_CHOICE:
985 if (isset($child['explicit']) || $child['type'] == self::TYPE_CHOICE) {
[all …]