make the AES-XTS mode a little more constant-time, though the AES
authordjm <djm@openbsd.org>
Wed, 31 May 2017 00:34:33 +0000 (00:34 +0000)
committerdjm <djm@openbsd.org>
Wed, 31 May 2017 00:34:33 +0000 (00:34 +0000)
commit59fd9969866f463fd4f899d77a4c218d391a7636
tree189ceff2ebae2415060b3919dc2ea0ee016227b1
parent3e0a6a287c1344f69790f0ea14d5facd7bafcbef
make the AES-XTS mode a little more constant-time, though the AES
implementation that it depends on currently isn't.

ok mikeb tom
sys/crypto/xform.c
sys/lib/libsa/aes_xts.c