Home
last modified time | relevance | path

Searched defs:Process (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Rsa2048Sha256Sign/
DRsa2048Sha256GenerateKeys.py74Process = subprocess.Popen('%s version' % (OpenSslCommand), stdout=subprocess.PIPE, stderr=subproc… variable
101Process = subprocess.Popen('%s genrsa -out %s 2048' % (OpenSslCommand, Item.name), stdout=subproce… variable
123Process = subprocess.Popen('%s rsa -in %s -modulus -noout' % (OpenSslCommand, Item), stdout=subpro… variable
135Process = subprocess.Popen('%s dgst -sha256 -binary' % (OpenSslCommand), stdin=subprocess.PIPE, st… variable
DRsa2048Sha256Sign.py95Process = subprocess.Popen('%s version' % (OpenSslCommand), stdout=subprocess.PIPE, stderr=subproc… variable
151Process = subprocess.Popen('%s rsa -in "%s" -modulus -noout' % (OpenSslCommand, args.PrivateKeyFil… variable
177Process = subprocess.Popen('%s sha256 -sign "%s"' % (OpenSslCommand, args.PrivateKeyFileName), std… variable
226Process = subprocess.Popen('%s sha256 -prverify "%s" -signature %s' % (OpenSslCommand, args.Privat… variable
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Pkcs7Sign/
DPkcs7Sign.py112Process = subprocess.Popen('%s version' % (OpenSslCommand), stdout=subprocess.PIPE, stderr=subproc… variable
206Process = subprocess.Popen('%s smime -sign -binary -signer "%s" -outform DER -md sha256 -certfile … variable
275Process = subprocess.Popen('%s smime -verify -inform DER -content %s -CAfile %s' % (OpenSslCommand… variable
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DIpSec.h104 EFI_IPSEC_PROCESS Process; ///< Handle the IPsec message. member
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/PlatformIntelBdsLib/
DIntelBdsPlatform.c216 IN CALLBACK_FUNCTION Process in FilterAndProcess()
/device/linaro/bootloader/edk2/ArmPkg/Library/PlatformBootManagerLib/
DPlatformBm.c179 IN CALLBACK_FUNCTION Process in FilterAndProcess()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Library/PlatformBootManagerLib/
DPlatformBm.c182 IN CALLBACK_FUNCTION Process in FilterAndProcess()
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformBootManagerLib/
DPlatformBm.c180 IN CALLBACK_FUNCTION Process in FilterAndProcess()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_multiprocessing.py1889 Process = multiprocessing.Process variable in ProcessesMixin
1903 Process = multiprocessing.Process variable in ManagerMixin
1917 Process = multiprocessing.dummy.Process variable in ThreadsMixin