summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/vmx/aes_xts.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-091-98/+77Star
|\
| * crypto: vmx - convert to skcipher APIEric Biggers2019-05-301-98/+77Star
| * crypto: vmx - convert to SPDX license identifiersEric Biggers2019-05-301-13/+1Star
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 442Thomas Gleixner2019-06-051-13/+1Star
|/
* crypto: powerpc - convert to use crypto_simd_usable()Eric Biggers2019-04-181-2/+3
* crypto: vmx - return correct error code on failed setkeyEric Biggers2019-04-181-4/+5
* crypto: vmx - Remove VLA usage of skcipherKees Cook2018-09-281-9/+9
* crypto: vmx - Fix sleep-in-atomic bugsOndrej Mosnacek2018-08-251-7/+14
* crypto: vmx - Remove overly verbose printk from AES XTS initMichael Ellerman2018-05-111-2/+0Star
* crypto: vmx - remove unnecessary checkTudor-Dan Ambarus2017-06-201-6/+1Star
* crypto: vmx - Use skcipher for xts fallbackPaulo Flabiano Smorigo2017-03-021-16/+16
* crypto: vmx - fix null dereference in p8_aes_xts_cryptLi Zhong2016-08-241-1/+1
* crypto: vmx - Adding support for XTSLeonidas S. Barbosa2016-07-191-0/+190