| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-05-15 | crypto: talitos - use devm_platform_ioremap_resource() | Rosen Penev | 1 | -7/+3 |
| 2026-05-15 | crypto: talitos/hash - fix SEC2 64k - 1 ahash request limitation | Paul Louvel | 1 | -8/+39 |
| 2026-05-15 | crypto: talitos/hash - remove useless wrapper | Paul Louvel | 1 | -6/+1 |
| 2026-05-15 | crypto: talitos/hash - rename first_desc/last_desc to first_request/last_request | Paul Louvel | 1 | -16/+13 |
| 2026-05-15 | crypto: talitos/hash - drop workqueue mechanism for SEC1 | Paul Louvel | 1 | -73/+7 |
| 2026-05-15 | crypto: talitos/hash - use descriptor chaining for SEC1 instead of workqueue | Paul Louvel | 1 | -63/+105 |
| 2026-05-15 | crypto: talitos/hash - prepare SEC1 descriptor chaining, remove additional de... | Paul Louvel | 1 | -95/+6 |
| 2026-05-15 | crypto: talitos - move code in current_desc_hdr() into a standalone function | Paul Louvel | 1 | -16/+19 |
| 2026-05-15 | crypto: talitos - move dma mapping code in talitos_submit() into a standalone... | Paul Louvel | 1 | -34/+41 |
| 2026-05-15 | crypto: talitos - move dma unmapping code in flush_channel() into a standalon... | Paul Louvel | 1 | -17/+22 |
| 2026-05-15 | crypto: talitos - add chaining of arbitrary number of descriptor for the SEC1 | Paul Louvel | 1 | -58/+122 |
| 2026-05-15 | crypto: talitos - use dma_sync_single_for_cpu() before reading descriptor header | Paul Louvel | 1 | -7/+19 |
| 2026-05-15 | crypto: talitos - allocate channels with main struct | Rosen Penev | 1 | -12/+7 |
| 2026-04-12 | crypto: talitos - rename first/last to first_desc/last_desc | Paul Louvel | 1 | -23/+23 |
| 2026-04-12 | crypto: talitos - fix SEC1 32k ahash request limitation | Paul Louvel | 1 | -69/+147 |
| 2024-10-19 | crypto: drivers - Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2023-10-27 | crypto: talitos - stop using crypto_ahash::init | Eric Biggers | 1 | -6/+9 |
| 2023-10-27 | crypto: talitos - remove unnecessary alignmask for ahashes | Eric Biggers | 1 | -1/+1 |
| 2023-10-27 | crypto: talitos - Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-08-23 | crypto: drivers - Explicitly include correct DT includes | Rob Herring | 1 | -2/+2 |
| 2023-02-13 | crypto: talitos - Use request_complete helpers | Herbert Xu | 1 | -2/+2 |
| 2023-01-06 | crypto: talitos - Remove GFP_DMA and add DMA alignment padding | Herbert Xu | 1 | -1/+1 |
| 2022-10-21 | crypto: talitos - Use the defined variable to clean code | jianchunfu | 1 | -3/+3 |
| 2022-05-13 | crypto: talitos - Uniform coding style with defined variable | jianchunfu | 1 | -5/+5 |
| 2021-01-29 | crypto: talitos - Fix ctr(aes) on SEC1 | Christophe Leroy | 1 | -0/+22 |
| 2021-01-29 | crypto: talitos - Work around SEC6 ERRATA (AES-CTR mode data size error) | Christophe Leroy | 1 | -12/+16 |
| 2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 1 | -1/+2 |
| 2020-10-30 | crypto: talitos - Fix return type of current_desc_hdr() | Christophe Leroy | 1 | -3/+3 |
| 2020-10-30 | crypto: talitos - Endianess in current_desc_hdr() | Christophe Leroy | 1 | -2/+2 |
| 2020-10-02 | crypto: drivers - use semicolons rather than commas to separate statements | Julia Lawall | 1 | -4/+4 |
| 2020-07-16 | crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY | Mikulas Patocka | 1 | -39/+78 |
| 2020-01-09 | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN | Eric Biggers | 1 | -12/+3 |
| 2019-11-17 | crypto: talitos - switch to skcipher API | Ard Biesheuvel | 1 | -165/+143 |
| 2019-10-05 | crypto: talitos - fix hash result for VMAP_STACK | Christophe Leroy | 1 | -1/+5 |
| 2019-09-20 | crypto: talitos - fix missing break in switch statement | Gustavo A. R. Silva | 1 | -0/+1 |
| 2019-08-22 | crypto: talitos - Fix build warning in aead_des3_setkey | Herbert Xu | 1 | -1/+0 |
| 2019-08-22 | crypto: talitos/des - switch to new verification routines | Ard Biesheuvel | 1 | -30/+7 |
| 2019-07-08 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -196/+172 |
| 2019-07-03 | crypto: talitos - drop icv_ool | Christophe Leroy | 1 | -3/+0 |
| 2019-07-03 | crypto: talitos - fix hash on SEC1. | Christophe Leroy | 1 | -28/+41 |
| 2019-07-03 | crypto: talitos - move struct talitos_edesc into talitos.h | Christophe Leroy | 1 | -30/+0 |
| 2019-06-27 | crypto: talitos - eliminate unneeded 'done' functions at build time | Christophe Leroy | 1 | -1/+1 |
| 2019-06-20 | crypto: talitos - fix max key size for sha384 and sha512 | Christophe Leroy | 1 | -1/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 1 | -14/+1 |
| 2019-05-30 | crypto: talitos - use SPDX-License-Identifier | Christophe Leroy | 1 | -14/+1 |
| 2019-05-30 | Revert "crypto: talitos - export the talitos_submit function" | Christophe Leroy | 1 | -6/+5 |
| 2019-05-30 | crypto: talitos - fix AEAD processing. | Christophe Leroy | 1 | -104/+54 |
| 2019-05-30 | crypto: talitos - Align SEC1 accesses to 32 bits boundaries. | Christophe Leroy | 1 | -1/+4 |
| 2019-05-30 | crypto: talitos - properly handle split ICV. | Christophe Leroy | 1 | -11/+15 |
| 2019-05-30 | crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking. | Christophe Leroy | 1 | -1/+2 |
| 2019-05-30 | crypto: talitos - Do not modify req->cryptlen on decryption. | Christophe Leroy | 1 | -14/+17 |
| 2019-05-30 | crypto: talitos - fix ECB algs ivsize | Christophe Leroy | 1 | -3/+0 |
| 2019-05-30 | crypto: talitos - check data blocksize in ablkcipher. | Christophe Leroy | 1 | -0/+16 |
| 2019-05-30 | crypto: talitos - fix CTR alg blocksize | Christophe Leroy | 1 | -1/+1 |
| 2019-05-30 | crypto: talitos - check AES key size | Christophe Leroy | 1 | -0/+15 |
| 2019-05-30 | crypto: talitos - reduce max key size for SEC1 | Christophe Leroy | 1 | -0/+4 |
| 2019-05-30 | crypto: talitos - rename alternative AEAD algos. | Christophe Leroy | 1 | -8/+8 |
| 2019-05-23 | crypto: talitos - fix skcipher failure due to wrong output IV | Christophe Leroy | 1 | -0/+4 |
| 2019-04-18 | crypto: talitos - Forbid 2-key 3DES in FIPS mode | Herbert Xu | 1 | -13/+95 |
| 2019-01-25 | crypto: clarify name of WEAK_KEY request flag | Eric Biggers | 1 | -1/+1 |
| 2019-01-10 | crypto: talitos - fix ablkcipher for CONFIG_VMAP_STACK | Christophe Leroy | 1 | -1/+4 |
| 2019-01-10 | crypto: talitos - reorder code in talitos_edesc_alloc() | Christophe Leroy | 1 | -18/+7 |
| 2018-12-23 | crypto: skcipher - remove remnants of internal IV generators | Eric Biggers | 1 | -1/+0 |
| 2018-07-09 | crypto: ahash - remove useless setting of cra_type | Eric Biggers | 1 | -1/+0 |
| 2018-07-09 | crypto: ahash - remove useless setting of type flags | Eric Biggers | 1 | -24/+12 |
| 2018-06-12 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 1 | -5/+8 |
| 2018-03-31 | crypto: talitos - don't leak pointers to authenc keys | Tudor-Dan Ambarus | 1 | -0/+2 |
| 2018-03-31 | crypto: talitos - fix IPsec cipher in length | LEROY Christophe | 1 | -16/+20 |
| 2018-03-23 | crypto: talitos - Delete an error message for a failed memory allocation in t... | Markus Elfring | 1 | -1/+0 |
| 2018-03-09 | crypto: talitos - do not perform unnecessary dma synchronisation | LEROY Christophe | 1 | -22/+63 |
| 2018-03-09 | crypto: talitos - don't persistently map req_ctx->hw_context and req_ctx->buf | LEROY Christophe | 1 | -88/+44 |
| 2018-02-08 | crypto: talitos - fix Kernel Oops on hashing an empty file | LEROY Christophe | 1 | -0/+4 |
| 2017-11-03 | crypto: talitos - move to generic async completion | Gilad Ben-Yossef | 1 | -33/+5 |
| 2017-10-12 | crypto: talitos - avoid useless copy | LEROY Christophe | 1 | -14/+22 |
| 2017-10-12 | crypto: talitos - chain in buffered data for ahash on SEC1 | LEROY Christophe | 1 | -13/+126 |
| 2017-10-12 | crypto: talitos - do hw_context DMA mapping outside the requests | LEROY Christophe | 1 | -23/+57 |
| 2017-10-12 | crypto: talitos - DMA map key in setkey() | LEROY Christophe | 1 | -17/+39 |
| 2017-10-12 | crypto: talitos - simplify tests in ipsec_esp() | LEROY Christophe | 1 | -22/+20 |
| 2017-10-12 | crypto: talitos - remove to_talitos_ptr_len() | LEROY Christophe | 1 | -35/+21 |
| 2017-10-12 | crypto: talitos - don't check the number of channels at each interrupt | LEROY Christophe | 1 | -12/+15 |
| 2017-10-12 | crypto: talitos - use devm_ioremap() | LEROY Christophe | 1 | -3/+5 |
| 2017-10-12 | crypto: talitos - use of_property_read_u32() | LEROY Christophe | 1 | -16/+5 |
| 2017-10-12 | crypto: talitos - use devm_kmalloc() | LEROY Christophe | 1 | -18/+12 |
| 2017-10-12 | crypto: talitos - declare local functions static | LEROY Christophe | 1 | -2/+2 |
| 2017-10-12 | crypto: talitos - zeroize the descriptor with memset() | LEROY Christophe | 1 | -18/+1 |
| 2017-10-12 | crypto: talitos - fix ctr-aes-talitos | LEROY Christophe | 1 | -1/+1 |
| 2017-10-12 | crypto: talitos - fix use of sg_link_tbl_len | LEROY Christophe | 1 | -2/+2 |
| 2017-10-12 | crypto: talitos - fix AEAD for sha224 on non sha224 capable chips | LEROY Christophe | 1 | -0/+5 |
| 2017-10-12 | crypto: talitos - fix setkey to check key weakness | LEROY Christophe | 1 | -0/+8 |
| 2017-10-12 | crypto: talitos - fix memory corruption on SEC2 | LEROY Christophe | 1 | -14/+28 |
| 2017-10-12 | crypto: talitos - fix AEAD test failures | LEROY Christophe | 1 | -5/+4 |
| 2017-09-20 | crypto: talitos - Don't provide setkey for non hmac hashing algs. | LEROY Christophe | 1 | -1/+2 |
| 2017-09-20 | crypto: talitos - fix hashing | LEROY Christophe | 1 | -1/+1 |
| 2017-09-20 | crypto: talitos - fix sha224 | LEROY Christophe | 1 | -2/+2 |
| 2017-06-19 | crypto: talitos - Extend max key length for SHA384/512-HMAC and AEAD | Martin Hicks | 1 | -1/+6 |
| 2016-11-13 | crypto: talitos - fix spelling mistake | Colin Ian King | 1 | -1/+1 |
| 2016-06-08 | crypto: talitos - templates for AEAD using HMAC_SNOOP_NO_AFEU | LEROY Christophe | 1 | -0/+180 |
| 2016-06-08 | crypto: talitos - implement cra_priority | LEROY Christophe | 1 | -1/+5 |
| 2016-06-08 | crypto: talitos - sg_to_link_tbl() not used anymore, remove it | LEROY Christophe | 1 | -8/+0 |
| 2016-06-08 | crypto: talitos - Implement AEAD for SEC1 using HMAC_SNOOP_NO_AFEU | LEROY Christophe | 1 | -83/+122 |
| 2016-06-08 | crypto: talitos - making mapping helpers more generic | LEROY Christophe | 1 | -137/+93 |
| 2016-06-08 | crypto: talitos - move mapping helpers before IPSEC functions | LEROY Christophe | 1 | -122/+122 |
| 2016-06-08 | crypto: talitos - using helpers for all talitos_ptr operations | LEROY Christophe | 1 | -25/+34 |
| 2016-04-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 1 | -30/+57 |
| 2016-04-25 | crypto: talitos - fix ahash algorithms registration | Horia Geant? | 1 | -0/+64 |
| 2016-04-20 | crypto: talitos - fix AEAD tcrypt tests | Horia Geant? | 1 | -16/+30 |
| 2016-04-20 | crypto: talitos - fix crash in talitos_cra_init() | Jonas Eymann | 1 | -14/+27 |
| 2015-12-04 | crypto: talitos - add new crypto modes | LEROY Christophe | 1 | -0/+83 |
| 2015-11-17 | crypto: talitos - check return value of sg_nents_for_len | LABBE Corentin | 1 | -7/+34 |
| 2015-11-16 | crypto: talitos - Fix timing leak in ESP ICV verification | David Gstir | 1 | -1/+1 |
| 2015-10-01 | crypto: talitos - dma_map_sg can handle chained SG | LABBE Corentin | 1 | -86/+18 |
| 2015-09-02 | Merge branch 'for-4.3/sg' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2015-08-17 | crypto: replace scatterwalk_sg_chain with sg_chain | Dan Williams | 1 | -1/+1 |
| 2015-08-17 | crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag | Herbert Xu | 1 | -1/+0 |
| 2015-08-10 | crypto: talitos - Prevent panic in probe error path | Aaron Sierra | 1 | -2/+11 |
| 2015-08-04 | crypto: talitos - Convert to new AEAD interface | Herbert Xu | 1 | -328/+276 |
| 2015-05-13 | crypto: talitos - static code checker fixes | Horia Geant? | 1 | -7/+5 |
| 2015-05-13 | crypto: talitos - avoid out of bound scatterlist iterator | Horia Geant? | 1 | -2/+2 |
| 2015-05-13 | Revert "crypto: talitos - convert to use be16_add_cpu()" | Horia Geant? | 1 | -1/+2 |
| 2015-05-13 | crypto: talitos - avoid memleak in talitos_alg_alloc() | Horia Geant? | 1 | -0/+1 |
| 2015-05-13 | crypto: talitos - fix size calculation in talitos_edesc_alloc() | Dan Carpenter | 1 | -2/+2 |
| 2015-05-13 | crypto: talitos - Include internal/aead.h | Herbert Xu | 1 | -1/+1 |
| 2015-04-21 | crypto: talitos - Add fsl,sec1.0 compatible | LEROY Christophe | 1 | -0/+7 |
| 2015-04-21 | crypto: talitos - SEC1 bugs on 0 data hash | LEROY Christophe | 1 | -0/+24 |
| 2015-04-21 | crypto: talitos - implement scatter/gather copy for SEC1 | LEROY Christophe | 1 | -36/+100 |
| 2015-04-21 | crypto: talitos - adapt interrupts and reset functions to SEC1 | LEROY Christophe | 1 | -55/+172 |
| 2015-04-21 | crypto: talitos - base address for Execution Units | LEROY Christophe | 1 | -28/+55 |
| 2015-04-21 | crypto: talitos - adaptation of talitos_submit() for SEC1 | LEROY Christophe | 1 | -4/+19 |
| 2015-04-21 | crypto: talitos - fill in talitos descriptor iaw SEC1 or SEC2+ | LEROY Christophe | 1 | -38/+67 |
| 2015-04-21 | crypto: talitos - Add a feature to tag SEC1 | LEROY Christophe | 1 | -0/+3 |
| 2015-04-21 | crypto: talitos - helper function for ptr len | LEROY Christophe | 1 | -7/+17 |
| 2015-04-21 | crypto: talitos - remove param 'extent' in map_single_talitos_ptr() | LEROY Christophe | 1 | -11/+10 |
| 2015-04-21 | crypto: talitos - Add a helper function to clear j_extent field | LEROY Christophe | 1 | -3/+8 |
| 2015-04-21 | crypto: talitos - talitos_ptr renamed ptr for more lisibility | LEROY Christophe | 1 | -10/+10 |
| 2015-04-21 | crypto: talitos - Refactor the sg in/out chain allocation | LEROY Christophe | 1 | -78/+81 |
| 2015-04-21 | crypto: talitos - Use zero entry to init descriptors ptrs to zero | LEROY Christophe | 1 | -6/+2 |
| 2015-03-06 | crypto: talitos - Remove MD5_BLOCK_SIZE | Martin Hicks | 1 | -4/+2 |
| 2015-03-06 | crypto: talitos - Simplify per-channel initialization | Martin Hicks | 1 | -8/+3 |
| 2015-01-26 | crypto: replace scatterwalk_sg_next with sg_next | Cristian Stoica | 1 | -4/+4 |
| 2014-10-20 | crypto: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-02-09 | crypto: talitos: init the priv->alg_list more earlier in talitos_probe() | Kevin Hao | 1 | -2/+2 |
| 2013-12-30 | crypto: talitos - Remove redundant dev_set_drvdata | Sachin Kamat | 1 | -2/+0 |
| 2013-12-05 | crypto: talitos - fix locating offending descriptor in error path | Horia Geanta | 1 | -6/+15 |
| 2013-11-28 | crypto: talitos - fix aead sglen for case 'dst != src' | Horia Geanta | 1 | -24/+23 |
| 2013-11-28 | crypto: talitos - corrrectly handle zero-length assoc data | Horia Geanta | 1 | -5/+16 |
| 2013-11-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -27/+8 |
| 2013-10-16 | crypto: talitos - Simplify key parsing | Mathias Krause | 1 | -27/+8 |
| 2013-10-09 | drivers: clean-up prom.h implicit includes | Rob Herring | 1 | -0/+2 |
| 2013-07-09 | crypto: talitos: use sg_pcopy_to_buffer() | Akinobu Mita | 1 | -59/+1 |
| 2013-03-21 | Revert "crypto: talitos - add IPsec ESN support" | Horia Geanta | 1 | -28/+2 |
| 2012-10-15 | crypto: talitos - convert to use be16_add_cpu() | Wei Yongjun | 1 | -2/+1 |
| 2012-08-28 | crypto: talitos - add IPsec ESN support | Horia Geanta | 1 | -2/+28 |
| 2012-08-28 | crypto: talitos - support for assoc data provided as scatterlist | Horia Geanta | 1 | -51/+125 |
| 2012-08-28 | crypto: talitos - change type and name for [src|dst]_is_chained | Horia Geanta | 1 | -21/+20 |
| 2012-08-28 | crypto: talitos - prune unneeded descriptor allocation param | Horia Geanta | 1 | -7/+6 |
| 2012-08-28 | crypto: talitos - fix icv management on outbound direction | Horia Geanta | 1 | -1/+1 |
| 2012-08-28 | crypto: talitos - consolidate common cra_* assignments | Kim Phillips | 1 | -146/+17 |
| 2012-08-28 | crypto: talitos - consolidate cra_type assignments | Kim Phillips | 1 | -26/+3 |
| 2012-07-11 | crypto: talitos - add sha224, sha384 and sha512 to existing AEAD algorithms | Horia Geanta | 1 | -1/+160 |
| 2012-07-11 | crypto: talitos - export the talitos_submit function | Horia Geanta | 1 | -5/+6 |
| 2012-07-11 | crypto: talitos - move talitos structures to header file | Horia Geanta | 1 | -111/+0 |
| 2012-04-09 | crypto: talitos - properly lock access to global talitos registers | Horia Geanta | 1 | -3/+17 |
| 2012-01-13 | crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flag | Nikos Mavrogiannopoulos | 1 | -0/+1 |
| 2011-12-20 | crypto: talitos - convert talitos_error to struct device | Kim Phillips | 1 | -3/+2 |
| 2011-12-20 | crypto: talitos - remove NO_IRQ references | Kim Phillips | 1 | -9/+9 |
| 2011-12-20 | crypto: talitos - fix bad kfree | Kim Phillips | 1 | -4/+4 |
| 2011-11-30 | crypto: convert drivers/crypto/* to use module_platform_driver() | Axel Lin | 1 | -11/+1 |
| 2011-11-21 | crypto: talitos - support for channel remap and 2nd IRQ | Kim Phillips | 1 | -67/+136 |
| 2011-11-21 | crypto: talitos - prepare driver for channel remap support | Kim Phillips | 1 | -15/+22 |
| 2011-11-21 | crypto: talitos - be less noisy on startup | Kim Phillips | 1 | -3/+4 |
| 2011-11-21 | crypto: talitos - add hmac algorithms | Lee Nipper | 1 | -2/+235 |
| 2011-10-21 | crypto: talitos - handle descriptor not found in error path | Kim Phillips | 1 | -8/+10 |
| 2011-07-15 | crypto: talitos - don't bad_key in ablkcipher setkey | Kim Phillips | 1 | -11/+0 |
| 2011-07-15 | crypto: talitos - remove unused giv from ablkcipher methods | Kim Phillips | 1 | -4/+3 |
| 2011-07-15 | crypto: talitos - don't set done notification in hot path | Kim Phillips | 1 | -3/+3 |
| 2011-07-15 | crypto: talitos - ensure request ordering within a single tfm | Kim Phillips | 1 | -9/+14 |
| 2011-02-28 | dt: Eliminate of_platform_{,un}register_driver | Grant Likely | 1 | -5/+4 |
| 2010-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -14/+15 |
| 2010-09-23 | crypto: talitos - sparse check endian fixes | Kim Phillips | 1 | -12/+11 |
| 2010-09-23 | crypto: talitos - fix checkpatch warning | Kim Phillips | 1 | -2/+1 |
| 2010-09-23 | crypto: talitos - fix warning: 'alg' may be used uninitialized in this function | Kim Phillips | 1 | -0/+3 |
| 2010-08-06 | of/device: Replace struct of_device with struct platform_device | Grant Likely | 1 | -3/+3 |
| 2010-08-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 1 | -36/+39 |
| 2010-07-19 | crypto: talitos - fix bug in sg_copy_end_to_buffer | Lee Nipper | 1 | -1/+5 |
| 2010-06-16 | crypto: talitos - fix ahash for multiple of blocksize | Lee Nipper | 1 | -36/+39 |
| 2010-05-22 | Merge remote branch 'origin' into secretlab/next-devicetree | Grant Likely | 1 | -47/+652 |
| 2010-05-22 | of: Remove duplicate fields from of_platform_driver | Grant Likely | 1 | -2/+5 |
| 2010-05-19 | crypto: talitos - add support for sha224 | Kim Phillips | 1 | -9/+72 |
| 2010-05-19 | crypto: talitos - add hash algorithms | Lee Nipper | 1 | -18/+526 |
| 2010-05-19 | crypto: talitos - second prepare step for adding ahash algorithms | Lee Nipper | 1 | -12/+43 |
| 2010-05-19 | crypto: talitos - prepare for adding ahash algorithms | Lee Nipper | 1 | -18/+21 |
| 2010-05-18 | of: Always use 'struct device.of_node' to get device node pointer. | Grant Likely | 1 | -1/+1 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-01-17 | crypto: Make Open Firmware device id constant | Márton Németh | 1 | -1/+1 |
| 2009-08-13 | crypto: talitos - add support for 36 bit addressing | Kim Phillips | 1 | -29/+40 |
| 2009-08-13 | crypto: talitos - align locks on cache lines | Kim Phillips | 1 | -83/+58 |
| 2009-08-13 | crypto: talitos - simplify hmac data size calculation | Kim Phillips | 1 | -5/+3 |
| 2009-06-02 | crypto: talitos - Avoid unnecessary decrypt check | Kim Phillips | 1 | -2/+1 |
| 2009-06-02 | crypto: talitos - containerof related codingstyle | Kim Phillips | 1 | -10/+16 |
| 2009-06-02 | crypto: talitos - Whitespace/codingstyle/overrun lines cleanup | Kim Phillips | 1 | -47/+48 |