1. 05 5月, 2010 1 次提交
    • A
      "Jumbo" update for crypto/modes: · f472ec8c
      Andy Polyakov 提交于
      - introduce common modes_lcl.h;
      - ctr128.c: implement additional CRYPTO_ctr128_encrypt_ctr32 interface;
      - gcm128.c: add omitted ARM initialization, remove ctx.ctr;
      f472ec8c
  2. 04 5月, 2010 1 次提交
  3. 01 5月, 2010 1 次提交
  4. 29 4月, 2010 1 次提交
  5. 23 4月, 2010 1 次提交
  6. 15 4月, 2010 1 次提交
  7. 14 4月, 2010 1 次提交
  8. 10 4月, 2010 4 次提交
  9. 23 3月, 2010 1 次提交
  10. 16 3月, 2010 1 次提交
  11. 12 3月, 2010 1 次提交
  12. 10 3月, 2010 1 次提交
  13. 09 3月, 2010 1 次提交
  14. 03 3月, 2010 1 次提交
  15. 16 2月, 2010 1 次提交
    • D
      PR: 2164 · 918a5d04
      Dr. Stephen Henson 提交于
      Submitted by: "Noszticzius, Istvan" <inoszticzius@rightnow.com>
      
      Don't clear the output buffer: ciphers should correctly the same input
      and output buffers.
      918a5d04
  16. 29 12月, 2008 2 次提交
  17. 27 12月, 2008 1 次提交
  18. 23 12月, 2008 1 次提交
  19. 16 12月, 2008 1 次提交
    • A
      128-bit block cipher modes consolidation. As consolidated functions · 85b2c0ce
      Andy Polyakov 提交于
      rely on indirect call to block functions, they are not as fast as
      non-consolidated routines. However, performance loss(*) is within
      measurement error and consolidation advantages are considered to
      outweigh it.
      
      (*) actually one can observe performance *improvement* on e.g.
          CBC benchmarks thanks to optimization, which also becomes
          shared among ciphers.
      85b2c0ce