aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/hmac.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-10[CRYPTO] rmd256: Fix endian issuesAdrian-Ken Rueegsegger1-28/+9
2008-07-10[CRYPTO] rmd160: Fix endian issuesAdrian-Ken Rueegsegger1-28/+9
2008-07-10[CRYPTO] rmd128: Fix endian problemsAdrian-Ken Rueegsegger1-28/+9
2008-07-10[CRYPTO] hifn: Remove duplicated includeHuang Weiyi1-1/+0
2008-07-10[CRYPTO] tcrypt: Use asynchronous hash interfaceLoc Ho1-19/+57
2008-07-10[CRYPTO] cryptd: Add asynchronous hash supportLoc Ho2-0/+244
2008-07-10[CRYPTO] hash: Add asynchronous hash supportLoc Ho8-15/+507
2008-07-10[CRYPTO] ripemd: Add Kconfig entries for extended RIPEMD hash algorithmsAdrian-Ken Rueegsegger1-0/+25
2008-07-10[CRYPTO] tcrypt: Add test vectors for RIPEMD-256 and RIPEMD-320Adrian-Ken Rueegsegger2-2/+155
2008-07-10[CRYPTO] ripemd: Add support for RIPEMD-256 and RIPEMD-320Adrian-Ken Rueegsegger3-0/+777
2008-07-10[CRYPTO] ripemd: Put all common RIPEMD values in header fileAdrian-Ken Rueegsegger3-18/+35
2008-07-10[CRYPTO] tcrypt: Catch cipher destination memory corruptionPatrick McHardy1-5/+21
2008-07-10[HIFN]: Have HW invalidate src and dest descriptors after processingPatrick McHardy1-4/+4
2008-07-10[HIFN]: Move command descriptor setup to seperate functionPatrick McHardy1-101/+104
2008-07-10[HIFN]: Fix max queue length valuePatrick McHardy1-1/+1
2008-07-10[HIFN]: Properly initialize ivsize for CBC modesPatrick McHardy1-0/+3
2008-07-10[HIFN]: Use unique driver names for different algosPatrick McHardy1-13/+14
2008-07-10[HIFN]: Properly handle requests for less than the full scatterlistPatrick McHardy1-10/+10
2008-07-10[HIFN]: Fix data alignment checksPatrick McHardy1-28/+14
2008-07-10[HIFN]: Handle ablkcipher_walk errorsPatrick McHardy1-1/+4
2008-07-10[HIFN]: Indicate asynchronous processing to crypto APIPatrick McHardy1-2/+2
2008-07-10[HIFN]: Remove printk_ratelimit() for debugging printkPatrick McHardy1-1/+1
2008-07-10[HIFN]: Endianess fixesPatrick McHardy1-30/+30
2008-07-10[CRYPTO] tcrpyt: Get rid of change log in sourceHerbert Xu2-15/+0
2008-07-10[CRYPTO] ripemd: Add Kconfig entries for RIPEMD hash algorithmsAdrian-Ken Rueegsegger1-0/+26
2008-07-10[CRYPTO] tcrypt: Add test vectors for RIPEMD-128 and RIPEMD-160Adrian-Ken Rueegsegger2-1/+320
2008-07-10[CRYPTO] ripemd: Add support for RIPEMD hash algorithmsAdrian-Ken Rueegsegger4-0/+760
2008-07-10[CRYPTO] cryptd: Fix EINPROGRESS notification contextHerbert Xu1-5/+4
2008-07-10crypto: chainiv - Invoke completion functionHerbert Xu1-2/+8
2008-07-08powerpc: Add missing reference to coherent_dma_maskVitaly Bordug1-0/+2
2008-07-08kernel/printk.c: Made printk_recursion_bug_msg static.Daniel Guilak1-1/+1
2008-07-08RDMA/cxgb3: Fix regression caused by class_device -> device conversionSteve Wise1-0/+4
2008-07-08Fix broken fix for fsl-diu-dbTakashi Iwai1-2/+2
2008-07-08reiserfs: discard prealloc in reiserfs_delete_inodeJeff Mahoney1-0/+2
2008-07-08SUNRPC: Fix an rpcbind breakage for the case of IPv6 lookupsTrond Myklebust1-8/+9
2008-07-08SUNRPC: Fix a double-free in rpcbindTrond Myklebust1-4/+2
2008-07-08NFS: Fix readdir cache invalidationTrond Myklebust1-1/+1
2008-07-08[MIPS] Fix 32bit kernels on R4k with 128 byte cache line sizeThomas Bogendoerfer1-29/+32
2008-07-08[MIPS] Atlas, decstation: Fix section mismatches triggered by defconfigsShane McDonald2-5/+5
2008-07-08it8213: fix return value in it8213_init_one()Bartlomiej Zolnierkiewicz1-2/+1
2008-07-08palm_bk3710: fix IDECLK period calculationSergei Shtylyov1-20/+18
2008-07-08ide: add __ide_default_irq() inline helperBartlomiej Zolnierkiewicz3-11/+18
2008-07-08Correct hash flushing from huge_ptep_set_wrprotect()David Gibson2-6/+10
2008-07-08[S390] protect _PAGE_SPECIAL bit against mprotectNick Piggin1-1/+4
2008-07-08crypto: tcrypt - Fix memory leak in test_cipherDarren Jenkins1-9/+1
2008-07-07Revert "PCI: Correct last two HP entries in the bfsort whitelist"Jesse Barnes1-4/+4
2008-07-07[PATCH] ocfs2/dlm: Fixes oops in dlm_new_lockres()Sunil Mushran1-0/+2
2008-07-07[UML] fix gcc ICEs and unresolved externsJeff Dike3-1/+10
2008-07-07powerpc: Fix unterminated of_device_id array in legacy_serial.cBenjamin Herrenschmidt1-2/+3
2008-07-06vsprintf: add support for '%pS' and '%pF' pointer formatsLinus Torvalds1-1/+40