summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/vmx/aes_ctr.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner2019-06-051-13/+1
* 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-2/+3
* crypto: vmx - Remove VLA usage of skcipherKees Cook2018-09-281-9/+9
* crypto: vmx - Remove overly verbose printk from AES init routinesMichael Ellerman2018-05-121-2/+0
* crypto: vmx - Use skcipher for ctr fallbackPaulo Flabiano Smorigo2017-11-031-16/+17
* crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-041-2/+1
* crypto: vmx - remove unnecessary checkTudor-Dan Ambarus2017-06-201-6/+1
* crypto: vmx - disable preemption to enable vsx in aes_ctr.cLi Zhong2017-01-231-0/+6
* crypto: vmx - Increase priority of aes-cbc cipherAnton Blanchard2016-06-131-1/+1
* Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-01-151-3/+3
|\
| * powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard2015-12-011-0/+3
| * crypto: vmx: Only call enable_kernel_vsx()Anton Blanchard2015-12-011-3/+0
* | crypto: vmx - IV size failing on skcipher APILeonidas Da Silva Barbosa2015-12-041-1/+1
|/
* crypto: vmx - Fixing AES-CTR counter bugLeonidas Da Silva Barbosa2015-08-181-1/+7
* crypto: vmx - Adding enable_kernel_vsx() to access VSX instructionsLeonidas Da Silva Barbosa2015-07-141-0/+3
* crypto: vmx - Reindent to kernel styleHerbert Xu2015-06-161-108/+117
* crypto: vmx - Adding CTR routines for VMX moduleMarcelo H. Cerri2015-02-281-0/+167