Age | Commit message (Expand) | Author | Files | Lines |
2025-03-21 | crypto: remove obsolete 'comp' compression API | Ard Biesheuvel | 1 | -2/+0 |
2025-03-02 | crypto/krb5: Add API Documentation | David Howells | 2 | -0/+263 |
2024-10-10 | crypto: doc - Fix akcipher title reference | Lukas Wunner | 1 | -1/+1 |
2024-10-05 | crypto: ecdsa - Move X9.62 signature size calculation into template | Lukas Wunner | 1 | -1/+1 |
2024-10-05 | crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize() | Lukas Wunner | 1 | -1/+2 |
2024-10-05 | crypto: akcipher - Drop sign/verify operations | Lukas Wunner | 1 | -1/+1 |
2024-10-05 | crypto: sig - Introduce sig_alg backend | Lukas Wunner | 3 | -0/+17 |
2024-06-12 | docs: crypto: async-tx-api: fix broken code example | Ahmad Fatoum | 1 | -15/+15 |
2024-01-11 | Merge tag 'docs-6.8' of git://git.lwn.net/linux | Linus Torvalds | 2 | -8/+2 |
2023-12-29 | crypto: octeontx2 - add devlink option to set t106 mode | Srujana Challa | 3 | -0/+35 |
2023-11-17 | Merge branch 'vegard' into docs-mw | Jonathan Corbet | 2 | -8/+2 |
2023-11-17 | crypto: doc: properly format ToC headings | Vegard Nossum | 2 | -8/+2 |
2023-10-27 | crypto: ahash - remove support for nonzero alignmask | Eric Biggers | 1 | -3/+1 |
2023-06-09 | docs: crypto: async-tx-api: fix typo in struct name | Baruch Siach | 1 | -1/+1 |
2023-01-24 | Docs/subsystem-apis: Remove '[The ]Linux' prefixes from titles of listed docu... | SeongJae Park | 1 | -3/+3 |
2022-11-04 | crypto: doc - use correct function name | Ralph Siemsen | 1 | -1/+1 |
2022-10-28 | crypto: af_alg - Support symmetric encryption via keyring keys | Frederick Lawler | 1 | -3/+12 |
2021-10-29 | crypto: engine - Add KPP Support to Crypto Engine | Prabhjot Khurana | 1 | -0/+4 |
2021-01-03 | crypto: remove cipher routines from public crypto API | Ard Biesheuvel | 1 | -2/+2 |
2020-09-25 | crypto: af_alg - add extra parameters for DRBG interface | Elena Petrova | 1 | -3/+17 |
2020-08-04 | Merge tag 'docs-5.9' of git://git.lwn.net/linux | Linus Torvalds | 5 | -285/+404 |
2020-07-23 | crypto: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 2 | -3/+3 |
2020-06-19 | docs: crypto: descore-readme.txt: convert to ReST format | Mauro Carvalho Chehab | 2 | -45/+108 |
2020-06-19 | docs: crypto: convert async-tx-api.txt to ReST format | Mauro Carvalho Chehab | 2 | -105/+152 |
2020-06-19 | docs: crypto: convert api-intro.txt to ReST format | Mauro Carvalho Chehab | 2 | -87/+100 |
2020-06-19 | docs: crypto: convert asymmetric-keys.txt to ReST | Mauro Carvalho Chehab | 2 | -48/+44 |
2019-12-20 | crypto: algapi - make unregistration functions return void | Eric Biggers | 1 | -22/+12 |
2019-12-11 | crypto: doc - remove references to ARC4 | Eric Biggers | 1 | -2/+2 |
2019-11-17 | crypto: ablkcipher - remove deprecated and unused ablkcipher support | Ard Biesheuvel | 3 | -25/+1 |
2019-11-01 | crypto: skcipher - remove the "blkcipher" algorithm type | Eric Biggers | 3 | -28/+12 |
2019-11-01 | crypto: skcipher - remove crypto_has_ablkcipher() | Eric Biggers | 1 | -1/+1 |
2019-09-18 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -0/+1 |
2019-08-15 | Documentation: crypto: crypto_engine: Fix Sphinx warning | Jonathan Neuschäfer | 1 | -0/+1 |
2019-07-17 | docs: remove extra conf.py files | Mauro Carvalho Chehab | 1 | -10/+0 |
2019-07-03 | crypto: doc - Fix formatting of new crypto engine content | Hook, Gary | 1 | -38/+73 |
2019-07-03 | crypto: doc - Add parameter documentation | Hook, Gary | 1 | -1/+1 |
2019-06-13 | crypto: doc - improve the skcipher API example code | Eric Biggers | 1 | -99/+77 |
2019-05-30 | crypto: hash - remove CRYPTO_ALG_TYPE_DIGEST | Eric Biggers | 1 | -3/+1 |
2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers | 1 | -1/+0 |
2018-12-23 | crypto: skcipher - remove remnants of internal IV generators | Eric Biggers | 2 | -35/+5 |
2018-10-26 | KEYS: Implement PKCS#8 RSA Private Key parser [ver #2] | David Howells | 1 | -0/+2 |
2018-10-26 | KEYS: Provide missing asymmetric key subops for new key type ops [ver #2] | David Howells | 1 | -5/+19 |
2018-07-09 | crypto: remove redundant type flags from tfm allocation | Eric Biggers | 1 | -1/+1 |
2018-06-15 | docs: crypto_engine.rst: Fix two parse warnings | Mauro Carvalho Chehab | 1 | -3/+5 |
2018-05-08 | docs: */index.rst: Add newer documents to their respective index.rst | Mauro Carvalho Chehab | 1 | -0/+1 |
2018-03-31 | crypto: doc - clarify hash callbacks state machine | Horia Geantă | 1 | -0/+8 |
2018-02-15 | crypto: doc - document crypto engine API | Corentin LABBE | 1 | -0/+48 |
2017-11-03 | crypto: doc - adapt api sample to use async. op wait | Gilad Ben-Yossef | 1 | -42/+10 |
2017-07-14 | KEYS: Add documentation for asymmetric keyring restrictions | Mat Martineau | 1 | -8/+57 |
2017-07-05 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -11/+29 |
2017-06-22 | crypto: doc - fix typo in docs | Benjamin Peterson | 1 | -1/+1 |
2017-06-19 | crypto: doc - Fixed bugs, added example usage of calc_hash(). | Kamil Konieczny | 1 | -10/+28 |
2017-05-18 | Merge remote-tracking branch 'mauro-exp/docbook3' into death-to-docbook | Jonathan Corbet | 1 | -0/+10 |
2017-05-18 | doc: ReSTify keys.txt | Kees Cook | 1 | -1/+1 |
2017-05-16 | docs-rst: add crypto API book to pdf output | Mauro Carvalho Chehab | 1 | -0/+10 |
2017-05-03 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 1 | -0/+51 |
2017-04-04 | KEYS: Keyring asymmetric key restrict method with chaining | Mat Martineau | 1 | -1/+6 |
2017-04-04 | KEYS: Restrict asymmetric key linkage using a specific keychain | Mat Martineau | 1 | -0/+11 |
2017-04-04 | KEYS: Add a lookup_restriction function for the asymmetric key type | Mat Martineau | 1 | -0/+35 |
2017-03-16 | crypto: doc - fix typo (struct sdesc) | Fabien DESSENNE | 1 | -3/+3 |
2017-02-15 | crypto: doc - fix typo | Gilad Ben-Yossef | 1 | -1/+1 |
2017-02-03 | crypto: doc - Fix hash export state information | Rabin Vincent | 1 | -1/+1 |
2016-12-17 | Merge tag 'docs-4.10-2' of git://git.lwn.net/linux | Linus Torvalds | 13 | -0/+1614 |
2016-12-13 | crypto: doc - optimize compilation | Stephan Mueller | 6 | -401/+23 |
2016-12-13 | crypto: doc - remove crypto_alloc_ablkcipher | Stephan Mueller | 1 | -3/+0 |
2016-12-13 | crypto: doc - add KPP documentation | Stephan Mueller | 3 | -0/+99 |
2016-12-13 | crypto: doc - fix separation of cipher / req API | Stephan Mueller | 1 | -12/+12 |
2016-12-13 | crypto: doc - convert crypto API documentation to Sphinx | Stephan Mueller | 12 | -0/+1896 |
2016-12-01 | crypt: doc - remove misleading mention of async API | Baruch Siach | 1 | -3/+0 |
2016-12-01 | crypto: doc - fix header file name | Baruch Siach | 1 | -1/+1 |
2016-05-31 | crypto: doc - Fix typo | Andrea Gelmini | 1 | -1/+1 |
2016-02-06 | crypto: doc - Use ahash | Herbert Xu | 1 | -9/+14 |
2015-10-21 | KEYS: Merge the type-specific data with the payload data | David Howells | 1 | -13/+14 |
2015-03-09 | crypto: doc - AEAD / RNG AF_ALG interface | Stephan Mueller | 1 | -205/+0 |
2014-11-13 | crypto: doc - userspace interface spec | Stephan Mueller | 1 | -0/+205 |
2013-07-03 | drivers/dma: remove unused support for MEMSET operations | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2012-10-08 | KEYS: Document asymmetric key type | David Howells | 1 | -0/+312 |
2009-08-29 | async_tx: add support for asynchronous RAID6 recovery operations | Dan Williams | 1 | -0/+4 |
2009-08-29 | async_tx: add support for asynchronous GF multiplication | Dan Williams | 1 | -0/+3 |
2009-06-03 | async_xor: permit callers to pass in a 'dma/page scribble' region | Dan Williams | 1 | -15/+28 |
2009-06-03 | async_tx: structify submission arguments, add scribble | Dan Williams | 1 | -5/+1 |
2009-06-03 | async_tx: kill ASYNC_TX_DEP_ACK flag | Dan Williams | 1 | -5/+4 |
2009-04-08 | async_tx: rename zero_sum to val | Dan Williams | 1 | -7/+7 |
2009-01-05 | async_tx, dmaengine: document channel allocation and api rework | Dan Williams | 1 | -52/+44 |
2008-01-11 | [CRYPTO] doc: Update api-intro.txt | Herbert Xu | 1 | -25/+16 |
2007-09-24 | async_tx: usage documentation and developer notes (v2) | Dan Williams | 1 | -0/+219 |
2007-05-09 | documentation: convert the Documentation directory to UTF-8 | John Anthony Kazos Jr | 1 | -3/+3 |
2007-03-21 | [CRYPTO] doc: Fix typo in hash example | Johannes Schlumberger | 1 | -1/+1 |
2007-02-07 | [CRYPTO] doc: added the developer of Camellia cipher | Noriaki TAKAMIYA | 1 | -0/+4 |
2006-09-21 | [CRYPTO] doc: Update documentation for hash and me | Herbert Xu | 1 | -14/+22 |
2005-09-10 | [PATCH] Spelling fixes for Documentation/ | Tobias Klauser | 1 | -1/+1 |
2005-09-01 | [CRYPTO]: Fix XTEA implementation | Aaron Grothe | 1 | -0/+1 |
2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2 | -0/+596 |