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

Method GSS_VerifyMICEx

scapy/layers/gssapi.py:576–589  ·  view source on GitHub ↗

:param Context: the SSP context :param msgs: list of VERIF_MSG :param signature: the signature :raises ValueError: if MIC failure.

(
        self,
        Context: CONTEXT,
        msgs: List[MIC_MSG],
        signature,
    )

Source from the content-addressed store, hash-verified

574
575 @abc.abstractmethod
576 def GSS_VerifyMICEx(
577 self,
578 Context: CONTEXT,
579 msgs: List[MIC_MSG],
580 signature,
581 ) -> None:
582 """
583 :param Context: the SSP context
584 :param msgs: list of VERIF_MSG
585 :param signature: the signature
586
587 :raises ValueError: if MIC failure.
588 """
589 raise NotImplementedError
590
591 @abc.abstractmethod
592 def MaximumSignatureLength(self, Context: CONTEXT):

Callers 2

GSS_VerifyMICMethod · 0.95
in_pktMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected