Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DAttributeValue.php25 const MAP = ['type' => ASN1::TYPE_ANY];
H A DPolicyQualifierInfo.php29 'qualifier' => ['type' => ASN1::TYPE_ANY]
H A DAlgorithmIdentifier.php30 'type' => ASN1::TYPE_ANY,
H A DFieldID.php30 'type' => ASN1::TYPE_ANY,
H A DAnotherName.php30 'type' => ASN1::TYPE_ANY,
H A DCharacteristic_two.php31 'type' => ASN1::TYPE_ANY,
H A DExtensionAttribute.php35 'type' => ASN1::TYPE_ANY,
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php79 const TYPE_ANY = -2; define in phpseclib3\\File\\ASN1
526 case $mapping['type'] == self::TYPE_ANY:
622 …hild['constant']) && array_search($child['type'], [$temp['type'], self::TYPE_ANY, self::TYPE_CHOIC…
694 …hild['constant']) && array_search($child['type'], [$temp['type'], self::TYPE_ANY, self::TYPE_CHOIC…
1058 case self::TYPE_ANY: