Skip to content
Snippets Groups Projects
  1. Sep 13, 2008
  2. May 18, 2006
  3. Apr 26, 2006
    • Niels Möller's avatar
      * x86/aes-decrypt-internal.asm: Use ALIGN. · 4eeb2497
      Niels Möller authored
      * x86/aes-encrypt-internal.asm: Likewise.
      * x86/arcfour-crypt.asm: Likewise.
      * x86/md5-compress.asm: Likewise.
      * x86/sha1-compress.asm: Likewise.
      
      Rev: src/nettle/x86/aes-decrypt-internal.asm:1.3
      Rev: src/nettle/x86/aes-encrypt-internal.asm:1.4
      Rev: src/nettle/x86/arcfour-crypt.asm:1.15
      Rev: src/nettle/x86/md5-compress.asm:1.6
      Rev: src/nettle/x86/sha1-compress.asm:1.13
      4eeb2497
  4. Oct 17, 2005
  5. Oct 16, 2005
  6. Oct 14, 2005
  7. Oct 13, 2005
  8. Oct 12, 2005
  9. Oct 11, 2005
  10. Oct 05, 2005
  11. Oct 03, 2005
    • Niels Möller's avatar
      (OFFSET): New macro. · 49e411a4
      Niels Möller authored
      (F3): Eliminated a movl.
      (ROUNd): New argument, for k. When using F3, it's TMP3, on the
      stack, otherwise, it is kept in TMP2, a register.
      
      Rev: src/nettle/x86/sha1-compress.asm:1.9
      49e411a4
  12. Oct 02, 2005
  13. Sep 28, 2005
  14. Nov 17, 2004
    • Niels Möller's avatar
      * x86/sha1-compress.asm: Use C_NAME for global symbols. · 51838634
      Niels Möller authored
      * x86/aes-encrypt.asm: Likewise.
      * x86/aes-decrypt.asm: Likewise.
      * x86/arcfour-crypt.asm: Likewise.
      
      Rev: src/nettle/x86/aes-decrypt.asm:1.20
      Rev: src/nettle/x86/aes-encrypt.asm:1.21
      Rev: src/nettle/x86/arcfour-crypt.asm:1.12
      Rev: src/nettle/x86/sha1-compress.asm:1.6
      51838634
  15. Oct 26, 2004
  16. Oct 24, 2004
    • Niels Möller's avatar
      Reverted the latest two changes; update · 280e0fda
      Niels Möller authored
      bost src and dst pointers in the loop, and use plain addb when
      updating j. These two previous changes slowed the code down on AMD
      Duron.
      
      Rev: src/nettle/x86/arcfour-crypt.asm:1.10
      280e0fda
  17. Oct 20, 2004
  18. Oct 18, 2004
  19. Feb 07, 2004
  20. Feb 06, 2004
Loading