Verify mechListMIC
(self, Context, otherMIC, input)
| 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 | """ |
no test coverage detected