Home GnuPG

Enable VIA Padlock on x86_64 platforms
baf0dc7e9c26Unpublished

Unpublished Commit · Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.

Description

Enable VIA Padlock on x86_64 platforms

  • cipher/rijndael.c: Duplicate x86 assembly and convert to x86_64.
  • random/rndhw.c: Likewise.
  • src/hwfeatures.c: Likewise. --

Changes made to the x86 assembly:

  • *l -> *q (long -> quad)
  • e registers -> r registers (use widest registers available)
  • don't mess with ebx GOT register

Tested with make check on VIA Nano X2 L4350

  • Signed-off-by: Rafaël Carré <funman@videolan.org>

Details

Provenance
Rafaël Carré <funman@videolan.org>Authored on Apr 20 2012, 7:52 PM
wernerCommitted on Jun 21 2012, 10:36 AM
Parents
rC39c123b729a4: Add curve aliases from RFC-5656.
Branches
Unknown
Tags
Unknown

Event Timeline

Werner Koch <wk@gnupg.org> committed rCbaf0dc7e9c26: Enable VIA Padlock on x86_64 platforms (authored by Rafaël Carré <funman@videolan.org>).Jun 21 2012, 10:36 AM