Searched refs:encodeLength (Results 1 – 3 of 3) sorted by relevance
133 … $expected = chr(ASN1::TYPE_OCTET_STRING) . ASN1::encodeLength($components['curve']::SIZE);214 chr(ASN1::TYPE_OCTET_STRING) . ASN1::encodeLength($curve::SIZE) . $secret,
935 $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
3060 $temp = chr(ASN1::TYPE_GENERALIZED_TIME) . ASN1::encodeLength(strlen($temp)) . $temp;