Home | History | Annotate | Download | only in IpSecDxe

Lines Matching refs:DEBUG

2   The Interfaces of IPsec debug information printing.

104 @param[in] Level Debug print error level. Pass to DEBUG().
117 DEBUG (
129 DEBUG (
142 DEBUG (
175 DEBUG ((DEBUG_INFO, "\n****Current state is %a\n", mIkev1StateStr[Previous]));
177 DEBUG ((DEBUG_INFO, "\n****Current state is %a\n", mIkev2StateStr[Previous]));
181 DEBUG ((DEBUG_INFO, "\n****Change state from %a to %a\n", mIkev1StateStr[Previous], mIkev1StateStr[Current]));
183 DEBUG ((DEBUG_INFO, "\n****Change state from %a to %a\n", mIkev2StateStr[Previous], mIkev2StateStr[Current]));
249 DEBUG ((DEBUG_INFO, "\n>>>Sending %d bytes %a to ", PacketSize, TypeStr));
251 DEBUG ((DEBUG_INFO, "\n>>>Receiving %d bytes %a from ", PacketSize, TypeStr));
256 DEBUG ((DEBUG_INFO, " InitiatorCookie:0x%lx ResponderCookie:0x%lx\n", InitCookie, RespCookie));
257 DEBUG (
264 DEBUG (
287 DEBUG ((DEBUG_INFO, "+%a\n", mIkev1PayloadStr[IkePayload->PayloadType]));
292 DEBUG ((DEBUG_INFO, "+%a\n", mIkev2PayloadStr[IkePayload->PayloadType - 33]));
320 DEBUG ((DEBUG_INFO, "==%a %d bytes==\n", Title, DataSize));
327 DEBUG ((DEBUG_INFO, " 0x%02x,", Data[DataIndex++]));
330 DEBUG ((DEBUG_INFO, "\n"));