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