commit | 6d3ddef1d05cc2dcf7c35f16d15896a164d14290 | [log] [tgz] |
---|---|---|
author | Szymon Janc <ext.szymon.janc@tieto.com> | Wed Jun 08 09:42:28 2016 +0200 |
committer | Szymon Janc <ext.szymon.janc@tieto.com> | Wed Jun 08 10:23:22 2016 +0200 |
tree | 732d1d205b20b18ddbd70b9402341baf16854fc6 | |
parent | c6fdf09340bab79ccf8b3c5c7bb5403d2697fb54 [diff] |
Bluetooth: Fix using uninitialized PRNG PRNG needs to be initialized right at the begining so that it is safe to use it from initialization sequence. This fix a race when ECC emulation code was using uninitiliazed PRNG for public key generation. Change-Id: Ia396f964b915368cee39ea6be998ef5774062591 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>