Home
last modified time | relevance | path

Searched refs:algorithm (Results 1 – 25 of 62) sorted by relevance

123

/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/BaseUefiTianoCustomDecompressLib/
DBaseUefiTianoDecompressLib.uni2 // This library instance produces UefiDecompressLib and Tiano Custom decompression algorithm.
4 // Tiano custom decompression algorithm shares most of code with Uefi Decompress algorithm.
18 …T #language en-US "Produces UefiDecompressLib and Tiano Custom decompression algorithm"
20 …anguage en-US "Tiano custom decompression algorithm shares most of the code with the UEFI Decompre…
DBaseUefiTianoCustomDecompressLib.inf2 # This library instance produces UefiDecompressLib and Tiano Custom decompression algorithm.
3 # Tiano custom decompression algorithm shares most of code with Uefi Decompress algorithm.
47 …oCustomDecompressGuid ## PRODUCES ## UNDEFINED # specifies tiano custom decompress algorithm.
/device/linaro/bootloader/edk2/SecurityPkg/Application/RngTest/
DRngTest.inf4 # This application can print out the supported RNG algorithm in UEFI RNG Protocol.
5 # And then it will do a generation test on the supported RNG algorithm.
49 …mSp80090Hash256Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID of the algorithm for RNG
50 …mSp80090Hmac256Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID of the algorithm for RNG
51 …mSp80090Ctr256Guid ## SOMETIMES_CONSUMES ## GUID # Unique ID of the algorithm for RNG
52 …mX9313DesGuid ## SOMETIMES_CONSUMES ## GUID # Unique ID of the algorithm for RNG
53 …mX931AesGuid ## SOMETIMES_CONSUMES ## GUID # Unique ID of the algorithm for RNG
54 …mRaw ## SOMETIMES_CONSUMES ## GUID # Unique ID of the algorithm for RNG
DRngTest.uni4 // This application can print out the supported RNG algorithm in UEFI RNG Protocol.
5 // And then it will do a generation test on the supported RNG algorithm.
22 …int out the supported RNG algorithm in UEFI RNG Protocol. And then it will do a generation test on…
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_hashlib.py54 for algorithm in self.supported_hash_names:
55 algorithms.add(algorithm.lower())
57 for algorithm in algorithms:
58 self.constructors_to_test[algorithm] = set()
62 for algorithm, constructors in self.constructors_to_test.items():
63 constructors.add(getattr(hashlib, algorithm))
64 def _test_algorithm_via_hashlib_new(data=None, _alg=algorithm):
76 for algorithm, constructors in self.constructors_to_test.items():
77 constructor = getattr(_hashlib, 'openssl_'+algorithm, None)
/device/linaro/bootloader/edk2/SecurityPkg/Library/Tpm2CommandLib/
DTpm2Session.c104 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16 (Symmetric->algorithm)); in Tpm2StartAuthSession()
106 switch (Symmetric->algorithm) { in Tpm2StartAuthSession()
133 … DEBUG ((EFI_D_ERROR, "Tpm2StartAuthSession - Symmetric->algorithm - %x\n", Symmetric->algorithm)); in Tpm2StartAuthSession()
DTpm2Capability.c572 WriteUnaligned16 ((UINT16 *)Buffer, SwapBytes16 (Parameters->parameters.symDetail.algorithm)); in Tpm2TestParms()
574 switch (Parameters->parameters.symDetail.algorithm) { in Tpm2TestParms()
598 …Unaligned16 ((UINT16 *)Buffer, SwapBytes16 (Parameters->parameters.rsaDetail.symmetric.algorithm)); in Tpm2TestParms()
600 switch (Parameters->parameters.rsaDetail.symmetric.algorithm) { in Tpm2TestParms()
646 …Unaligned16 ((UINT16 *)Buffer, SwapBytes16 (Parameters->parameters.eccDetail.symmetric.algorithm)); in Tpm2TestParms()
648 switch (Parameters->parameters.eccDetail.symmetric.algorithm) { in Tpm2TestParms()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/
DLzmaDecompressLib.uni2 // LzmaCustomDecompressLib produces LZMA custom decompression algorithm.
20 … #language en-US "LzmaCustomDecompressLib produces LZMA custom decompression algorithm"
DLzmaArchDecompressLib.uni2 // LzmaArchCustomDecompressLib produces LZMA custom decompression algorithm with the converter for …
20 …e en-US "LzmaArchCustomDecompressLib produces LZMA custom decompression algorithm with the convert…
DLzmaCustomDecompressLib.inf2 # LzmaCustomDecompressLib produces LZMA custom decompression algorithm.
55 gLzmaCustomDecompressGuid ## PRODUCES ## UNDEFINED # specifies LZMA custom decompress algorithm.
DLzmaArchCustomDecompressLib.inf2 # LzmaArchCustomDecompressLib produces LZMA custom decompression algorithm with the converter for …
59 …gLzmaF86CustomDecompressGuid ## PRODUCES ## GUID # specifies LZMA custom decompress algorithm
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/
DLzmaDecompressLib.uni2 // LzmaCustomDecompressLib produces LZMA custom decompression algorithm.
20 … #language en-US "LzmaCustomDecompressLib produces LZMA custom decompression algorithm"
DLzmaArchDecompressLib.uni2 // LzmaArchCustomDecompressLib produces LZMA custom decompression algorithm with the converter for …
20 …e en-US "LzmaArchCustomDecompressLib produces LZMA custom decompression algorithm with the convert…
DLzmaCustomDecompressLib.inf2 # LzmaCustomDecompressLib produces LZMA custom decompression algorithm.
55 gLzmaCustomDecompressGuid ## PRODUCES ## UNDEFINED # specifies LZMA custom decompress algorithm.
DLzmaArchCustomDecompressLib.inf2 # LzmaArchCustomDecompressLib produces LZMA custom decompression algorithm with the converter for …
59 …gLzmaF86CustomDecompressGuid ## PRODUCES ## GUID # specifies LZMA custom decompress algorithm
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
DINDEX7 algorithm.txt description of the (de)compression algorithm
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/LzmaHobCustomDecompressLib/
DLzmaHobCustomDecompressLib.inf2 # LzmaCustomDecompressLib produces LZMA custom decompression algorithm.
44 gLzmaCustomDecompressGuid ## PRODUCED ## GUID specifies LZMA custom decompress algorithm.
/device/linaro/bootloader/edk2/SecurityPkg/RandomNumberGenerator/RngDxe/
DRngDxe.inf59 …thmSp80090Ctr256Guid ## SOMETIMES_PRODUCES ## GUID # Unique ID of the algorithm for RNG
60 …thmRaw ## SOMETIMES_PRODUCES ## GUID # Unique ID of the algorithm for RNG
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dns_print.c468 u_int keyflags, protocol, algorithm; in ns_sprintrrf() local
478 algorithm = *rdata++; in ns_sprintrrf()
480 (unsigned int)keyflags, (unsigned int)protocol, (unsigned int)algorithm)); in ns_sprintrrf()
506 u_int type, algorithm, labels, footprint; in ns_sprintrrf() local
516 algorithm = *rdata++; in ns_sprintrrf()
520 p_type((int)type), (int)algorithm, (unsigned long)t)); in ns_sprintrrf()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/DxeIplPeim/Ia32/
DIdtVectorAsm.asm61 ; The follow algorithm is used for the common interrupt routine.
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/
DPlatDriOverrideDxe.uni9 // platform override protocol to override the default algorithm for matching
37 …to let users configure PlatformOverrideProtocol to override the default algorithm for matching dri…
/device/linaro/bootloader/edk2/NetworkPkg/Application/IpsecConfig/
DIpSecConfigStrings.uni90 … " --auth-algo (NONE|SHA1HMAC) optional authentication algorithm\n"
91 … " --encrypt-algo(NONE|DESCBC|3DESCBC)optional encryption algorithm\n"
103 … " --auth-algo (NONE|SHA1HMAC) required for AH. authentication algorithm\n"
105 … " --encrypt-algo (NONE|DESCBC|3DESCBC) required for ESP. encryption algorithm\n"
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib2.py986 algorithm = chal.get('algorithm', 'MD5')
993 H, KD = self.get_algorithm_impls(algorithm)
1037 base += ', algorithm="%s"' % algorithm
1042 def get_algorithm_impls(self, algorithm): argument
1044 algorithm = algorithm.upper()
1046 if algorithm == 'MD5':
1048 elif algorithm == 'SHA':
/device/linaro/bootloader/edk2/SecurityPkg/Library/PeiRsa2048Sha256GuidedSectionExtractLib/
DPeiRsa2048Sha256GuidedSectionExtractLib.inf56 …048Sha256Guid ## PRODUCES ## UNDEFINED # Specifies RSA 2048 SHA 256 authentication algorithm.
/device/linaro/bootloader/edk2/SecurityPkg/Library/DxeRsa2048Sha256GuidedSectionExtractLib/
DDxeRsa2048Sha256GuidedSectionExtractLib.inf60 …8Sha256Guid ## PRODUCES ## UNDEFINED # Specifies RSA 2048 SHA 256 authentication algorithm.

123