Linux Cryptography
[Prev Page][Next Page]
[PATCH 1/4] crypto: api - fix comment typo,
Baruch Siach
[PATCH] crypto: rsa - Add Makefile dependencies to fix parallel builds, David Michael
[PATCH] crypto: arm/aesbs - fix brokenness after skcipher conversion,
Ard Biesheuvel
[PATCH v3 00/10] crypto/chcr: AEAD support and bug fixes,
Harsh Jain
- [PATCH v3 02/10] crypto/chcr:Cosmetic change, Harsh Jain
- [PATCH v3 03/10] crypto/chcr: Added new structure chcr_wr, Harsh Jain
- [PATCH v3 04/10] crypto/chcr: Fixes Unchecked dereference inside function, Harsh Jain
- [PATCH v3 01/10] crypto/chcr:Fix memory corruption, Harsh Jain
- [PATCH v3 06/10] crypto/chcr: Calculate Reverse round key in setkey callback., Harsh Jain
- [PATCH v3 05/10] crypto/chcr: Remove dynamic allocation, Harsh Jain
- [PATCH v3 07/10] crypto/chcr: Adjust Dest. buffer size, Harsh Jain
- [PATCH v3 08/10] crypto/chcr: Use SHASH_DESC_ON_STACK, Harsh Jain
- [PATCH v3 09/10] crypto/chcr: Move tfm ctx variable to request context, Harsh Jain
- [PATCH v3 10/10] Add AEAD algos., Harsh Jain
- Re: [PATCH v3 00/10] crypto/chcr: AEAD support and bug fixes, Herbert Xu
[PATCH 1/4] crypto: arm/aes-ce: fix broken monolithic build,
Ard Biesheuvel
[PATCH v4 0/1] virtio-crypto: add Linux driver,
Gonglei
[cryptodev:master 102/113] ERROR: "simd_skcipher_free" [arch/arm/crypto/aes-arm-bs.ko] undefined!, kbuild test robot
[cryptodev:master 99/113] ERROR: "simd_skcipher_free" [arch/arm/crypto/aes-arm-ce.ko] undefined!, kbuild test robot
[cryptodev:master 98/113] arch/arm64/crypto/aes-glue.c:353: undefined reference to `simd_skcipher_free', kbuild test robot
[cryptodev:master 109/113] drivers/crypto/caam/caamalg_desc.c:67:27: warning: cast to pointer from integer of different size,
kbuild test robot
[cryptodev:master 90/113] crypto/xts.c:254:2-8: WARNING: NULL check before freeing functions like kfree, debugfs_remove, debugfs_remove_recursive or usb_free_urb is not needed. Maybe consider reorganizing relevant code to avoid passing NULL values.,
kbuild test robot
[cryptodev:master 89/113] crypto/lrw.c:313:2-7: WARNING: NULL check before freeing functions like kfree, debugfs_remove, debugfs_remove_recursive or usb_free_urb is not needed. Maybe consider reorganizing relevant code to avoid passing NULL values.,
kbuild test robot
[PATCH] crypto: arm64/sha2: add generated .S files to .gitignore,
Ard Biesheuvel
[PATCH v3] virtio-crypto: add Linux driver,
Gonglei
[PATCH] crypto: caam: check caam_emi_slow instead of re-lookup platform, Marcus Folkesson
[PATCH 0/2] CRC32 for ARM and arm64 using PMULL and CRC instructions,
Ard Biesheuvel
[PATCH] crypto: vmx - rebuild generated asm when target changes,
Nicholas Piggin
[PATCH 0/4] crypto: CRCT10DIF support for ARM and arm64,
Ard Biesheuvel
[PATCH 0/2] KEYS: Fixes [ver #3],
David Howells
[PATCH] crypto: acomp - don't use stack buffer in test_acomp(),
Eric Biggers
[PATCH] mpi: Fix NULL ptr dereference in mpi_powm(), Andrey Ryabinin
[PATCH] X.509: Fix double free in x509_cert_parse(), Andrey Ryabinin
[PATCH 00/10] crypto: caam - shared descriptor generation refactoring,
Horia Geantă
- [PATCH 09/10] crypto: caam - refactor ahash shared descriptor generation, Horia Geantă
- [PATCH 05/10] crypto: caam - rewrite some generic inline append cmds, Horia Geantă
- [PATCH 04/10] crypto: caam - improve key inlining, Horia Geantă
- [PATCH 01/10] crypto: caam - move append_key_aead() into init_sh_desc_key_aead(), Horia Geantă
- [PATCH 10/10] MAINTAINERS: add maintainers for caam crypto driver, Horia Geantă
- [PATCH 02/10] crypto: caam - group algorithm related params, Horia Geantă
- [PATCH 03/10] crypto: caam - remove superfluous alg_op algorithm param, Horia Geantă
- [PATCH 08/10] crypto: caam - consolidate split key length computation, Horia Geantă
- [PATCH 06/10] crypto: caam - remove unneded dependencies on CRYPTO_DEV_FSL_CAAM, Horia Geantă
- Re: [PATCH 00/10] crypto: caam - shared descriptor generation refactoring, Herbert Xu
[v3 PATCH 0/16] crypto: skcipher - skcipher algorithm conversion part 3,
Herbert Xu
- [v3 PATCH 1/16] crypto: skcipher - Add skcipher walk interface, Herbert Xu
- [v3 PATCH 2/16] crypto: aes-ce-ccm - Use skcipher walk interface, Herbert Xu
- [v3 PATCH 3/16] crypto: lrw - Convert to skcipher, Herbert Xu
- [v3 PATCH 4/16] crypto: xts - Convert to skcipher, Herbert Xu
- [v3 PATCH 5/16] crypto: api - Do not clear type bits in crypto_larval_lookup, Herbert Xu
- [v3 PATCH 7/16] crypto: simd - Add simd skcipher helper, Herbert Xu
- [v3 PATCH 6/16] crypto: cryptd - Add support for skcipher, Herbert Xu
- [v3 PATCH 9/16] crypto: glue_helper - Add skcipher xts helpers, Herbert Xu
- [v3 PATCH 8/16] crypto: pcbc - Convert to skcipher, Herbert Xu
- [v3 PATCH 11/16] crypto: aesni - Convert to skcipher, Herbert Xu
- [v3 PATCH 12/16] crypto: arm64/aes - Convert to skcipher, Herbert Xu
- [v3 PATCH 10/16] crypto: testmgr - Do not test internal algorithms, Herbert Xu
- [v3 PATCH 13/16] crypto: aes-ce - Convert to skcipher, Herbert Xu
- [v3 PATCH 14/16] crypto: cbc - Convert to skcipher, Herbert Xu
- [v3 PATCH 15/16] crypto: cbc - Export CBC implementation, Herbert Xu
- [v3 PATCH 16/16] crypto: aesbs - Convert to skcipher, Herbert Xu
[PATCH v3] arm64/crypto: Accelerated CRC T10 DIF computation,
YueHaibing
[PATCH] crypto: powerpc - Rename CRYPT_CRC32C_VPMSUM option,
Jean Delvare
[PATCH v2 0/2] virtio-crypto: add Linux driver,
Gonglei
[PATCH v2 0/9] crypto/chcr: AEAD support and bug fixes,
Harsh Jain
[RFC PATCH] IV Generation algorithms for dm-crypt,
Binoy Jayan
PROBLEM: unable to decrypt LUKS partition since v4.9-rc6 (bisected),
Patrick Steinhardt
Re: [PATCH v4] crypto: arm64/sha2: integrate OpenSSL implementations of SHA256/SHA512,
Ard Biesheuvel
Crypto Fixes for 4.9,
Herbert Xu
- Crypto Fixes for 4.9, Herbert Xu
- Crypto Fixes for 4.9, Herbert Xu
- Crypto Update for 4.10, Herbert Xu
- Crypto Update for 4.11, Herbert Xu
- Crypto Update for 4.12, Herbert Xu
- Crypto Update for 4.13, Herbert Xu
- Crypto Fixes for 4.13, Herbert Xu
- Crypto Fixes for 4.13, Herbert Xu
- Crypto Fixes for 4.14, Herbert Xu
- Crypto Fixes for 4.14, Herbert Xu
- Crypto Fixes for 4.15, Herbert Xu
- Crypto Fixes for 4.15, Herbert Xu
- Crypto Fixes for 4.15, Herbert Xu
- Crypto Fixes for 4.15, Herbert Xu
- Crypto Fixes for 4.15, Herbert Xu
- Crypto Fixes for 4.16, Herbert Xu
- Crypto Fixes for 4.16, Herbert Xu
- Crypto Fixes for 4.17, Herbert Xu
- Crypto Fixes for 4.17, Herbert Xu
- Crypto Fixes for 4.18, Herbert Xu
- Crypto Fixes for 4.18, Herbert Xu
- Crypto Fixes for 4.18, Herbert Xu
- Crypto Fixes for 4.19, Herbert Xu
- Crypto Fixes for 4.19, Herbert Xu
- Crypto Fixes for 4.20, Herbert Xu
- Crypto Fixes for 4.20, Herbert Xu
- Crypto Fixes for 5.0, Herbert Xu
- Crypto Fixes for 5.0, Herbert Xu
- Re: Crypto Fixes for 5.0, Linus Torvalds
- [GIT] Crypto Fixes for 5.0, Herbert Xu
- Re: [GIT] Crypto Fixes for 5.0, pr-tracker-bot
- [GIT] Crypto Fixes for 5.0, Herbert Xu
- Re: [GIT] Crypto Fixes for 5.0, pr-tracker-bot
- [GIT] Crypto Fixes for 5.0, Herbert Xu
- Re: [GIT] Crypto Fixes for 5.0, pr-tracker-bot
- [GIT] Crypto Update for 5.1, Herbert Xu
- Re: [GIT] Crypto Update for 5.1, pr-tracker-bot
- [GIT] Crypto Update for 5.2, Herbert Xu
- Re: [GIT] Crypto Update for 5.2, pr-tracker-bot
- [GIT] Crypto Update for 5.3, Herbert Xu
- Re: [GIT] Crypto Update for 5.3, pr-tracker-bot
- [GIT] Crypto Fixes for 5.1, Herbert Xu
- Re: [GIT] Crypto Fixes for 5.1, pr-tracker-bot
- [GIT] Crypto Fixes for 5.1, Herbert Xu
- Re: [GIT] Crypto Fixes for 5.1, pr-tracker-bot
- [GIT] Crypto Fixes for 5.1, Herbert Xu
- Re: [GIT] Crypto Fixes for 5.1, pr-tracker-bot
- [GIT] Crypto Fixes for 5.1, Herbert Xu
- Re: [GIT] Crypto Fixes for 5.1, pr-tracker-bot
- [GIT] Crypto Fixes for 5.2, Herbert Xu
- Re: [GIT] Crypto Fixes for 5.2, pr-tracker-bot
- [GIT] Crypto Fixes for 5.2, Herbert Xu
- Re: [GIT] Crypto Fixes for 5.2, pr-tracker-bot
- [GIT] Crypto Fixes for 5.2, Herbert Xu
- Re: [GIT] Crypto Fixes for 5.2, pr-tracker-bot
- [GIT] Crypto Fixes for 5.2, Herbert Xu
- Re: [GIT] Crypto Fixes for 5.2, pr-tracker-bot
- [GIT] Crypto Fixes for 5.3, Herbert Xu
- Re: [GIT] Crypto Fixes for 5.3, pr-tracker-bot
- [GIT] Crypto Fixes for 5.3, Herbert Xu
- Re: [GIT] Crypto Fixes for 5.3, pr-tracker-bot
- [GIT] Crypto Fixes for 5.3, Herbert Xu
- Re: [GIT] Crypto Fixes for 5.3, Linus Torvalds
- Re: [GIT] Crypto Fixes for 5.3, Herbert Xu
- Re: [GIT] Crypto Fixes for 5.3, pr-tracker-bot
- Crypto Update for 4.14, Herbert Xu
- Crypto Fixes for 4.10, Herbert Xu
[PATCH] hw_random: Make explicit that max >= 32 always,
PrasannaKumar Muralidharan
[PATCH 0/3] Add Support for Cavium Cryptographic Accelerarion Unit,
gcherianv
[PATCH] crypto: CTR DRBG - advance output buffer pointer,
Stephan Mueller
bug in blkcipher_walk code,
Stephan Mueller
[patch] s390/crypto: unlock on error in prng_tdes_read(),
Dan Carpenter
[PATCH net-next] cxgb4: Allocate Tx queues dynamically,
Atul Gupta
[REGRESSION] 493b2ed3f760 ("crypto: algif_hash - Handle NULL hashes correctly"), Laura Abbott
BUG: algif_hash crash with extra recv() in 4.9-rc5,
Mat Martineau
crypto: caam warning fix, was: master build: 0 failures 1 warnings (v4.9-rc5-177-g81bcfe5),
Arnd Bergmann
[PATCH] powerpc: crypto/vmx: various build fixes,
Naveen N. Rao
Re: [RFC][PATCH 0/6] crypto: Adding Hash-Encrypt-Hash(HEH), Alex Cope
[RFC PATCH] powerpc: crypto/vmx: clean up generated files,
Naveen N. Rao
[PATCH] crypto: sha*-mb Fix total_len for correct hash when larger than 512MB,
Greg Tucker
[RFC][PATCH 0/7] crypto: Adding Hash-Encrypt-Hash(HEH),
Alex Cope
[PATCH] crypto: gf128mul - Zero memory when freeing multiplication table, Alex Cope
[PATCH] crypto: add virtio-crypto driver,
Gonglei
[v2 PATCH 0/16] crypto: skcipher - skcipher algorithm conversion part 3,
Herbert Xu
- [v2 PATCH 2/16] crypto: aes-ce-ccm - Use skcipher walk interface, Herbert Xu
- [v2 PATCH 5/16] crypto: api - Do not clear type bits in crypto_larval_lookup, Herbert Xu
- [v2 PATCH 7/16] crypto: simd - Add simd skcipher helper, Herbert Xu
- [v2 PATCH 8/16] crypto: pcbc - Convert to skcipher, Herbert Xu
- [v2 PATCH 6/16] crypto: cryptd - Add support for skcipher, Herbert Xu
- [v2 PATCH 9/16] crypto: glue_helper - Add skcipher xts helpers, Herbert Xu
- [v2 PATCH 10/16] crypto: testmgr - Do not test internal algorithms, Herbert Xu
- [v2 PATCH 12/16] crypto: arm64/aes - Convert to skcipher, Herbert Xu
- [v2 PATCH 13/16] crypto: aes-ce - Convert to skcipher, Herbert Xu
- [v2 PATCH 16/16] crypto: aesbs - Convert to skcipher, Herbert Xu
- [v2 PATCH 11/16] crypto: aesni - Convert to skcipher, Herbert Xu
- [v2 PATCH 14/16] crypto: cbc - Convert to skcipher, Herbert Xu
- [v2 PATCH 15/16] crypto: cbc - Export CBC implementation, Herbert Xu
- [v2 PATCH 1/16] crypto: skcipher - Add skcipher walk interface, Herbert Xu
- [v2 PATCH 4/16] crypto: xts - Convert to skcipher, Herbert Xu
- [v2 PATCH 3/16] crypto: lrw - Convert to skcipher, Herbert Xu
Re: [PATCH v3] poly1305: generic C can be faster on chips with slow unaligned access, Jason A. Donenfeld
Re: [PATCH v3] crypto: arm64/sha2: integrate OpenSSL implementations of SHA256/SHA512,
Will Deacon
[PATCH -next] hwrng: atmel - use clk_disable_unprepare instead of clk_disable,
Wei Yongjun
[PATCH] crypto: arm64/sha2: integrate OpenSSL implementations of SHA256/SHA512,
Ard Biesheuvel
[PATCH] crypto: nx - drop duplicate header types.h, Geliang Tang
[PATCH] crypto: jitterentropy - drop duplicate header module.h, Geliang Tang
[PATCH v2 00/11] getting back -Wmaybe-uninitialized,
Arnd Bergmann
- [PATCH v2 06/11] [media] dib0700: fix nec repeat handling, Arnd Bergmann
- [PATCH v2 01/11] Kbuild: enable -Wmaybe-uninitialized warning for "make W=1", Arnd Bergmann
- [PATCH v2 07/11] [media] rc: print correct variable for z8f0811, Arnd Bergmann
- [PATCH v2 11/11] Kbuild: enable -Wmaybe-uninitialized warnings by default, Arnd Bergmann
- [PATCH v2 02/11] NFSv4.1: work around -Wmaybe-uninitialized warning, Arnd Bergmann
- [PATCH v2 04/11] nios2: fix timer initcall return value, Arnd Bergmann
- [PATCH v2 08/11] crypto: aesni: shut up -Wmaybe-uninitialized warning, Arnd Bergmann
- [PATCH v2 03/11] x86: apm: avoid uninitialized data, Arnd Bergmann
- [PATCH v2 05/11] s390: pci: don't print uninitialized data for debugging, Arnd Bergmann
- [PATCH v2 09/11] [v3] infiniband: shut up a maybe-uninitialized warning, Arnd Bergmann
- [PATCH v2 10/11] pcmcia: fix return value of soc_pcmcia_regulator_set, Arnd Bergmann
- Re: [PATCH v2 00/11] getting back -Wmaybe-uninitialized, Linus Torvalds
[PATCH 0/3] crypto: AF_ALG - AEAD memory handling fixes,
Stephan Mueller
[PATCH 00/14] crypto: caam - fixes, clean-up,
Horia Geantă
- [PATCH 01/14] crypto: caam - fix AEAD givenc descriptors, Horia Geantă
- [PATCH 04/14] crypto: caam - fix sparse warnings, Horia Geantă
- [PATCH 03/14] crypto: caam - desc.h fixes, Horia Geantă
- [PATCH 11/14] Revert "crypto: caam - get rid of tasklet", Horia Geantă
- [PATCH 02/14] crypto: caam - completely remove error propagation handling, Horia Geantă
- [PATCH 10/14] crypto: caam - fix DMA API mapping leak in ablkcipher code, Horia Geantă
- [PATCH 12/14] crypto: caam - move sec4_sg_entry to sg_sw_sec4.h, Horia Geantă
- [PATCH 07/14] crypto: caam - remove unused command from aead givencrypt, Horia Geantă
- [PATCH 05/14] crypto: caam - fix smatch warnings, Horia Geantă
- [PATCH 06/14] crypto: caam - remove unused may_sleep in dbg_dump_sg(), Horia Geantă
- [PATCH 08/14] crypto: caam - trivial code clean-up, Horia Geantă
- [PATCH 14/14] crypto: caam - merge identical ahash_final/finup shared desc, Horia Geantă
- [PATCH 09/14] crypto: caam - remove unreachable code in report_ccb_status(), Horia Geantă
- [PATCH 13/14] crypto: caam - constify pointer to descriptor buffer, Horia Geantă
- Re: [PATCH 00/14] crypto: caam - fixes, clean-up, Herbert Xu
[PATCH RESEND] crypto: gf128mul - remove dead gf128mul_64k_lle code,
Alex Cope
[PATCH] crypto: dh - Consistenly return negative error codes,
Mat Martineau
[PATCH v2] crypto: caam: do not register AES-XTS mode on LP units,
Sven Ebenfeld
[PATCH] crypto: caam: do not register AES-XTS mode on LP units,
Sven Ebenfeld
[PATCH V2 0/9] Enable hashing and ciphers for v5 CCP,
Gary R Hook
[PATCH] crypto: rsa: rename two rsa key files,
yanjiang.jin
[PATCH 1/2] fscrypto: don't use on-stack buffer for filename encryption,
Eric Biggers
[PATCH] crypto: gf128mul - remove dead gf128mul_64k_lle code,
Alex Cope
vmalloced stacks and scatterwalk_map_and_copy(),
Eric Biggers
Fast Code and HAVE_EFFICIENT_UNALIGNED_ACCESS (was: [PATCH] poly1305: generic C can be faster on chips with slow unaligned access), Jeffrey Walton
[PATCH] poly1305: generic C can be faster on chips with slow unaligned access,
Jason A. Donenfeld
[PATCH] crypto: ccp - Update the command queue on errors, Gary R Hook
[PATCH] Crypto: mv_cesa: Switch to using managed resources,
Nadim Almas
[PATCH] crypto: talitos: fix spelling mistake,
Colin King
[PATCH 0/16] crypto: skcipher - skcipher algorithm conversion part 3,
Herbert Xu
- [PATCH 1/16] crypto: skcipher - Add skcipher walk interface, Herbert Xu
- [PATCH 2/16] crypto: aes-ce-ccm - Use skcipher walk interface, Herbert Xu
- [PATCH 3/16] crypto: lrw - Convert to skcipher, Herbert Xu
- [PATCH 4/16] crypto: xts - Convert to skcipher, Herbert Xu
- [PATCH 5/16] crypto: api - Do not clear type bits in crypto_larval_lookup, Herbert Xu
- [PATCH 6/16] crypto: cryptd - Add support for skcipher, Herbert Xu
- [PATCH 7/16] crypto: simd - Add simd skcipher helper, Herbert Xu
- [PATCH 8/16] crypto: pcbc - Convert to skcipher, Herbert Xu
- [PATCH 9/16] crypto: glue_helper - Add skcipher xts helpers, Herbert Xu
- [PATCH 10/16] crypto: testmgr - Do not test internal algorithms, Herbert Xu
- [PATCH 11/16] crypto: aesni - Convert to skcipher, Herbert Xu
- [PATCH 12/16] crypto: arm64/aes - Convert to skcipher, Herbert Xu
- [PATCH 13/16] crypto: aes-ce - Convert to skcipher, Herbert Xu
- [PATCH 14/16] crypto: cbc - Convert to skcipher, Herbert Xu
- [PATCH 15/16] crypto: cbc - Export CBC implementation, Herbert Xu
- [PATCH 16/16] crypto: aesbs - Convert to skcipher, Herbert Xu
[PATCH] crypto: ccp - Fix handling of RSA exponent on a v5 device,
Gary R Hook
[PATCH] crypto: cryptd - Remove unused but set variable 'tfm',
Tobias Klauser
Alignment of shash input buffers?, Eric Biggers
[PATCH] crypto: skcipher - Get rid of crypto_spawn_skcipher2(),
Eric Biggers
[PATCH] crypto: skcipher - Get rid of crypto_grab_skcipher2(),
Eric Biggers
[PATCH v3] char: hw_random: atmel-rng: disable TRNG during suspend,
Wenyou Yang
[PATCH stable 3.10.y 00/18] Backport crypto fixes.,
Andrey Ryabinin
- Re: [PATCH stable 3.10.y 00/18] Backport crypto fixes., Willy Tarreau
- [PATCH stable 3.10.y 03/18] crypto: af_alg - Add nokey compatibility path, Andrey Ryabinin
- [PATCH stable 3.10.y 01/18] crypto: algif_skcipher - Require setkey before accept(2), Andrey Ryabinin
- [PATCH stable 3.10.y 13/18] crypto: algif_hash - Fix race condition in hash_check_key, Andrey Ryabinin
- [PATCH stable 3.10.y 09/18] crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey path, Andrey Ryabinin
- [PATCH stable 3.10.y 14/18] crypto: algif_skcipher - Fix race condition in skcipher_check_key, Andrey Ryabinin
- [PATCH stable 3.10.y 04/18] crypto: algif_skcipher - Add nokey compatibility path, Andrey Ryabinin
- [PATCH stable 3.10.y 07/18] crypto: skcipher - Add crypto_skcipher_has_setkey, Andrey Ryabinin
- [PATCH stable 3.10.y 10/18] crypto: algif_hash - Remove custom release parent function, Andrey Ryabinin
- [PATCH stable 3.10.y 05/18] crypto: hash - Add crypto_ahash_has_setkey, Andrey Ryabinin
- [PATCH stable 3.10.y 15/18] crypto: algif_skcipher - Load TX SG list after waiting, Andrey Ryabinin
- [PATCH stable 3.10.y 16/18] crypto: shash - Fix has_key setting, Andrey Ryabinin
- [PATCH stable 3.10.y 02/18] crypto: af_alg - Disallow bind/setkey/... after accept(2), Andrey Ryabinin
- [PATCH stable 3.10.y 11/18] crypto: algif_skcipher - Remove custom release parent function, Andrey Ryabinin
- [PATCH stable 3.10.y 06/18] crypto: algif_hash - Require setkey before accept(2), Andrey Ryabinin
- [PATCH stable 3.10.y 08/18] crypto: algif_skcipher - Add key check exception for cipher_null, Andrey Ryabinin
- [PATCH stable 3.10.y 12/18] crypto: af_alg - Forbid bind(2) when nokey child sockets are present, Andrey Ryabinin
- [PATCH stable 3.10.y 17/18] crypto: cryptd - initialize child shash_desc on import, Andrey Ryabinin
- [PATCH stable 3.10.y 18/18] crypto: skcipher - Fix blkcipher walk OOM crash, Andrey Ryabinin
[PATCH] crypto: acomp: export all scomp interfaces,
Arnd Bergmann
[ANNOUNCE] libkcapi v0.12.0 released,
Stephan Mueller
[PATCH] crypto: fix AEAD tag memory handling,
Stephan Mueller
[PATCH 0/3] crypto: testmgr - Add missing tests for internal sha*-mb implementations,
Marcelo Cerri
AEAD Question,
Juan Pablo Nariño Mendoza
Re: linux-next: Tree for Oct 26 (crypto/acompress.ko),
Randy Dunlap
[cryptodev:master 41/47] ERROR: "crypto_acomp_scomp_free_ctx" [crypto/acompress.ko] undefined!,
kbuild test robot
[PATCH] crypto: caam: fix type mismatch warning,
Arnd Bergmann
[PATCH] sunrpc: don't pass on-stack memory to sg_set_buf,
J. Bruce Fields
[PATCH] crypto: sahara: fix typo "Decidated" -> "Dedicated",
Colin King
ARM-CE aes encryption on uneven blocks,
Cata Vasile
[PATCH v2] char: hw_random: atmel-rng: disable TRNG during suspend,
Wenyou Yang
Equivalent of blkciper_walk for skcipher, Alex Cope
[PATCH v2] crypto: mxs-dcp - Remove hash support,
Fabio Estevam
[PATCH] crypto: mxs-dcp - Remove hash support,
Fabio Estevam
[PATCH -next] crypto: drop pointless static qualifier in atmel_aes_probe(),
Wei Yongjun
[PATCH v1] char: hw_random: atmel-rng: disable TRNG during suspend,
Wenyou Yang
[ANNOUNCE] /dev/random - a new approach code for 4.9-rc1, Stephan Mueller
[PATCH] hwrng: core - zeroize buffers with random data,
Stephan Mueller
[PATCH] nvmem: sunxi-sid: SID content is not a valid source of randomness,
Corentin Labbe
[PATCH RESEND] hwrng: core - don't pass stack allocated buffer to rng->read(),
Laszlo Ersek
[PATCH] hwrng: core - don't pass stack allocated buffer to rng->read(),
Laszlo Ersek
Re: sg_set_buf, Christoph Hellwig
[PATCH v10 0/8] crypto: asynchronous compression api,
Giovanni Cabiddu
[Index of Archives]
[Linux Kernel]
[Netfilter]
[Gnu Crypto]
[Gnu Classpath]
[Bugtraq]