Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Aug 2006 19:09:12 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/geom/eli g_eli.c g_eli.h
Message-ID:  <200608111909.k7BJ9Ccd008056@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2006-08-11 19:09:12 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/eli         g_eli.c g_eli.h 
  Log:
  Before using byte offset for IV creation, covert it to little endian.
  This way one will be able to use provider encrypted on eg. i386 on
  eg. sparc64. This doesn't really buy us much today, because UFS isn't
  endian agnostic.
  
  We retain backward compatibility by setting G_ELI_FLAG_NATIVE_BYTE_ORDER
  flag on devices with version number less than 2 and not converting the
  offset.
  
  Revision  Changes    Path
  1.29      +8 -2      src/sys/geom/eli/g_eli.c
  1.11      +13 -9     src/sys/geom/eli/g_eli.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608111909.k7BJ9Ccd008056>