| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-08-04 | Merge tag 'for-5.20/block-2022-08-04' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -0/+4 |
| 2022-08-02 | crypto: add crypto_has_kpp() | Hannes Reinecke | 1 | -0/+2 |
| 2022-08-02 | crypto: add crypto_has_shash() | Hannes Reinecke | 1 | -0/+2 |
| 2022-07-15 | crypto: aria - Implement ARIA symmetric cipher algorithm | Taehee Yoo | 1 | -0/+461 |
| 2022-06-10 | crypto: blake2s - remove shash module | Jason A. Donenfeld | 1 | -108/+0 |
| 2022-06-10 | crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVAL | Nathan Huckleberry | 1 | -0/+5 |
| 2022-06-10 | crypto: polyval - Add POLYVAL support | Nathan Huckleberry | 1 | -0/+17 |
| 2022-04-08 | crypto: sm4 - export sm4 constant arrays | Tianjia Zhang | 1 | -0/+4 |
| 2022-03-21 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 4 | -15/+213 |
| 2022-03-08 | KEYS: remove support for asym_tpm keys | Eric Biggers | 1 | -19/+0 |
| 2022-03-03 | crypto: crypto_xor - use helpers for unaligned accesses | Ard Biesheuvel | 1 | -2/+8 |
| 2022-03-03 | crypto: dh - split out deserialization code from crypto_dh_decode() | Nicolai Stange | 1 | -0/+16 |
| 2022-03-03 | crypto: dh - constify struct dh's pointer members | Nicolai Stange | 1 | -3/+3 |
| 2022-03-03 | crypto: dh - remove struct dh's ->q member | Nicolai Stange | 1 | -4/+0 |
| 2022-03-03 | crypto: kpp - provide support for KPP spawns | Nicolai Stange | 1 | -0/+75 |
| 2022-03-03 | crypto: kpp - provide support for KPP template instances | Nicolai Stange | 1 | -0/+83 |
| 2022-02-04 | lib/crypto: blake2s: avoid indirect calls to compression function for Clang CFI | Jason A. Donenfeld | 1 | -15/+25 |
| 2022-01-28 | crypto: sm3 - make dependent on sm3 library | Tianjia Zhang | 1 | -10/+0 |
| 2022-01-28 | crypto: sm3 - create SM3 stand-alone library | Tianjia Zhang | 1 | -0/+32 |
| 2022-01-18 | lib/crypto: blake2s: move hmac construction into wireguard | Jason A. Donenfeld | 1 | -3/+0 |
| 2022-01-11 | Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+1 |
| 2022-01-11 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 12 | -12/+163 |
| 2022-01-09 | keys: X.509 public key issuer lookup without AKID | Andrew Zaborowski | 1 | -1/+1 |
| 2022-01-07 | random: early initialization of ChaCha constants | Dominik Brodowski | 1 | -4/+11 |
| 2022-01-07 | lib/crypto: blake2s: include as built-in | Jason A. Donenfeld | 1 | -3/+3 |
| 2021-12-17 | crypto: api - Replace kernel.h with the necessary inclusions | Andy Shevchenko | 9 | -9/+23 |
| 2021-11-26 | crypto: kdf - add SP800-108 counter key derivation function | Stephan Müller | 1 | -0/+61 |
| 2021-11-26 | crypto: kdf - Add key derivation self-test support code | Stephan Müller | 1 | -0/+71 |
| 2021-11-26 | crypto: drbg - reseed 'nopr' drbgs periodically from get_random_bytes() | Nicolai Stange | 1 | -0/+1 |
| 2021-11-26 | crypto: drbg - make reseeding from get_random_bytes() synchronous | Nicolai Stange | 1 | -2/+0 |
| 2021-11-26 | crypto: drbg - track whether DRBG was seeded with !rng_is_initialized() | Nicolai Stange | 1 | -0/+1 |
| 2021-11-26 | crypto: drbg - prepare for more fine-grained tracking of seeding state | Nicolai Stange | 1 | -1/+6 |
| 2021-10-29 | crypto: ecc - Export additional helper functions | Daniele Alessandrelli | 1 | -0/+36 |
| 2021-10-29 | crypto: ecc - Move ecc.h to include/crypto/internal | Daniele Alessandrelli | 1 | -0/+245 |
| 2021-10-29 | crypto: engine - Add KPP Support to Crypto Engine | Prabhjot Khurana | 1 | -0/+5 |
| 2021-08-30 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -6/+19 |
| 2021-08-23 | crypto: public_key: fix overflow during implicit conversion | zhenwei pi | 1 | -2/+2 |
| 2021-07-30 | crypto: arm64/sm4-ce - Make dependent on sm4 library instead of sm4-generic | Tianjia Zhang | 1 | -7/+2 |
| 2021-07-30 | crypto: sm4 - create SM4 library based on sm4 generic code | Tianjia Zhang | 1 | -3/+21 |
| 2021-06-28 | crypto: scatterwalk - Remove obsolete PageSlab check | Herbert Xu | 1 | -6/+1 |
| 2021-06-24 | crypto: api - Move crypto attr definitions out of crypto.h | Herbert Xu | 1 | -0/+9 |
| 2021-06-17 | crypto: api - remove CRYPTOA_U32 and related functions | Liu Shixin | 1 | -1/+0 |
| 2021-06-17 | crypto: shash - avoid comparing pointers to exported functions under CFI | Ard Biesheuvel | 1 | -7/+1 |
| 2021-05-28 | crypto: header - Fix spelling errors | Zhen Lei | 3 | -3/+3 |
| 2021-04-02 | crypto: poly1305 - fix poly1305_core_setkey() declaration | Arnd Bergmann | 2 | -3/+6 |
| 2021-04-02 | random: initialize ChaCha20 constants with correct endianness | Eric Biggers | 1 | -2/+7 |
| 2021-03-26 | Merge branch 'ecc' | Herbert Xu | 1 | -0/+1 |
| 2021-03-26 | crypto: ecc - Add NIST P384 curve parameters | Saulo Alessandre | 1 | -0/+1 |
| 2021-03-13 | crypto: ecc - add curve25519 params and expose them | Meng Yu | 1 | -0/+7 |
| 2021-03-13 | crypto: ecc - expose ecc curves | Meng Yu | 1 | -0/+53 |
| 2021-03-13 | crypto: ecdh - move curve_id of ECDH from the key to algorithm name | Meng Yu | 1 | -2/+0 |
| 2021-03-13 | crypto: api - check for ERR pointers in crypto_destroy_tfm() | Ard Biesheuvel | 7 | -0/+16 |
| 2021-02-23 | Merge tag 'keys-misc-20210126' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+0 |
| 2021-01-22 | crypto - shash: reduce minimum alignment of shash_desc structure | Ard Biesheuvel | 1 | -4/+4 |
| 2021-01-21 | crypto: public_key: Remove redundant header file from public_key.h | Tianjia Zhang | 1 | -1/+0 |
| 2021-01-14 | crypto: x86 - remove glue helper module | Ard Biesheuvel | 1 | -1/+0 |
| 2021-01-03 | crypto: blake2b - sync with blake2s implementation | Eric Biggers | 2 | -0/+182 |
| 2021-01-03 | crypto: blake2s - include <linux/bug.h> instead of <asm/bug.h> | Eric Biggers | 1 | -2/+1 |
| 2021-01-03 | crypto: blake2s - adjust include guard naming | Eric Biggers | 2 | -6/+6 |
| 2021-01-03 | crypto: blake2s - add comment for blake2s_state fields | Eric Biggers | 1 | -0/+1 |
| 2021-01-03 | crypto: blake2s - optimize blake2s initialization | Eric Biggers | 2 | -30/+28 |
| 2021-01-03 | crypto: blake2s - share the "shash" API boilerplate code | Eric Biggers | 1 | -5/+60 |
| 2021-01-03 | crypto: blake2s - move update and final logic to internal/blake2s.h | Eric Biggers | 1 | -0/+41 |
| 2021-01-03 | crypto: remove cipher routines from public crypto API | Ard Biesheuvel | 3 | -39/+219 |
| 2020-12-04 | crypto: lib/blake2s - Move selftest prototype into header file | Herbert Xu | 1 | -0/+2 |
| 2020-11-20 | crypto: lib/curve25519 - Move selftest prototype into header file | Herbert Xu | 1 | -0/+2 |
| 2020-11-20 | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 6 | -41/+55 |
| 2020-11-06 | crypto: aead - add crypto_aead_driver_name() | Eric Biggers | 1 | -0/+5 |
| 2020-10-30 | crypto: hash - Use memzero_explicit() for clearing state | Arvind Sankar | 4 | -4/+8 |
| 2020-10-08 | X.509: Fix modular build of public_key_sm2 | Herbert Xu | 1 | -12/+0 |
| 2020-09-25 | X.509: support OSCCA SM2-with-SM3 certificate verification | Tianjia Zhang | 1 | -0/+15 |
| 2020-09-25 | crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm | Tianjia Zhang | 1 | -0/+25 |
| 2020-09-25 | crypto: sm3 - export crypto_sm3_final function | Tianjia Zhang | 1 | -0/+2 |
| 2020-09-25 | crypto: af_alg - add extra parameters for DRBG interface | Elena Petrova | 1 | -0/+1 |
| 2020-09-11 | crypto: cbc - Remove cbc.h | Herbert Xu | 1 | -141/+0 |
| 2020-08-28 | crypto: ahash - Remove AHASH_REQUEST_ON_STACK | Herbert Xu | 1 | -5/+0 |
| 2020-08-28 | crypto: ahash - Add ahash_alg_instance | Herbert Xu | 1 | -0/+6 |
| 2020-08-28 | crypto: ahash - Add init_tfm/exit_tfm | Herbert Xu | 1 | -0/+13 |
| 2020-08-21 | crypto: hash - Remove unused async iterators | Ira Weiny | 1 | -13/+0 |
| 2020-08-20 | crypto: algapi - Remove skbuff.h inclusion | Herbert Xu | 1 | -1/+1 |
| 2020-08-19 | crypto: algapi - Move crypto_yield into internal.h | Herbert Xu | 1 | -6/+0 |
| 2020-08-07 | mm, treewide: rename kzfree() to kfree_sensitive() | Waiman Long | 7 | -7/+7 |
| 2020-08-04 | Merge tag 'docs-5.9' of git://git.lwn.net/linux | Linus Torvalds | 1 | -1/+1 |
| 2020-07-23 | crypto: skcipher - drop duplicated word in kernel-doc | Randy Dunlap | 1 | -1/+1 |
| 2020-07-23 | crypto: hash - drop duplicated word in a comment | Randy Dunlap | 1 | -1/+1 |
| 2020-07-16 | crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORY | Eric Biggers | 1 | -1/+2 |
| 2020-07-16 | crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGS | Eric Biggers | 1 | -1/+2 |
| 2020-07-16 | crypto: algapi - use common mechanism for inheriting flags | Eric Biggers | 1 | -7/+16 |
| 2020-07-16 | crypto: geniv - remove unneeded arguments from aead_geniv_alloc() | Eric Biggers | 1 | -1/+1 |
| 2020-07-16 | crypto: lib/sha256 - add sha256() function | Eric Biggers | 1 | -0/+1 |
| 2020-07-16 | crypto: x86/chacha-sse3 - use unaligned loads for state array | Ard Biesheuvel | 1 | -4/+0 |
| 2020-07-16 | crypto: lib/chacha20poly1305 - Add missing function declaration | Herbert Xu | 1 | -0/+2 |
| 2020-07-09 | crypto: api - permit users to specify numa node of acomp hardware | Barry Song | 1 | -0/+18 |
| 2020-06-19 | docs: crypto: convert asymmetric-keys.txt to ReST | Mauro Carvalho Chehab | 1 | -1/+1 |
| 2020-06-18 | crypto: algif_aead - Only wake up when ctx->more is zero | Herbert Xu | 1 | -1/+3 |
| 2020-06-18 | crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock() | Herbert Xu | 1 | -2/+2 |
| 2020-05-08 | crypto: lib/sha1 - fold linux/cryptohash.h into crypto/sha.h | Eric Biggers | 1 | -0/+10 |
| 2020-05-08 | crypto: hash - introduce crypto_shash_tfm_digest() | Eric Biggers | 1 | -0/+19 |
| 2020-05-08 | crypto: lib/sha256 - return void | Eric Biggers | 2 | -14/+10 |
| 2020-05-08 | crypto: acomp - search acomp with scomp backend in crypto_has_acomp | Barry Song | 1 | -1/+1 |
| 2020-05-08 | crypto: engine - support for batch requests | Iuliana Prodan | 1 | -0/+5 |
| 2020-05-08 | crypto: engine - support for parallel requests based on retry mechanism | Iuliana Prodan | 1 | -2/+8 |
| 2020-05-08 | crypto: algapi - create function to add request in front of queue | Iuliana Prodan | 1 | -0/+2 |
| 2020-04-24 | crypto: drbg - always seeded with SP800-90B compliant noise source | Stephan Müller | 1 | -5/+1 |
| 2020-04-09 | crypto: curve25519 - do not pollute dispatcher based on assembler | Jason A. Donenfeld | 1 | -4/+2 |
| 2020-04-01 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -18/+24 |
| 2020-03-12 | crypto: aead - improve documentation for scatterlist layout | Eric Biggers | 1 | -17/+23 |
| 2020-03-06 | crypto: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
| 2020-03-05 | crypto: x86/curve25519 - support assemblers with no adx support | Jason A. Donenfeld | 1 | -2/+4 |
| 2020-01-16 | crypto: poly1305 - add new 32 and 64-bit generic versions | Jason A. Donenfeld | 3 | -40/+35 |
| 2020-01-09 | crypto: algapi - remove crypto_template::{alloc,free}() | Eric Biggers | 1 | -2/+0 |
| 2020-01-09 | crypto: shash - convert shash_free_instance() to new style | Eric Biggers | 1 | -1/+1 |
| 2020-01-09 | crypto: geniv - convert to new way of freeing instances | Eric Biggers | 1 | -1/+0 |
| 2020-01-09 | crypto: hash - add support for new way of freeing instances | Eric Biggers | 1 | -0/+2 |
| 2020-01-09 | crypto: algapi - fold crypto_init_spawn() into crypto_grab_spawn() | Eric Biggers | 1 | -3/+0 |
| 2020-01-09 | crypto: ahash - unexport crypto_ahash_type | Eric Biggers | 1 | -2/+0 |
| 2020-01-09 | crypto: algapi - remove obsoleted instance creation helpers | Eric Biggers | 2 | -53/+0 |
| 2020-01-09 | crypto: cipher - make crypto_spawn_cipher() take a crypto_cipher_spawn | Eric Biggers | 1 | -2/+2 |
| 2020-01-09 | crypto: skcipher - use crypto_grab_cipher() and simplify error paths | Eric Biggers | 1 | -2/+2 |
| 2020-01-09 | crypto: cipher - introduce crypto_cipher_spawn and crypto_grab_cipher() | Eric Biggers | 1 | -0/+25 |
| 2020-01-09 | crypto: ahash - introduce crypto_grab_ahash() | Eric Biggers | 1 | -0/+10 |
| 2020-01-09 | crypto: shash - introduce crypto_grab_shash() | Eric Biggers | 1 | -0/+10 |
| 2020-01-09 | crypto: algapi - pass instance to crypto_grab_spawn() | Eric Biggers | 1 | -8/+2 |
| 2020-01-09 | crypto: akcipher - pass instance to crypto_grab_akcipher() | Eric Biggers | 1 | -9/+3 |
| 2020-01-09 | crypto: aead - pass instance to crypto_grab_aead() | Eric Biggers | 1 | -8/+3 |
| 2020-01-09 | crypto: skcipher - pass instance to crypto_grab_skcipher() | Eric Biggers | 1 | -8/+3 |
| 2020-01-09 | crypto: ahash - make struct ahash_instance be the full size | Eric Biggers | 1 | -3/+9 |
| 2020-01-09 | crypto: shash - make struct shash_instance be the full size | Eric Biggers | 1 | -4/+9 |
| 2020-01-09 | crypto: remove CRYPTO_TFM_RES_WEAK_KEY | Eric Biggers | 2 | -21/+5 |
| 2020-01-09 | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN | Eric Biggers | 4 | -15/+6 |
| 2020-01-09 | crypto: skcipher - remove skcipher_walk_aead() | Eric Biggers | 1 | -2/+0 |
| 2019-12-27 | crypto: skcipher - Add skcipher_ialg_simple helper | Herbert Xu | 1 | -3/+11 |
| 2019-12-27 | crypto: api - Retain alg refcount in crypto_grab_spawn | Herbert Xu | 1 | -2/+15 |
| 2019-12-20 | crypto: algapi - make unregistration functions return void | Eric Biggers | 4 | -10/+6 |
| 2019-12-11 | crypto: hmac - Use init_tfm/exit_tfm interface | Herbert Xu | 1 | -0/+6 |
| 2019-12-11 | crypto: shash - Add init_tfm/exit_tfm and verify descsize | Herbert Xu | 1 | -0/+13 |
| 2019-12-11 | crypto: api - Do not zap spawn->alg | Herbert Xu | 1 | -0/+1 |
| 2019-12-11 | crypto: chacha - fix warning message in header file | Valdis Klētnieks | 1 | -1/+1 |
| 2019-12-11 | crypto: skcipher - add crypto_skcipher_min_keysize() | Eric Biggers | 1 | -0/+6 |
| 2019-12-11 | crypto: aead - move crypto_aead_maxauthsize() to <crypto/aead.h> | Eric Biggers | 2 | -10/+10 |
| 2019-12-11 | crypto: shash - allow essiv and hmac to use OPTIONAL_KEY algorithms | Eric Biggers | 1 | -0/+6 |
| 2019-12-11 | crypto: skcipher - remove crypto_skcipher::decrypt | Eric Biggers | 1 | -2/+0 |
| 2019-12-11 | crypto: skcipher - remove crypto_skcipher::encrypt | Eric Biggers | 1 | -1/+0 |
| 2019-12-11 | crypto: skcipher - remove crypto_skcipher::setkey | Eric Biggers | 1 | -7/+2 |
| 2019-12-11 | crypto: skcipher - remove crypto_skcipher::keysize | Eric Biggers | 1 | -3/+2 |
| 2019-12-11 | crypto: skcipher - remove crypto_skcipher::ivsize | Eric Biggers | 1 | -2/+1 |
| 2019-12-11 | crypto: x86 - Regularize glue function prototypes | Kees Cook | 3 | -6/+4 |
| 2019-11-17 | crypto: ablkcipher - remove deprecated and unused ablkcipher support | Ard Biesheuvel | 7 | -119/+2 |
| 2019-11-17 | crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine | Ard Biesheuvel | 1 | -0/+11 |
| 2019-11-17 | crypto: chacha20poly1305 - import construction and selftest from Zinc | Ard Biesheuvel | 1 | -0/+37 |
| 2019-11-17 | crypto: curve25519 - generic C library implementations | Jason A. Donenfeld | 1 | -0/+71 |
| 2019-11-17 | crypto: blake2s - implement generic shash driver | Ard Biesheuvel | 1 | -0/+5 |
| 2019-11-17 | crypto: blake2s - generic C library implementation and selftest | Jason A. Donenfeld | 2 | -0/+125 |
| 2019-11-17 | crypto: x86/poly1305 - depend on generic library not generic shash | Ard Biesheuvel | 1 | -9/+0 |
| 2019-11-17 | crypto: poly1305 - expose init/update/final library interface | Ard Biesheuvel | 1 | -1/+37 |
| 2019-11-17 | crypto: x86/poly1305 - unify Poly1305 state struct with generic code | Ard Biesheuvel | 2 | -11/+11 |
| 2019-11-17 | crypto: poly1305 - move core routines into a separate library | Ard Biesheuvel | 2 | -23/+67 |
| 2019-11-17 | crypto: chacha - unexport chacha_generic routines | Ard Biesheuvel | 1 | -10/+0 |
| 2019-11-17 | crypto: x86/chacha - expose SIMD ChaCha routine as library function | Ard Biesheuvel | 1 | -0/+6 |
| 2019-11-17 | crypto: chacha - move existing library code into lib/crypto | Ard Biesheuvel | 2 | -17/+113 |
| 2019-11-01 | crypto: skcipher - remove the "blkcipher" algorithm type | Eric Biggers | 3 | -94/+0 |
| 2019-11-01 | crypto: skcipher - unify the crypto_has_skcipher*() functions | Eric Biggers | 1 | -18/+1 |
| 2019-10-05 | crypto: algif_skcipher - Use chunksize instead of blocksize | Herbert Xu | 2 | -30/+30 |
| 2019-09-27 | Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+4 |
| 2019-09-09 | crypto: skcipher - add the ability to abort a skcipher walk | Ard Biesheuvel | 1 | -0/+5 |
| 2019-09-05 | crypto: sha256 - Remove sha256/224_init code duplication | Hans de Goede | 2 | -24/+30 |
| 2019-09-05 | crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h | Hans de Goede | 2 | -34/+21 |
| 2019-08-22 | crypto: sha256 - Add sha224 support to sha256 library code | Hans de Goede | 1 | -0/+5 |
| 2019-08-22 | crypto: sha256 - Make lib/crypto/sha256.c suitable for generic use | Hans de Goede | 1 | -2/+3 |
| 2019-08-22 | crypto: sha256 - Move lib/sha256.c to lib/crypto | Hans de Goede | 1 | -0/+28 |
| 2019-08-22 | crypto: des - remove now unused __des3_ede_setkey() | Ard Biesheuvel | 1 | -3/+0 |
| 2019-08-22 | crypto: des - split off DES library from generic DES cipher driver | Ard Biesheuvel | 2 | -32/+78 |
| 2019-08-22 | crypto: des - remove unused function | Ard Biesheuvel | 1 | -41/+0 |
| 2019-08-22 | crypto: des/3des_ede - add new helpers to verify keys | Ard Biesheuvel | 1 | -0/+141 |
| 2019-08-09 | crypto: aes - helper function to validate key length for AES algorithms | Iuliana Prodan | 1 | -0/+17 |
| 2019-08-09 | crypto: gcm - helper functions for assoclen/authsize check | Iuliana Prodan | 1 | -0/+55 |
| 2019-08-05 | PKCS#7: Introduce pkcs7_get_digest() | Thiago Jung Bauermann | 1 | -0/+4 |
| 2019-08-02 | crypto: api - Remove redundant #ifdef in crypto_yield() | Thomas Gleixner | 1 | -2/+0 |
| 2019-08-02 | crypto: user - fix potential warnings in cryptouser.h | Masahiro Yamada | 1 | -1/+4 |
| 2019-08-02 | crypto: add header include guards | Masahiro Yamada | 4 | -0/+20 |
| 2019-07-27 | crypto: ghash - add comment and improve help text | Eric Biggers | 1 | -1/+1 |
| 2019-07-26 | crypto: user - make NETLINK_CRYPTO work inside netns | Ondrej Mosnacek | 1 | -2/+0 |
| 2019-07-26 | crypto: morus - remove generic and x86 implementations | Ard Biesheuvel | 3 | -212/+0 |
| 2019-07-26 | crypto: lib/aes - export sbox and inverse sbox | Ard Biesheuvel | 1 | -0/+3 |
| 2019-07-26 | crypto: aes-generic - unexport last-round AES tables | Ard Biesheuvel | 1 | -2/+0 |
| 2019-07-26 | crypto: ctr - add helper for performing a CTR encryption walk | Ard Biesheuvel | 1 | -0/+50 |
| 2019-07-26 | crypto: aes-generic - drop key expansion routine in favor of library version | Ard Biesheuvel | 1 | -2/+0 |
| 2019-07-26 | crypto: aes - create AES library based on the fixed time AES code | Ard Biesheuvel | 1 | -0/+34 |
| 2019-07-08 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 9 | -144/+77 |
| 2019-06-20 | crypto: arc4 - refactor arc4 core code into separate library | Ard Biesheuvel | 1 | -0/+10 |
| 2019-06-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu | 1 | -1/+7 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 3 | -12/+3 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234 | Thomas Gleixner | 1 | -12/+1 |
| 2019-06-13 | crypto: chacha - constify ctx and iv arguments | Eric Biggers | 1 | -1/+1 |
| 2019-06-13 | crypto: skcipher - make chunksize and walksize accessors internal | Eric Biggers | 2 | -60/+60 |
| 2019-06-13 | crypto: skcipher - un-inline encrypt and decrypt functions | Eric Biggers | 1 | -30/+2 |
| 2019-06-13 | crypto: aead - un-inline encrypt and decrypt functions | Eric Biggers | 1 | -32/+2 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335 | Thomas Gleixner | 1 | -13/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 28 | -168/+28 |
| 2019-05-30 | crypto: algapi - remove crypto_tfm_in_queue() | Eric Biggers | 2 | -13/+0 |