| 7677fc11 | 19-Jun-2011 |
Alex Hornung <ahornung@gmail.com> |
padlock - Shuffle around, add rng x86_64 support
* Move the config to the platform dependent conf/files, as the assembly is platform dependent, and so is padlock in general.
* Add a preliminar
padlock - Shuffle around, add rng x86_64 support
* Move the config to the platform dependent conf/files, as the assembly is platform dependent, and so is padlock in general.
* Add a preliminary rng_harvest_x86_64.S, but as there is no padlock documentation for x86_64, the implementation could be wrong.
show more ...
|
| 536ab87d | 19-Jun-2011 |
Alex Hornung <ahornung@gmail.com> |
padlock - fix bug in rng
* The xstore-rng instruction increments the buffer pointer in edi automatically, so we shouldn't increment it manually, too. |