]> git.proxmox.com Git - mirror_edk2.git/commit
Though the comment of RandomSeed() states it should return FALSE if there is not...
authortye1 <tye1@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 29 May 2013 05:30:13 +0000 (05:30 +0000)
committertye1 <tye1@6f19259b-4bc3-4df7-8a09-765794883524>
Wed, 29 May 2013 05:30:13 +0000 (05:30 +0000)
commitb3a18a1a1770316bfabbc29a44586db24c8c9076
tree7832680d61b7ea5c10f4379d940b30457808b4b4
parente8dc04b7433a6d61311ca07be848dcda78395f3f
Though the comment of RandomSeed() states it should return FALSE if there is not enough entropy for random generation, the function always returns TRUE. This commit checks the status of pseudorandom number generator to match the comment.

Contributed-under: TianoCore Contribution Agreement 1.0

Signed-off-by: Gary Ching-Pang Lin <glin@suse.com>
Reviewed-by: Long Qin <qin.long@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@14392 6f19259b-4bc3-4df7-8a09-765794883524
CryptoPkg/Library/BaseCryptLib/Rand/CryptRand.c
CryptoPkg/Library/BaseCryptLib/Rand/CryptRandItc.c
CryptoPkg/Library/BaseCryptLib/Rand/CryptRandTsc.c