Skip to content
Snippets Groups Projects
  1. May 05, 2009
  2. Mar 07, 2009
  3. Mar 06, 2009
    • Niels Möller's avatar
      * x86_64/aes.m4 (MOVE_HREG): Deleted, no longer needed. · 4e764ed6
      Niels Möller authored
      (AES_STORE): Reduced offsets.
      (AES_ROUND): Use HREG directly, not MOVE_HREG.
      
      Rev: nettle/x86_64/aes.m4:1.7
      4e764ed6
    • Niels Möller's avatar
      * x86_64/aes-decrypt-internal.asm: Rearrange register allocation. · eb5cf951
      Niels Möller authored
      Put SA--SD in %eax--%edx, so the second byte can be accessed as
      %ah-%dh. TD is not needed, SD can be reused. Use the register that
      is saved for the outer loop counter, getting it off the stack.
      * x86_64/aes-encrypt-internal.asm: Likewise.
      
      * x86_64/aes.m4 (HREG, MOVE_HREG): New macros.
      (XREG): Fixed bug in handling of %r8 and %r9.
      (AES_ROUND): Use MOVE_HREG.
      
      Rev: nettle/x86_64/aes-decrypt-internal.asm:1.2
      Rev: nettle/x86_64/aes-encrypt-internal.asm:1.9
      Rev: nettle/x86_64/aes.m4:1.6
      eb5cf951
  4. Sep 14, 2008
  5. Sep 13, 2008
  6. Oct 16, 2005
  7. Oct 14, 2005
  8. Oct 12, 2005
  9. May 15, 2002
  10. May 14, 2002
  11. May 07, 2002
    • Niels Möller's avatar
      * x86/machine.m4: New file (empty). · be3e8011
      Niels Möller authored
      * Makefile.am (%.asm): Added asm.m4, machine.m4 and config.m4 to
      the m4 command line.
      (libnettle_a_SOURCES): Added aes-encrypt-table.c.
      
      Rev: src/nettle/x86/machine.m4:1.1
      be3e8011
  12. Feb 15, 2002
Loading