History log of /openbsd-current/regress/sys/crypto/aesxts/aes_xts.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: OPENBSD_6_2_BASE
# 1.4 17-May-2017 mikeb

Revert MI AES-XTS code back to T-tables amid poor performance

Suffered by many, the revert tested by stsp@.


# 1.3 02-May-2017 mikeb

Sync GMAC and AES-CTR/-XTS regress tests with the new AES code

ok djm


Revision tags: OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE
# 1.2 06-Oct-2013 jsing

Rework the AES XTS regress so that we compile and test the sys/crypto code
directly, rather than trying to use the crypto dev, which is disabled by
default.

ok djm@


Revision tags: OPENBSD_4_4_BASE OPENBSD_4_5_BASE OPENBSD_4_6_BASE OPENBSD_4_7_BASE OPENBSD_4_8_BASE OPENBSD_4_9_BASE OPENBSD_5_0_BASE OPENBSD_5_1_BASE OPENBSD_5_2_BASE OPENBSD_5_3_BASE OPENBSD_5_4_BASE
# 1.1 09-Jun-2008 djm

regress tests for crypto(4) CRYPTO_AES_XTS using test vectors from
IEEE P1619-2007 standards; ok hshoexer@