aboutsummaryrefslogtreecommitdiff
path: root/include/crypto/internal
AgeCommit message (Expand)AuthorFilesLines
2018-03-03crypto: simd - allow registering multiple algorithms at onceGravatar Eric Biggers 1-0/+7
2018-02-15crypto: mcryptd - remove pointless wrapper functionsGravatar Eric Biggers 1-5/+0
2018-01-12crypto: hash - introduce crypto_hash_alg_has_setkey()Gravatar Eric Biggers 1-0/+2
2017-12-28crypto: scomp - delete unused commentsGravatar Zhou Wang 1-11/+0
2017-11-29crypto: hmac - require that the underlying hash algorithm is unkeyedGravatar Eric Biggers 1-0/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-22crypto: hash - add crypto_(un)register_ahashes()Gravatar Rabin Vincent 1-0/+2
2017-07-28crypto: Add akcipher_set_reqsize() functionGravatar Gary R Hook 1-0/+6
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 2-0/+6
2017-04-24crypto: scomp - allow registration of multiple scompsGravatar Giovanni Cabiddu 1-0/+3
2017-04-21crypto: acomp - allow registration of multiple acompsGravatar Giovanni Cabiddu 1-0/+3
2017-04-10crypto: ahash - Fix EINPROGRESS notification callbackGravatar Herbert Xu 1-0/+10
2016-12-30crypto: skcipher - introduce walksize attribute for SIMD algosGravatar Ard Biesheuvel 1-1/+1
2016-12-01crypto: skcipher - Add separate walker for AEAD decryptionGravatar Herbert Xu 1-0/+4
2016-11-28crypto: simd - Add simd skcipher helperGravatar Herbert Xu 1-0/+17
2016-11-28crypto: skcipher - Add skcipher walk interfaceGravatar Herbert Xu 1-0/+47
2016-11-01crypto: skcipher - Get rid of crypto_spawn_skcipher2()Gravatar Eric Biggers 1-6/+0
2016-11-01crypto: skcipher - Get rid of crypto_grab_skcipher2()Gravatar Eric Biggers 1-6/+0
2016-10-25crypto: acomp - add driver-side scomp interfaceGravatar Giovanni Cabiddu 2-0/+151
2016-10-25crypto: acomp - add asynchronous compression apiGravatar Giovanni Cabiddu 1-0/+66
2016-10-21crypto: skcipher - Remove unused crypto_lookup_skcipher() declarationGravatar Eric Biggers 1-2/+0
2016-07-18crypto: skcipher - Remove top-level givcipher interfaceGravatar Herbert Xu 1-51/+12
2016-07-18crypto: aead - Remove blkcipher null for IV generatorsGravatar Herbert Xu 1-1/+0
2016-07-18crypto: aead - Add skcipher null for IV generatorsGravatar Herbert Xu 1-0/+1
2016-07-18crypto: aead - Add chunk sizeGravatar Herbert Xu 1-0/+21
2016-07-18crypto: skcipher - Add low-level skcipher interfaceGravatar Herbert Xu 1-0/+87
2016-07-05crypto: rsa - Store rest of the private key componentsGravatar Salvatore Benedetto 1-0/+20
2016-06-23crypto: kpp - Key-agreement Protocol Primitives API (KPP)Gravatar Salvatore Benedetto 1-0/+64
2016-06-23crypto: sha1-mb - async implementation for sha1-mbGravatar Megha Dey 1-8/+4
2016-06-15crypto: rsa - return raw integers for the ASN.1 parserGravatar Tudor Ambarus 1-6/+16
2016-02-06crypto: aead - move aead_request_cast helper to aead.hGravatar Tadeusz Struk 1-0/+6
2016-02-06crypto: hash - Remove crypto_hash interfaceGravatar Herbert Xu 1-3/+0
2016-01-27crypto: compress - remove unused pcomp interfaceGravatar Joonsoo Kim 1-28/+0
2015-12-09crypto: rsa - RSA padding algorithmGravatar Andrzej Zaborowski 1-0/+2
2015-12-09crypto: akcipher - add akcipher declarations needed by templates.Gravatar Andrzej Zaborowski 1-0/+78
2015-10-14crypto: akcipher - Changes to asymmetric key APIGravatar Tadeusz Struk 1-2/+5
2015-08-21crypto: skcipher - Add top-level skcipher interfaceGravatar Herbert Xu 1-0/+15
2015-08-17crypto: aead - Remove old AEAD interfacesGravatar Herbert Xu 2-40/+4
2015-08-17crypto: aead - Add type-safe geniv init/exit helpersGravatar Herbert Xu 2-6/+11
2015-07-14crypto: aead - Add type-safe function for freeing instancesGravatar Herbert Xu 1-0/+1
2015-07-14crypto: aead - Add aead_queue interfaceGravatar Herbert Xu 1-0/+35
2015-06-22crypto: rng - Do not free default RNG when it becomes unusedGravatar Herbert Xu 1-0/+9
2015-06-19crypto: aead - Fix aead_instance struct sizeGravatar Herbert Xu 1-1/+8
2015-06-17crypto: rsa - add a new rsa generic implementationGravatar Tadeusz Struk 1-0/+27
2015-06-17crypto: akcipher - add PKE APIGravatar Tadeusz Struk 1-0/+60
2015-06-03crypto: aead - Add multiple algorithm registration interfaceGravatar Herbert Xu 1-0/+2
2015-06-03crypto: aead - Ignore return value from crypto_unregister_algGravatar Herbert Xu 1-1/+1
2015-06-03crypto: aead - Add aead_alg_instanceGravatar Herbert Xu 1-0/+5
2015-05-28crypto: aead - Add common IV generation codeGravatar Herbert Xu 1-0/+24
2015-05-25crypto: aead - Add crypto_aead_alg_ivsize/maxauthsizeGravatar Herbert Xu 1-12/+7