Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php79 const TYPE_ANY = -2;
107 * If the mapping type is self::TYPE_ANY what do we actually encode it as?
526 case $mapping['type'] == self::TYPE_ANY:
622 $maymatch = !isset($child['constant']) && array_search($child['type'], [$temp['type'], self::TYPE_ANY, self::TYPE_CHOICE]) !== false;
694 $maymatch = !isset($child['constant']) && array_search($child['type'], [$temp['type'], self::TYPE_ANY, self::TYPE_CHOICE]) !== false;
1058 case self::TYPE_ANY:
103 const TYPE_ANY = -2; global() define in phpseclib\\File\\ASN1
H A DX509.php673 // actual type is \phpseclib3\File\ASN1::TYPE_ANY