summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/vmx/aes_ctr.c
AgeCommit message (Expand)AuthorLines
2021-03-26crypto: vmx - fix incorrect kernel-doc comment syntax in filesAditya Srivastava-1/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-95/+70
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner-13/+1
2019-05-30crypto: vmx - convert to skcipher APIEric Biggers-95/+70
2019-05-30crypto: vmx - convert to SPDX license identifiersEric Biggers-13/+1
2019-04-18crypto: powerpc - convert to use crypto_simd_usable()Eric Biggers-2/+3
2019-04-18crypto: vmx - return correct error code on failed setkeyEric Biggers-2/+3
2018-09-28crypto: vmx - Remove VLA usage of skcipherKees Cook-9/+9
2018-05-12crypto: vmx - Remove overly verbose printk from AES init routinesMichael Ellerman-2/+0
2017-11-03crypto: vmx - Use skcipher for ctr fallbackPaulo Flabiano Smorigo-16/+17
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel-2/+1
2017-06-20crypto: vmx - remove unnecessary checkTudor-Dan Ambarus-6/+1
2017-01-23crypto: vmx - disable preemption to enable vsx in aes_ctr.cLi Zhong-0/+6
2016-06-13crypto: vmx - Increase priority of aes-cbc cipherAnton Blanchard-1/+1
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-3/+3
2015-12-04crypto: vmx - IV size failing on skcipher APILeonidas Da Silva Barbosa-1/+1
2015-12-01powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard-0/+3
2015-12-01crypto: vmx: Only call enable_kernel_vsx()Anton Blanchard-3/+0
2015-08-18crypto: vmx - Fixing AES-CTR counter bugLeonidas Da Silva Barbosa-1/+7
2015-07-14crypto: vmx - Adding enable_kernel_vsx() to access VSX instructionsLeonidas Da Silva Barbosa-0/+3
2015-06-16crypto: vmx - Reindent to kernel styleHerbert Xu-108/+117
2015-02-28crypto: vmx - Adding CTR routines for VMX moduleMarcelo H. Cerri-0/+167