1. 22 1月, 2015 1 次提交
  2. 08 12月, 2014 2 次提交
  3. 09 7月, 2014 1 次提交
  4. 14 10月, 2013 1 次提交
  5. 14 4月, 2013 1 次提交
    • A
      crypto/modes/modes_lcl.h: let STRICT_ALIGNMENT be on ARMv7. · 3bdd8052
      Andy Polyakov 提交于
      While ARMv7 in general is capable of unaligned access, not all instructions
      actually are. And trouble is that compiler doesn't seem to differentiate
      those capable and incapable of unaligned access. Side effect is that kernel
      goes into endless loop retrying same instruction triggering unaligned trap.
      Problem was observed in xts128.c and ccm128.c modules. It's possible to
      resolve it by using (volatile u32*) casts, but letting STRICT_ALIGNMENT
      be feels more appropriate.
      3bdd8052
  6. 05 11月, 2012 1 次提交
  7. 01 4月, 2012 1 次提交
  8. 15 1月, 2012 1 次提交
  9. 18 4月, 2011 1 次提交
  10. 13 4月, 2011 1 次提交
  11. 02 4月, 2011 1 次提交
  12. 20 2月, 2011 1 次提交
  13. 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