aboutsummaryrefslogtreecommitdiff
path: root/test/validation/api/crypto/test_vectors_len.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/validation/api/crypto/test_vectors_len.h')
-rw-r--r--test/validation/api/crypto/test_vectors_len.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/validation/api/crypto/test_vectors_len.h b/test/validation/api/crypto/test_vectors_len.h
index a9ac6f6fb..fd5bccfc9 100644
--- a/test/validation/api/crypto/test_vectors_len.h
+++ b/test/validation/api/crypto/test_vectors_len.h
@@ -37,6 +37,11 @@
/* AES-CFB128 */
#define AES_CFB128_IV_LEN 16
+/* AES-XTS */
+#define AES128_XTS_KEY_LEN 32
+#define AES256_XTS_KEY_LEN 64
+#define AES_XTS_IV_LEN 16
+
/* AES-GCM */
#define AES_GCM_IV_LEN 12
#define AES_GCM_DIGEST_LEN 16