Searched refs:TYPE_ANY (Results 1 – 8 of 8) sorted by relevance
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/ |
H A D | AttributeValue.php | 25 const MAP = ['type' => ASN1::TYPE_ANY];
|
H A D | PolicyQualifierInfo.php | 29 'qualifier' => ['type' => ASN1::TYPE_ANY]
|
H A D | AlgorithmIdentifier.php | 30 'type' => ASN1::TYPE_ANY,
|
H A D | FieldID.php | 30 'type' => ASN1::TYPE_ANY,
|
H A D | AnotherName.php | 30 'type' => ASN1::TYPE_ANY,
|
H A D | Characteristic_two.php | 31 'type' => ASN1::TYPE_ANY,
|
H A D | ExtensionAttribute.php | 35 'type' => ASN1::TYPE_ANY,
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
H A D | ASN1.php | 79 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:
|