Home
last modified time | relevance | path

Searched refs:subtag (Results 1 – 1 of 1) sorted by last modified time

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php934 $subtag = chr((self::CLASS_CONTEXT_SPECIFIC << 6) | 0x20 | $child['constant']);
935 $temp = $subtag . self::encodeLength(strlen($temp)) . $temp;
937 $subtag = chr((self::CLASS_CONTEXT_SPECIFIC << 6) | (ord($temp[0]) & 0x20) | $child['constant']);
938 $temp = $subtag . substr($temp, 1);
968 $subtag = chr((self::CLASS_CONTEXT_SPECIFIC << 6) | 0x20 | $child['constant']);
969 $temp = $subtag . self::encodeLength(strlen($temp)) . $temp;
971 $subtag = chr((self::CLASS_CONTEXT_SPECIFIC << 6) | (ord($temp[0]) & 0x20) | $child['constant']);
972 $temp = $subtag . substr($temp, 1);