Home
last modified time | relevance | path

Searched defs:Process (Results 1 – 5 of 5) 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.py94Process = subprocess.Popen('%s version' % (OpenSslCommand), stdout=subprocess.PIPE, stderr=subproc… variable
150Process = subprocess.Popen('%s rsa -in "%s" -modulus -noout' % (OpenSslCommand, args.PrivateKeyFil… variable
163Process = subprocess.Popen('%s sha256 -sign "%s"' % (OpenSslCommand, args.PrivateKeyFileName), std… variable
207Process = subprocess.Popen('%s sha256 -prverify "%s" -signature %s' % (OpenSslCommand, args.Privat… variable
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DIpSec.h104 EFI_IPSEC_PROCESS Process; ///< Handle the IPsec message. member
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/PlatformIntelBdsLib/
DIntelBdsPlatform.c228 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