git: crypto - Update crypto for AES XTS and CTR
    Alex Hornung 
    alexh at crater.dragonflybsd.org
       
    Sat Aug 21 06:29:31 PDT 2010
    
    
  
commit da41e4e5bd39d3b1ea3e536618fe9d062e0eeabd
Author: Alex Hornung <ahornung at gmail.com>
Date:   Sat Aug 21 11:51:38 2010 +0100
    crypto - Update crypto for AES XTS and CTR
    
    * Sync a bit up with OpenBSD, adding 'reinit' and 'ivsize' to the xform
      structure.
    
    * Add support for AES-XTS and AES-CTR.
    
    Obtained-from: OpenBSD
Summary of changes:
 sys/opencrypto/cryptodev.c  |    6 +
 sys/opencrypto/cryptodev.h  |    8 ++-
 sys/opencrypto/cryptosoft.c |   76 ++++++++++++--
 sys/opencrypto/xform.c      |  234 ++++++++++++++++++++++++++++++++++++++++---
 sys/opencrypto/xform.h      |    5 +-
 5 files changed, 302 insertions(+), 27 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/da41e4e5bd39d3b1ea3e536618fe9d062e0eeabd
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list