MCPcopy Create free account
hub / github.com/secdev/scapy / IPSecIntegrityError

Class IPSecIntegrityError

scapy/layers/ipsec.py:623–627  ·  view source on GitHub ↗

Error risen when the integrity check fails.

Source from the content-addressed store, hash-verified

621
622
623class IPSecIntegrityError(Exception):
624 """
625 Error risen when the integrity check fails.
626 """
627 pass
628
629
630class AuthAlgo(object):

Callers 2

decryptMethod · 0.85
verifyMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…