MCPcopy Create free account
hub / github.com/SecurityInnovation/PGPy / update_hlen

Method update_hlen

pgpy/packet/types.py:163–164  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

161 return "<{cls:s} [tag {tag:02d}] at 0x{id:x}>".format(cls=self.__class__.__name__, tag=self.header.tag, id=id(self))
162
163 def update_hlen(self):
164 self.header.length = len(self.__bytearray__()) - len(self.header)
165
166 @abc.abstractmethod
167 def parse(self, packet):

Callers 8

hashdataMethod · 0.45
make_onepassMethod · 0.45
newMethod · 0.45
__bytearray__Method · 0.45
newMethod · 0.45
add_subkeyMethod · 0.45
_signMethod · 0.45
test_reg_bug_56Function · 0.45

Calls 1

__bytearray__Method · 0.95

Tested by 1

test_reg_bug_56Function · 0.36