MCPcopy Index your code
hub / github.com/secdev/scapy / VerifyMechListMIC

Method VerifyMechListMIC

scapy/layers/gssapi.py:727–731  ·  view source on GitHub ↗

Verify mechListMIC

(self, Context, otherMIC, input)

Source from the content-addressed store, hash-verified

725 return self.GSS_GetMIC(Context, input)
726
727 def VerifyMechListMIC(self, Context, otherMIC, input):
728 """
729 Verify mechListMIC
730 """
731 return self.GSS_VerifyMIC(Context, input, otherMIC)
732
733 def LegsAmount(self, Context: CONTEXT):
734 """

Callers 2

GSS_Init_sec_contextMethod · 0.45

Calls 1

GSS_VerifyMICMethod · 0.95

Tested by

no test coverage detected