aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/vmx/aes_cbc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner1-13/+1
2019-04-18crypto: powerpc - convert to use crypto_simd_usable()Eric Biggers1-3/+4
2019-04-18crypto: vmx - return correct error code on failed setkeyEric Biggers1-3/+4
2018-09-28crypto: vmx - Remove VLA usage of skcipherKees Cook1-11/+11
2018-08-25crypto: vmx - Fix sleep-in-atomic bugsOndrej Mosnacek1-16/+14
2018-05-12crypto: vmx - Remove overly verbose printk from AES init routinesMichael Ellerman1-3/+0
2017-06-20crypto: vmx - remove unnecessary checkTudor-Dan Ambarus1-6/+1
2017-03-02crypto: vmx - Use skcipher for cbc fallbackPaulo Flabiano Smorigo1-23/+24
2016-06-13crypto: vmx - Increase priority of aes-cbc cipherAnton Blanchard1-1/+1
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-3/+3
2015-12-04crypto: vmx - IV size failing on skcipher APILeonidas Da Silva Barbosa1-1/+1
2015-12-01powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard1-0/+3
2015-12-01crypto: vmx: Only call enable_kernel_vsx()Anton Blanchard1-3/+0
2015-07-14crypto: vmx - Adding enable_kernel_vsx() to access VSX instructionsLeonidas Da Silva Barbosa1-0/+3
2015-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-122/+130
2015-06-16crypto: vmx - Reindent to kernel styleHerbert Xu1-114/+122
2015-05-19sched/preempt, powerpc: Disable preemption in enable_kernel_altivec() explicitlyDavid Hildenbrand1-0/+6
2015-02-28crypto: vmx - Adding CBC routines for VMX moduleMarcelo H. Cerri1-0/+184