#!/bin/bash perf record -e syscalls:sys_enter_futex -e syscalls:sys_exit_futex $@ on' href='/favicon.ico'/>
summaryrefslogtreecommitdiff
path: root/crypto/pcbc.c
AgeCommit message (Expand)Author
2024-01-26crypto: pcbc - remove redundant assignment to nbytesColin Ian King
2021-01-03crypto: remove cipher routines from public crypto APIArd Biesheuvel
2019-12-27crypto: skcipher - Add skcipher_ialg_simple helperHerbert Xu
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers
2019-01-11crypto: pcbc - convert to skcipher_alloc_instance_simple()Eric Biggers
2019-01-11crypto: pcbc - remove ability to wrap internal ciphersEric Biggers
2019-01-11crypto: pcbc - remove bogus memcpy()s with src == destEric Biggers
2018-11-29crypto: do not free algorithm before usingPan Bian
2018-04-21crypto: remove several VLAsSalvatore Mesoraca
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel
2017-02-11crypto: algapi - make crypto_xor() and crypto_inc() alignment agnosticArd Biesheuvel
2017-01-13crypto: Replaced gcc specific attributes with macros from compiler.hGideon Israel Dsouza
2016-11-28crypto: pcbc - Convert to skcipherHerbert Xu