aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto/if_alg.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-07hwrng: via_rng - Fix asm constraintsHerbert Xu1-2/+1
2011-01-06crypto: n2 - use __devexit not __exit in n2_unregister_algsDennis Gilmore1-1/+1
2011-01-04crypto: mark crypto workqueues CPU_INTENSIVETejun Heo2-2/+4
2011-01-04crypto: mv_cesa - dont return PTR_ERR() of wrong pointerRoel Kluin1-1/+1
2011-01-04crypto: ripemd - Set module author and update email addressAdrian-Ken Rueegsegger4-4/+8
2010-12-29crypto: omap-sham - backlog handling fixDmitry Kasatkin1-4/+3
2010-12-28crypto: gf128mul - Remove experimental tagHerbert Xu1-1/+0
2010-12-21crypto: af_alg - fix af_alg memory_allocated data typeRandy Dunlap1-1/+1
2010-12-13crypto: aesni-intel - Fixed build with binutils 2.16Tadeusz Struk1-79/+519
2010-12-08crypto: af_alg - Make sure sk_security is initialized on accept()ed socketsMiloslav Trmač1-0/+1
2010-12-08net: Add missing lockdep class names for af_algMiloslav Trmač1-3/+3
2010-12-03include: Install linux/if_alg.h for user-space crypto APIMiloslav Trmač1-0/+1
2010-12-02crypto: omap-aes - checkpatch --file warning fixesDmitry Kasatkin1-3/+3
2010-12-02crypto: omap-aes - initialize aes module once per requestDmitry Kasatkin1-26/+28
2010-12-02crypto: omap-aes - unnecessary code removedDmitry Kasatkin1-53/+17
2010-12-02crypto: omap-aes - error handling implementation improvedDmitry Kasatkin1-41/+93
2010-12-02crypto: omap-aes - redundant locking is removedDmitry Kasatkin1-38/+32
2010-12-02crypto: omap-aes - DMA initialization fixes for OMAP off modeDmitry Kasatkin1-12/+12
2010-12-02crypto: Use scatterwalk_crypto_chainSteffen Klassert3-51/+8
2010-12-02crypto: scatterwalk - Add scatterwalk_crypto_chain helperSteffen Klassert1-0/+15
2010-11-30crypto: algif_skcipher - Handle unaligned receive bufferHerbert Xu1-6/+7
2010-11-30crypto: algif_skcipher - Fixed overflow when sndbuf is page alignedHerbert Xu1-21/+11
2010-11-29crypto: af_alg - Add dependency on NETHerbert Xu1-0/+2
2010-11-29crypto: aesni-intel - Fixed build error on x86-32Mathias Krause2-14/+17
2010-11-28crypto: algif_skcipher - Pass on error from af_alg_make_sgHerbert Xu1-1/+2
2010-11-27crypto: omap-sham - zero-copy scatterlist handlingDmitry Kasatkin1-26/+61
2010-11-27crypto: omap-sham - FLAGS_FIRST is redundant and removedDmitry Kasatkin1-7/+1
2010-11-27crypto: omap-sham - hash-in-progress is stored in hw formatDmitry Kasatkin1-14/+24
2010-11-27crypto: omap-sham - crypto_ahash_final() now not need to be called.Dmitry Kasatkin1-86/+82
2010-11-27crypto: omap-sham - removed redundunt lockingDmitry Kasatkin1-26/+21
2010-11-27crypto: omap-sham - error handling improvedDmitry Kasatkin1-23/+44
2010-11-27crypto: omap-sham - DMA initialization fixes for off modeDmitry Kasatkin1-9/+10
2010-11-27crypto: omap-sham - uses digest buffer in request contextDmitry Kasatkin1-3/+8
2010-11-27crypto: aesni-intel - Ported implementation to x86-32Mathias Krause3-40/+191
2010-11-27crypto: Makefile clean upTracey Dent1-7/+7
2010-11-27crypto: Use vzallocJoe Perches2-4/+2
2010-11-26crypto: algif_skcipher - User-space interface for skcipher operationsHerbert Xu3-0/+649
2010-11-19crypto: algif_hash - User-space interface for hash operationsHerbert Xu3-0/+328
2010-11-19crypto: af_alg - User-space interface for Crypto APIHerbert Xu5-0/+618
2010-11-19net - Add AF_ALG macrosHerbert Xu1-1/+4
2010-11-13crypto: rfc4106 - Extending the RC4106 AES-GCM test vectorsAdrian Hoban3-0/+396
2010-11-13crypto: aesni-intel - RFC4106 AES-GCM Driver Using Intel New InstructionsTadeusz Struk2-2/+1708
2010-11-13crypto: cast5 - simplify if-statementsNicolas Kaiser1-50/+24
2010-11-04crypto: hash - Fix async import on shash algorithmHerbert Xu1-1/+7
2010-10-27ext4,jbd2: convert tracepoints to use major/minor numbersTheodore Ts'o2-156/+251
2010-10-27ext4: optimize orphan_list handling for ext4_setattrDmitry Monakhov1-3/+7
2010-10-27ext4: fix unbalanced mutex unlock in error path of ext4_li_request_newNicolas Kaiser1-14/+8
2010-10-27proc_bus_pci_ioctl: remove pointless BKL usageLinus Torvalds1-3/+0
2010-10-27ext4: fix compile error in ext4_fallocate()Kazuya Mio1-1/+1
2010-10-27ext4: move ext4_mb_{get,put}_buddy_cache_lock and make them staticEric Sandeen2-81/+79