/device/linaro/bootloader/edk2/MdePkg/Library/BaseRngLib/ |
D | BaseRng.c | 74 OUT UINT16 *Rand in GetRandomNumber16() argument 79 ASSERT (Rand != NULL); in GetRandomNumber16() 85 if (AsmRdRand16 (Rand)) { in GetRandomNumber16() 107 OUT UINT32 *Rand in GetRandomNumber32() argument 112 ASSERT (Rand != NULL); in GetRandomNumber32() 118 if (AsmRdRand32 (Rand)) { in GetRandomNumber32() 140 OUT UINT64 *Rand in GetRandomNumber64() argument 145 ASSERT (Rand != NULL); in GetRandomNumber64() 151 if (AsmRdRand64 (Rand)) { in GetRandomNumber64() 173 OUT UINT64 *Rand in GetRandomNumber128() argument [all …]
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/ |
D | X86RdRand.c | 32 OUT UINT16 *Rand in AsmRdRand16() argument 35 ASSERT (Rand != NULL); in AsmRdRand16() 36 return InternalX86RdRand16 (Rand); in AsmRdRand16() 53 OUT UINT32 *Rand in AsmRdRand32() argument 56 ASSERT (Rand != NULL); in AsmRdRand32() 57 return InternalX86RdRand32 (Rand); in AsmRdRand32() 74 OUT UINT64 *Rand in AsmRdRand64() argument 77 ASSERT (Rand != NULL); in AsmRdRand64() 78 return InternalX86RdRand64 (Rand); in AsmRdRand64()
|
D | BaseLibInternals.h | 743 OUT UINT16 *Rand 758 OUT UINT32 *Rand 774 OUT UINT64 *Rand
|
/device/linaro/bootloader/edk2/SecurityPkg/Application/RngTest/ |
D | RngTest.c | 47 UINT8 *Rand; in UefiMain() local 54 Rand = NULL; in UefiMain() 105 Rand = AllocatePool (RandSize); in UefiMain() 106 if (Rand == NULL) { in UefiMain() 114 Status = Rng->GetRNG (Rng, NULL, RandSize, Rand); in UefiMain() 125 Status = Rng->GetRNG (Rng, &gEfiRngAlgorithmSp80090Hmac256Guid, RandSize, Rand); in UefiMain() 136 Status = Rng->GetRNG (Rng, &gEfiRngAlgorithmSp80090Hash256Guid, RandSize, Rand); in UefiMain() 147 Status = Rng->GetRNG (Rng, &gEfiRngAlgorithmSp80090Ctr256Guid, RandSize, Rand); in UefiMain() 158 Status = Rng->GetRNG (Rng, &gEfiRngAlgorithmX9313DesGuid, RandSize, Rand); in UefiMain() 169 Status = Rng->GetRNG (Rng, &gEfiRngAlgorithmX931AesGuid, RandSize, Rand); in UefiMain() [all …]
|
/device/linaro/bootloader/edk2/MdePkg/Include/Library/ |
D | RngLib.h | 32 OUT UINT16 *Rand 49 OUT UINT32 *Rand 66 OUT UINT64 *Rand 83 OUT UINT64 *Rand
|
D | BaseLib.h | 7802 OUT UINT16 *Rand 7819 OUT UINT32 *Rand 7836 OUT UINT64 *Rand
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ia32/ |
D | RdRand.asm | 31 ; Return TRUE if Rand generated successfully, or FALSE if not. 33 ; BOOLEAN EFIAPI InternalX86RdRand16 (UINT16 *Rand); 51 ; Return TRUE if Rand generated successfully, or FALSE if not. 53 ; BOOLEAN EFIAPI InternalX86RdRand32 (UINT32 *Rand); 71 ; Return TRUE if Rand generated successfully, or FALSE if not. 73 ; BOOLEAN EFIAPI InternalX86RdRand64 (UINT64 *Rand);
|
D | RdRand.nasm | 28 ; Return TRUE if Rand generated successfully, or FALSE if not. 30 ; BOOLEAN EFIAPI InternalX86RdRand16 (UINT16 *Rand); 48 ; Return TRUE if Rand generated successfully, or FALSE if not. 50 ; BOOLEAN EFIAPI InternalX86RdRand32 (UINT32 *Rand); 68 ; Return TRUE if Rand generated successfully, or FALSE if not. 70 ; BOOLEAN EFIAPI InternalX86RdRand64 (UINT64 *Rand);
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/X64/ |
D | RdRand.asm | 28 ; Return TRUE if Rand generated successfully, or FALSE if not. 30 ; BOOLEAN EFIAPI InternalX86RdRand16 (UINT16 *Rand); 47 ; Return TRUE if Rand generated successfully, or FALSE if not. 49 ; BOOLEAN EFIAPI InternalX86RdRand32 (UINT32 *Rand); 66 ; Return TRUE if Rand generated successfully, or FALSE if not.
|
D | RdRand.nasm | 29 ; Return TRUE if Rand generated successfully, or FALSE if not. 31 ; BOOLEAN EFIAPI InternalX86RdRand16 (UINT16 *Rand); 48 ; Return TRUE if Rand generated successfully, or FALSE if not. 50 ; BOOLEAN EFIAPI InternalX86RdRand32 (UINT32 *Rand); 67 ; Return TRUE if Rand generated successfully, or FALSE if not.
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/ |
D | SmmCryptLib.inf | 69 Rand/CryptRandTsc.c 72 Rand/CryptRandTsc.c 75 Rand/CryptRandItc.c 78 Rand/CryptRand.c 81 Rand/CryptRand.c
|
D | RuntimeCryptLib.inf | 69 Rand/CryptRandTsc.c 72 Rand/CryptRandTsc.c 75 Rand/CryptRandItc.c 78 Rand/CryptRand.c 81 Rand/CryptRand.c
|
D | BaseCryptLib.inf | 64 Rand/CryptRandTsc.c 67 Rand/CryptRandTsc.c 70 Rand/CryptRandItc.c 73 Rand/CryptRand.c 76 Rand/CryptRand.c
|
D | PeiCryptLib.inf | 67 Rand/CryptRandNull.c
|
/device/linaro/bootloader/edk2/StdLib/LibC/StdLib/ |
D | StdLib.inf | 34 Rand.c
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/IScsiDxe/ |
D | IScsiMisc.h | 200 IN OUT UINT8 *Rand,
|
D | IScsiMisc.c | 499 IN OUT UINT8 *Rand, in IScsiGenRandom() argument 507 *Rand++ = (UINT8) (Random); in IScsiGenRandom()
|
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/ |
D | IScsiMisc.h | 207 IN OUT UINT8 *Rand,
|
D | IScsiMisc.c | 454 IN OUT UINT8 *Rand, in IScsiGenRandom() argument 462 *Rand++ = (UINT8) (Random); in IScsiGenRandom()
|
/device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLibRuntimeCryptProtocol/ |
D | BaseCryptLibRuntimeCryptProtocol.inf | 57 Rand/CryptRandNull.c
|