Home
last modified time | relevance | path

Searched refs:encodeLength (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
DPKCS8.php133 … $expected = chr(ASN1::TYPE_OCTET_STRING) . ASN1::encodeLength($components['curve']::SIZE);
214 chr(ASN1::TYPE_OCTET_STRING) . ASN1::encodeLength($curve::SIZE) . $secret,
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
DASN1.php935 $temp = $subtag . self::encodeLength(strlen($temp)) . $temp;
969 $temp = $subtag . self::encodeLength(strlen($temp)) . $temp;
1123 $value = chr($tag) . self::encodeLength(strlen($value)) . $value;
1130 return chr($tag) . self::encodeLength(strlen($value)) . $value;
1481 public static function encodeLength($length) function in phpseclib3\\File\\ASN1
DX509.php3060 $temp = chr(ASN1::TYPE_GENERALIZED_TIME) . ASN1::encodeLength(strlen($temp)) . $temp;