summaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2017-12-21crypto: Add a flag to identify crypto instancesSteffen Klassert
2017-12-21crypto: Export crypto_remove_finalSteffen Klassert
2017-12-21crypto: user - Fix rwsem leak in crypto_userJonathan Corbet
2017-12-21crypto: user - Initialise match in crypto_alg_matchHerbert Xu
2017-12-21crypto: Add userspace report for compress type algorithmsSteffen Klassert
2017-12-21crypto: Add userspace report for cipher type algorithmsSteffen Klassert
2017-12-21crypto: Add userspace report for rng type algorithmsSteffen Klassert
2017-12-21crypto: Add userspace report for pcompress type algorithmsSteffen Klassert
2017-12-21crypto: Add userspace report for nivaead type algorithmsSteffen Klassert
2017-12-21crypto: Add userspace report for aead type algorithmsSteffen Klassert
2017-12-21crypto: Add userspace report for givcipher type algorithmsSteffen Klassert
2017-12-21crypto: Add userspace report for ablkcipher type algorithmsSteffen Klassert
2017-12-21crypto: Add userspace report for blkcipher type algorithmsSteffen Klassert
2017-12-21crypto: Add userspace report for ahash type algorithmsSteffen Klassert
2017-12-21crypto: Add userspace report for shash type algorithmsSteffen Klassert
2017-12-21crypto: Add userspace report for larval type algorithmsSteffen Klassert
2017-12-21crypto: Add a report function pointer to crypto_typeSteffen Klassert
2017-12-21crypto: Export crypto_remove_spawnsSteffen Klassert
2017-12-21crypto: Add userspace configuration APISteffen Klassert
2017-03-31crypto: add CMAC support to CryptoAPIJussi Kivilinna
2012-03-15Revert "crypto: testmgr: add support for aes ofb mode"Mallikarjun Kasoju
2012-02-09crypto: sha512 - reduce stack usage to safe numberAlexey Dobriyan
2012-02-09crypto: sha512 - make it work, undo percpu message scheduleAlexey Dobriyan
2011-12-08crypto: testmgr: add support for aes ofb modePuneet Saxena
2011-11-30crypto: testmgr - Adding ofb(aes) and cmac(aes) testsKasoju Mallikarjun
2011-11-11crypto: cryptd - Use subsys_initcall to prevent races with aesniHerbert Xu
2011-10-21crypto: ghash - Avoid null pointer dereference if no key is setNick Bowler
2011-08-06crypto: Move md5_transform to lib/md5.cDavid S. Miller
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2011-07-11doc: Kconfig: `to be' -> `be'Michael Witten
2011-07-08crypto: gf128mul - fix call to memset()Mathias Krause
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-06-30crypto: algif_hash - Handle initial af_alg_make_sg error correctlyHerbert Xu
2011-06-30crypto: sha1_generic - use SHA1_BLOCK_SIZEMandeep Singh Baines
2011-06-30crypto: arc4 - Fixed coding style issuesMati Vait
2011-06-30crypto: crc32c - Fixed coding style issueMati Vait
2011-06-30crypto: UML build fixesRichard Weinberger
2011-06-30crypto: testmgr - add xts-aes-256 self-testJarod Wilson
2011-06-29net+crypto: Use vmalloc for zlib inflate buffers.David S. Miller
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2011-05-16crypto: aesni-intel - Merge with fpu.koAndy Lutomirski
2011-05-04crypto: tcrypt - CTR mode speed test for AESJan Glauber
2011-05-04crypto: testmgr - add support for aes ofb modePuneet Saxena
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-22zlib: slim down zlib_deflate() workspace when possibleJim Keniston
2011-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-03-13crypto: authencesn - Add algorithm to handle IPsec extended sequence numbersSteffen Klassert