Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php58 const TYPE_SET = 17; // SET OF
425 case self::TYPE_SET:
651 case self::TYPE_SET:
874 case self::TYPE_SET: // Children order is not important, thus process in sequence.
895 if ($mapping['type'] == self::TYPE_SET) {
72 const TYPE_SET = 17; // SET OF global() define in phpseclib\\File\\ASN1
H A DX509.php