Searched defs:Process (Results 1 – 5 of 5) sorted by relevance
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/Rsa2048Sha256Sign/ |
| D | Rsa2048Sha256GenerateKeys.py | 74 …Process = subprocess.Popen('%s version' % (OpenSslCommand), stdout=subprocess.PIPE, stderr=subproc… variable 101 …Process = subprocess.Popen('%s genrsa -out %s 2048' % (OpenSslCommand, Item.name), stdout=subproce… variable 123 …Process = subprocess.Popen('%s rsa -in %s -modulus -noout' % (OpenSslCommand, Item), stdout=subpro… variable 135 …Process = subprocess.Popen('%s dgst -sha256 -binary' % (OpenSslCommand), stdin=subprocess.PIPE, st… variable
|
| D | Rsa2048Sha256Sign.py | 94 …Process = subprocess.Popen('%s version' % (OpenSslCommand), stdout=subprocess.PIPE, stderr=subproc… variable 150 …Process = subprocess.Popen('%s rsa -in "%s" -modulus -noout' % (OpenSslCommand, args.PrivateKeyFil… variable 163 …Process = subprocess.Popen('%s sha256 -sign "%s"' % (OpenSslCommand, args.PrivateKeyFileName), std… variable 207 …Process = subprocess.Popen('%s sha256 -prverify "%s" -signature %s' % (OpenSslCommand, args.Privat… variable
|
| /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
| D | IpSec.h | 104 EFI_IPSEC_PROCESS Process; ///< Handle the IPsec message. member
|
| /device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformIntelBdsLib/ |
| D | IntelBdsPlatform.c | 228 IN CALLBACK_FUNCTION Process in FilterAndProcess()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| D | test_multiprocessing.py | 1889 Process = multiprocessing.Process variable in ProcessesMixin 1903 Process = multiprocessing.Process variable in ManagerMixin 1917 Process = multiprocessing.dummy.Process variable in ThreadsMixin
|