#!/bin/bash # description: system-wide syscall counts # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm nux-6.19.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/crypto/arc4.c
AgeCommit message (Expand)Author
2023-12-08crypto: arc4 - Add internal stateHerbert Xu
2023-12-08crypto: skcipher - Add internal state supportHerbert Xu
2023-10-13crypto: arc4 - Convert from skcipher to lskcipherHerbert Xu
2020-09-11crypto: arc4 - mark ecb(arc4) skcipher as obsoleteArd Biesheuvel
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-06-20crypto: arc4 - remove cipher implementationArd Biesheuvel
2019-06-20crypto: arc4 - refactor arc4 core code into separate libraryArd Biesheuvel
2019-06-13crypto: make all generic algorithms set cra_driver_nameEric Biggers
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers
2019-02-15crypto: export arc4 definesIuliana Prodan
2019-01-11crypto: arc4 - convert to skcipher APIEric Biggers