Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php46 const TYPE_BIT_STRING = 3;
146 self::TYPE_BIT_STRING => 'bitString',
214 * $encoded is passed by reference for the recursive calls done for self::TYPE_BIT_STRING and
367 case self::TYPE_BIT_STRING:
382 if ($temp[$i]['type'] != self::TYPE_BIT_STRING) {
388 if ($temp[$last]['type'] != self::TYPE_BIT_STRING) {
742 case self::TYPE_BIT_STRING:
1015 case self::TYPE_BIT_STRING:
60 const TYPE_BIT_STRING = 3; global() define in phpseclib\\File\\ASN1
H A DX509.php3637 $raw = ASN1::asn1map($decoded[0], ['type' => ASN1::TYPE_BIT_STRING]);