summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjmg <jmg@FreeBSD.org>2015-01-12 23:33:40 +0000
committerjmg <jmg@FreeBSD.org>2015-01-12 23:33:40 +0000
commit9b60f283443ca0fad514a763383bb0d96fb28636 (patch)
tree1f2d015abd826a14802ad5f198c1829864ad9f3f /share
parentb53f0399f255b544c1fe9d1cbe97feadc3307bfe (diff)
downloadFreeBSD-src-9b60f283443ca0fad514a763383bb0d96fb28636.zip
FreeBSD-src-9b60f283443ca0fad514a763383bb0d96fb28636.tar.gz
fix IV size of XTS to be correct at 8 bytes.. That is what both the
AES-NI code and the software code expects..
Diffstat (limited to 'share')
-rw-r--r--share/man/man7/crypto.74
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man7/crypto.7 b/share/man/man7/crypto.7
index cd707a0..0bf351a 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 :
OpenPOWER on IntegriCloud