Author: jmg Date: Mon Jan 12 23:33:40 2015 New Revision: 277097 URL: https://svnweb.freebsd.org/changeset/base/277097
Log: fix IV size of XTS to be correct at 8 bytes.. That is what both the AES-NI code and the software code expects.. Modified: head/share/man/man7/crypto.7 Modified: head/share/man/man7/crypto.7 ============================================================================== --- head/share/man/man7/crypto.7 Mon Jan 12 22:38:55 2015 (r277096) +++ head/share/man/man7/crypto.7 Mon Jan 12 23:33:40 2015 (r277097) @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd December 12, 2014 +.Dd January 2, 2015 .Dt CRYPTO 7 .Os .Sh NAME @@ -105,7 +105,7 @@ Note: You must provide an IV on every ca .It Dv CRYPTO_AES_XTS .Bl -tag -width "Block size :" -compact -offset indent .It IV size : -16 +8 .It Block size : 16 .It Key size : _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
