Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php78 const TYPE_CHOICE = -1;
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 $maymatch = !isset($child['constant']) && array_search($child['type'], [$temp['type'], self::TYPE_ANY, self::TYPE_CHOICE]) !== false;
678 if ($child['type'] != self::TYPE_CHOICE) {
694 $maymatch = !isset($child['constant']) && 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) {
102 const TYPE_CHOICE = -1; global() define in phpseclib\\File\\ASN1
[all...]
H A DX509.php