Searched refs:TYPE_CHOICE (Results 1 – 12 of 12) sorted by relevance
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ |
D | Name.php | 26 'type' => ASN1::TYPE_CHOICE,
|
D | PKCS9String.php | 26 'type' => ASN1::TYPE_CHOICE,
|
D | PrivateDomainName.php | 26 'type' => ASN1::TYPE_CHOICE,
|
D | Time.php | 26 'type' => ASN1::TYPE_CHOICE,
|
D | CountryName.php | 26 'type' => ASN1::TYPE_CHOICE,
|
D | ECParameters.php | 38 'type' => ASN1::TYPE_CHOICE,
|
D | AdministrationDomainName.php | 26 'type' => ASN1::TYPE_CHOICE,
|
D | DistributionPointName.php | 26 'type' => ASN1::TYPE_CHOICE,
|
D | DisplayText.php | 26 'type' => ASN1::TYPE_CHOICE,
|
D | DirectoryString.php | 26 'type' => ASN1::TYPE_CHOICE,
|
D | GeneralName.php | 26 'type' => ASN1::TYPE_CHOICE,
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
D | ASN1.php | 78 const TYPE_CHOICE = -1; define in phpseclib3\\File\\ASN1 537 case $mapping['type'] == self::TYPE_CHOICE: 544 case !isset($option['constant']) && $option['type'] == self::TYPE_CHOICE: 602 if ($child['type'] != self::TYPE_CHOICE) { 622 …t']) && array_search($child['type'], [$temp['type'], self::TYPE_ANY, self::TYPE_CHOICE]) !== false; 678 if ($child['type'] != self::TYPE_CHOICE) { 694 …t']) && array_search($child['type'], [$temp['type'], self::TYPE_ANY, self::TYPE_CHOICE]) !== false; 933 if (isset($child['explicit']) || $child['type'] == self::TYPE_CHOICE) { 944 case self::TYPE_CHOICE: 967 if (isset($child['explicit']) || $child['type'] == self::TYPE_CHOICE) { [all …]
|