Searched refs:MapIntegerToString (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/ |
D | Dump.c | 211 Str = MapIntegerToString (Selector->NextLayerProtocol, mMapIpProtocol); in DumpSpdSelector() 290 Print (L"%s ", MapIntegerToString (Data->Action, mMapIpSecAction)); in DumpSpdEntry() 345 String1 = MapIntegerToString (Data->ProcessingPolicy->Proto, mMapIpSecProtocol); in DumpSpdEntry() 346 String2 = MapIntegerToString (Data->ProcessingPolicy->AuthAlgoId, mMapAuthAlgo); in DumpSpdEntry() 347 String3 = MapIntegerToString (Data->ProcessingPolicy->EncAlgoId, mMapEncAlgo); in DumpSpdEntry() 355 Print (L"%s ", MapIntegerToString (Data->ProcessingPolicy->Mode, mMapIpSecMode)); in DumpSpdEntry() 361 Print (L" %s]", MapIntegerToString (Data->ProcessingPolicy->TunnelOption->DF, mMapDfOption)); in DumpSpdEntry() 401 Print (L"0x%x %s ", (UINTN) SaId->Spi, MapIntegerToString (SaId->Proto, mMapIpSecProtocol)); in DumpSadEntry() 413 MapIntegerToString (Data->Mode, mMapIpSecMode), in DumpSadEntry() 446 MapIntegerToString (Data->AlgoInfo.AhAlgoInfo.AuthAlgoId, mMapAuthAlgo), in DumpSadEntry() [all …]
|
D | Helper.h | 138 MapIntegerToString (
|
D | Helper.c | 406 MapIntegerToString ( in MapIntegerToString() function
|