Home
last modified time | relevance | path

Searched refs:Input (Results 1 – 25 of 111) sorted by relevance

12345

/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/Cipher/
DCryptAes.c115 IN CONST UINT8 *Input, in AesEcbEncrypt() argument
125 if (AesContext == NULL || Input == NULL || (InputSize % AES_BLOCK_SIZE) != 0 || Output == NULL) { in AesEcbEncrypt()
135 AES_ecb_encrypt (Input, Output, AesKey, AES_ENCRYPT); in AesEcbEncrypt()
136 Input += AES_BLOCK_SIZE; in AesEcbEncrypt()
172 IN CONST UINT8 *Input, in AesEcbDecrypt() argument
182 if (AesContext == NULL || Input == NULL || (InputSize % AES_BLOCK_SIZE) != 0 || Output == NULL) { in AesEcbDecrypt()
192 AES_ecb_encrypt (Input, Output, AesKey + 1, AES_DECRYPT); in AesEcbDecrypt()
193 Input += AES_BLOCK_SIZE; in AesEcbDecrypt()
232 IN CONST UINT8 *Input, in AesCbcEncrypt() argument
244 if (AesContext == NULL || Input == NULL || (InputSize % AES_BLOCK_SIZE) != 0) { in AesCbcEncrypt()
[all …]
DCryptTdes.c141 IN CONST UINT8 *Input, in TdesEcbEncrypt() argument
151 …if (TdesContext == NULL || Input == NULL || (InputSize % TDES_BLOCK_SIZE) != 0 || Output == NULL) { in TdesEcbEncrypt()
159 (const_DES_cblock *) Input, in TdesEcbEncrypt()
166 Input += TDES_BLOCK_SIZE; in TdesEcbEncrypt()
202 IN CONST UINT8 *Input, in TdesEcbDecrypt() argument
212 …if (TdesContext == NULL || Input == NULL || (InputSize % TDES_BLOCK_SIZE) != 0 || Output == NULL) { in TdesEcbDecrypt()
220 (const_DES_cblock *) Input, in TdesEcbDecrypt()
227 Input += TDES_BLOCK_SIZE; in TdesEcbDecrypt()
266 IN CONST UINT8 *Input, in TdesCbcEncrypt() argument
278 if (TdesContext == NULL || Input == NULL || (InputSize % TDES_BLOCK_SIZE) != 0) { in TdesCbcEncrypt()
[all …]
DCryptArc4.c108 IN CONST UINT8 *Input, in Arc4Encrypt() argument
118 if (Arc4Context == NULL || Input == NULL || Output == NULL || InputSize > INT_MAX) { in Arc4Encrypt()
124 RC4 (Rc4Key, (UINT32) InputSize, Input, Output); in Arc4Encrypt()
154 IN UINT8 *Input, in Arc4Decrypt() argument
164 if (Arc4Context == NULL || Input == NULL || Output == NULL || InputSize > INT_MAX) { in Arc4Decrypt()
170 RC4 (Rc4Key, (UINT32) InputSize, Input, Output); in Arc4Decrypt()
DCryptAesNull.c76 IN CONST UINT8 *Input, in AesEcbEncrypt() argument
102 IN CONST UINT8 *Input, in AesEcbDecrypt() argument
129 IN CONST UINT8 *Input, in AesCbcEncrypt() argument
157 IN CONST UINT8 *Input, in AesCbcDecrypt() argument
DCryptTdesNull.c76 IN CONST UINT8 *Input, in TdesEcbEncrypt() argument
102 IN CONST UINT8 *Input, in TdesEcbDecrypt() argument
129 IN CONST UINT8 *Input, in TdesCbcEncrypt() argument
157 IN CONST UINT8 *Input, in TdesCbcDecrypt() argument
DCryptArc4Null.c77 IN CONST UINT8 *Input, in Arc4Encrypt() argument
103 IN UINT8 *Input, in Arc4Decrypt() argument
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
DRmPkg.py54 Input = stdin.readline()
55 Input = Input.replace('\r', '').replace('\n', '')
56 if Input.upper() != 'Y':
248 Input = stdin.readline()
249 Input = Input.replace('\r', '').replace('\n', '')
250 if Input.upper() != 'Y':
260 Input = stdin.readline()
261 Input = Input.replace('\r', '').replace('\n', '')
262 if Input.upper() != 'Y':
DInstallPkg.py80 Input = stdin.readline()
81 Input = Input.replace('\r', '').replace('\n', '')
82 if Input == '':
84 Input = Input.replace('\r', '').replace('\n', '')
85 return InstallNewPackage(WorkspaceDir, Input, False)
106 Input = stdin.readline()
107 Input = Input.replace('\r', '').replace('\n', '')
108 if Input == '':
110 Input = Input.replace('\r', '').replace('\n', '')
111 return InstallNewModule(WorkspaceDir, Input, PathList)
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/GenFds/
DGenFdsGlobalVariable.py344 def NeedsUpdate(Output, Input): argument
348 if Input == None or len(Input) == 0:
356 for F in Input:
366 def GenerateSection(Output, Input, Type=None, CompressionType=None, Guid=None, argument
403 if not GenFdsGlobalVariable.NeedsUpdate(Output, list(Input) + [CommandFile]):
409 Cmd += Input
412 if GenFdsGlobalVariable.NeedsUpdate(Output, list(Input) + [CommandFile]):
413 …balVariable.DebugLogger(EdkLogger.DEBUG_5, "%s needs update because of newer %s" % (Output, Input))
430 def GenerateFfs(Output, Input, Type, Guid, Fixed=False, CheckSum=False, Align=None, argument
441 for I in range(0, len(Input)):
[all …]
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/Cipher/
DCryptAesNull.c76 IN CONST UINT8 *Input, in AesEcbEncrypt() argument
102 IN CONST UINT8 *Input, in AesEcbDecrypt() argument
129 IN CONST UINT8 *Input, in AesCbcEncrypt() argument
157 IN CONST UINT8 *Input, in AesCbcDecrypt() argument
DCryptTdesNull.c76 IN CONST UINT8 *Input, in TdesEcbEncrypt() argument
102 IN CONST UINT8 *Input, in TdesEcbDecrypt() argument
129 IN CONST UINT8 *Input, in TdesCbcEncrypt() argument
157 IN CONST UINT8 *Input, in TdesCbcDecrypt() argument
DCryptArc4Null.c77 IN CONST UINT8 *Input, in Arc4Encrypt() argument
103 IN UINT8 *Input, in Arc4Decrypt() argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/
DGetPowerOfTwo.c27 IN UINT64 Input in GetPowerOfTwo() argument
50 mov ecx, dword ptr Input[4] in GetPowerOfTwo()
56 mov ecx, dword ptr Input[0] in GetPowerOfTwo()
DGetPowerOfTwo.asm31 ; IN UINT64 Input
53 mov ecx, [esp + 8] ; dword ptr Input[4]
59 mov ecx, [esp + 4] ; dword ptr Input[0]
DGetPowerOfTwo.S32 # IN UINT64 Input
54 movl 8(%esp), %ecx # dword ptr Input[4]
60 movl 4(%esp), %ecx # dword ptr Input[0]
/device/linaro/bootloader/edk2/NetworkPkg/IpSecDxe/
DIpSecDriver.c233 if (UdpSrv->Input != NULL && ControllerHandle == UdpSrv->Input->UdpHandle) { in IpSecStop()
234 UdpIoFreeIo (UdpSrv->Input); in IpSecStop()
235 UdpSrv->Input = NULL; in IpSecStop()
243 if (UdpSrv->Input == NULL && UdpSrv->Output == NULL) { in IpSecStop()
260 if (UdpSrv->Input != NULL && ControllerHandle == UdpSrv->Input->UdpHandle) { in IpSecStop()
261 UdpIoFreeIo (UdpSrv->Input); in IpSecStop()
262 UdpSrv->Input = NULL; in IpSecStop()
270 if (UdpSrv->Input == NULL && UdpSrv->Output == NULL) { in IpSecStop()
DIkeService.c397 Udp4Srv->Input = UdpIoCreateIo ( in IkeOpenInputUdp4()
405 if (Udp4Srv->Input == NULL) { in IkeOpenInputUdp4()
425 UdpIoRecvDatagram (Udp4Srv->Input, IkeDispatch, Udp4Srv, 0); in IkeOpenInputUdp4()
467 Udp6Srv->Input = UdpIoCreateIo ( in IkeOpenInputUdp6()
475 if (Udp6Srv->Input == NULL) { in IkeOpenInputUdp6()
495 UdpIoRecvDatagram (Udp6Srv->Input, IkeDispatch, Udp6Srv, 0); in IkeOpenInputUdp6()
703 UdpIoRecvDatagram (UdpService->Input, IkeDispatch, UdpService, 0); in IkeDispatch()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/TerminalDxe/
DTerminalDxe.uni2 // Terminal module installs Simple Text Input(ex)/Out protocols for serial devices.
4 // This module will install Simple Text Input (Ex) protocol and Simple Test Output
20 #string STR_MODULE_ABSTRACT #language en-US "Terminal module installs Simple Text Input
22 #string STR_MODULE_DESCRIPTION #language en-US "This module will install Simple Text Input
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
DUsbKbDxe.uni2 // USB Keyboard Driver that manages USB keyboard and produces Simple Text Input(Ex) Protocol.
5 // Simple Text Input Protocol and Simple Text Input Ex Protocol on USB keyboard devices.
28 …RACT #language en-US "Manages USB keyboard and produces Simple Text Input(Ex) Protocol"
30 …otocol and Device Path Protocol, and produces Simple Text Input Protocol and Simple Text Input Ex …
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/PwdCredentialProviderDxe/
DPwdCredentialProviderStrings.uni24 #string STR_INPUT_PASSWORD #language en-US "Please Input Password"
25 #language fr-FR "Please Input Password(French)"
30 #string STR_INPUT_PASSWORD_AGAIN #language en-US "Input Password Again"
31 … #language fr-FR "Input Password Again (French)"
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DBuildEngine.py86 def AddInput(self, Input): argument
87 if Input not in self.Inputs:
88 self.Inputs.append(Input)
113 def __init__(self, Type, Input, Output, Command, ExtraDependency=None): argument
115 if not Input:
116 Input = []
165 for File in Input:
286 for Input in TargetDesc.Inputs:
287 if Input.Ext not in BuildRuleOrder or BuildRuleOrder.index(Input.Ext) > Index:
441 Input = self._RuleInfo[Family, self._InputFile]
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/OrderedCollectionTest/
DOrderedCollectionTest.c47 static FILE *Input, *Output; variable
514 Input = stdin; in SetupInputOutput()
516 Input = fopen (InputName, "r"); in SetupInputOutput()
517 if (Input == NULL) { in SetupInputOutput()
566 while (fgets (Line, sizeof Line, Input) != NULL) { in main()
590 if (Input != stdin) { in main()
647 if (RetVal == EXIT_SUCCESS && ferror (Input)) { in main()
/device/linaro/bootloader/edk2/CryptoPkg/Include/Library/
DBaseCryptLib.h1060 IN CONST UINT8 *Input,
1095 IN CONST UINT8 *Input,
1133 IN CONST UINT8 *Input,
1172 IN CONST UINT8 *Input,
1253 IN CONST UINT8 *Input,
1288 IN CONST UINT8 *Input,
1326 IN CONST UINT8 *Input,
1365 IN CONST UINT8 *Input,
1442 IN CONST UINT8 *Input,
1474 IN UINT8 *Input,
/device/linaro/bootloader/edk2/BaseTools/Source/C/GenBootSector/
DGenBootSector.c113 BOOL Input; member
349 if (!PathInfo->Input && (PathInfo->Type == PathUsb)) { in GetBootSectorOffset()
380 if (PathInfo->Input || PathInfo->Type != PathFile) { in GetFileHandle()
606 if (!PathInfo->Input && (DriveInfo.DriveType->Type == DRIVE_FIXED)) { in GetPathInfo()
625 if (PathInfo->Input) { in GetPathInfo()
685 InputPathInfo.Input = TRUE; in main()
700 OutputPathInfo.Input = FALSE; in main()
/device/linaro/bootloader/edk2/BaseTools/Source/C/GnuGenBootSector/
DGnuGenBootSector.c91 BOOLEAN Input; member
161 if (PathInfo->Input) { in GetPathInfo()
341 InputPathInfo.Input = TRUE; in main()
356 OutputPathInfo.Input = FALSE; in main()

12345