From bacaccae694fd65030351e91b8642257ff99f4d6 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Mon, 12 Jan 2015 23:33:40 +0000 Subject: [PATCH] fix IV size of XTS to be correct at 8 bytes.. That is what both the AES-NI code and the software code expects.. --- share/man/man7/crypto.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/man/man7/crypto.7 b/share/man/man7/crypto.7 index cd707a0e8a03..0bf351aab32c 100644 --- a/share/man/man7/crypto.7 +++ b/share/man/man7/crypto.7 @@ -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 call. .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 :