aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/vmx/aes_xts.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-22crypto: vmx/xts - use fallback for ciphertext stealingArd Biesheuvel1-1/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-98/+77
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 442Thomas Gleixner1-13/+1
2019-05-30crypto: vmx - convert to skcipher APIEric Biggers1-98/+77
2019-05-30crypto: vmx - convert to SPDX license identifiersEric Biggers1-13/+1
2019-04-18crypto: powerpc - convert to use crypto_simd_usable()Eric Biggers1-2/+3
2019-04-18crypto: vmx - return correct error code on failed setkeyEric Biggers1-4/+5
2018-09-28crypto: vmx - Remove VLA usage of skcipherKees Cook1-9/+9
2018-08-25crypto: vmx - Fix sleep-in-atomic bugsOndrej Mosnacek1-7/+14
2018-05-12crypto: vmx - Remove overly verbose printk from AES XTS initMichael Ellerman1-2/+0
2017-06-20crypto: vmx - remove unnecessary checkTudor-Dan Ambarus1-6/+1
2017-03-02crypto: vmx - Use skcipher for xts fallbackPaulo Flabiano Smorigo1-16/+16
2016-08-24crypto: vmx - fix null dereference in p8_aes_xts_cryptLi Zhong1-1/+1
2016-07-19crypto: vmx - Adding support for XTSLeonidas S. Barbosa1-0/+190