Linux Cryptography
[Prev Page][Next Page]
- [PATCH 14/14] crc32: Select an algorithm via kconfig, (continued)
- [PATCH 01/14] MPILIB: Export some more symbols,
David Howells
- [PATCH 06/14] KEYS: Add a RSA crypto key subtype, David Howells
- [PATCH 05/14] KEYS: Add a DSA crypto key subtype, David Howells
- [PATCH 08/14] KEYS: Add signature verification facility, David Howells
- [PATCH 04/14] KEYS: Create a key type that can be used for general cryptographic operations, David Howells
- [PATCH 10/14] KEYS: Add a crypto key request function, David Howells
- [PATCH 14/14] MODSIGN: Apply signature checking to modules on module load, David Howells
- [PATCH 09/14] KEYS: DSA key signature verification, David Howells
- [PATCH 12/14] MODSIGN: Add indications of module ELF types, David Howells
- [PATCH 11/14] KEYS: Provide a function to load keys from a PGP keyring blob, David Howells
- [PATCH 13/14] MODSIGN: Module ELF verifier, David Howells
- [PATCH 03/14] PGP: Add definitions (RFC 4880) and packet parser, David Howells
- [PATCH 02/14] KEYS: Permit key_serial() to be called with a const key pointer, David Howells
- [PATCH 00/14][RFC] Crypto keys and module signing, David Howells
- [PATCH 07/14] PGP: Add signature parser, David Howells
- [PATCH 08/62] x86: remove the second argument of k[un]map_atomic(),
Cong Wang
- [PATCH 12/62] crypto: remove the second argument of k[un]map_atomic(), Cong Wang
- [PATCH 09/62] crypto: remove the second argument of k[un]map_atomic(), Cong Wang
- [PATCH] crypto: convert drivers/crypto/* to use module_platform_driver(),
Axel Lin
- Re: linux-next: Tree for Nov 23 (crypto),
Randy Dunlap
- [PATCH 1/2] crypto: serpent - cleanup checkpatch errors and warnings,
Jussi Kivilinna
- Bug?,
Kormos 'Morc' Gábor
- crypto_ahash_setkey,
Kasatkin, Dmitry
- [PATCH -next] digsig: fix build errors,
Randy Dunlap
- authenc_verify_ahash_done and H/W accelerator, satpal parmar
- [PATCH 5/5] crypto: caam - add support for MD5 algorithm variants, Kim Phillips
- [PATCH 4/5] crypto: talitos - support for channel remap and 2nd IRQ, Kim Phillips
- [PATCH 3/5] crypto: talitos - prepare driver for channel remap support, Kim Phillips
- [PATCH 2/5] crypto: talitos - be less noisy on startup, Kim Phillips
- [PATCH 1/5] crypto: talitos - add hmac algorithms,
Kim Phillips
- [PATCH v6 0/2] crypto: driver for Tegra AES hardware,
Varun Wadekar
- [PATCH v5 0/2] *** SUBJECT HERE ***,
Varun Wadekar
- [PATCH v4] crypto: driver for Tegra AES hardware, Varun Wadekar
- [PATCH v1] arm: tegra: export tegra_chip_uid,
Varun Wadekar
- [PATCH] crypto: mv_cesa - fix hashing of chunks > 1920 bytes,
Phil Sutter
[PATCH v3] crypto: driver for tegra AES hardware,
vwadekar
[PATCH v2] crypto: driver for tegra AES hardware, vwadekar
[PATCH 1/4] [v2] crypto: serpent - add 8-way parallel x86_64/SSE2 assembler implementation,
Jussi Kivilinna
[PATCH V2] fix typo in crypto/Kconfig,
Valdis . Kletnieks
[PATCH] crypto: talitos - fix descriptor buffer access code,
Kim Phillips
[PATCH] crypto: Unlink and free instances when deleted, Steffen Klassert
Add IPSec IP Range in Linux kernel,
Daniil Stolnikov
[PATCH][RESEND] fix typo in crypto/Kconfig,
Valdis . Kletnieks
[PATCH] crypto: Small spelling correction for Kconfig CRYPTO_USER,
Jörg Sommer
[PATCH v1] crypto: driver for tegra AES hardware,
vwadekar
[PATCH] crypto: driver for tegra AES hardware,
vwadekar
[PATCH] ansi_cprng: enforce key != seed in fips mode,
Jarod Wilson
Re: linux-next: Tree for Oct 25 (crypto),
Randy Dunlap
[PATCH] fix typo in crypto/Kconfig, Valdis . Kletnieks
[PATCH 0/2] Fixes for parallel XTS/LRW patch series,
Jussi Kivilinna
[PATCH 28/49] crypto: irq: Remove IRQF_DISABLED, Yong Zhang
Cryptoapi: H/W accelerator/ IPsec interfaces, satpal parmar
[PATCH 1/3] Add the snappy-c compressor to lib,
Andi Kleen
[PATCH v2.2 0/7] evm: digital signature verification extension,
Dmitry Kasatkin
Hardware acceleration indication in af_alg,
Matthias-Christian Ott
[PATCH 00/18] crypto: Add helper functions for parallelized LRW and XTS modes,
Jussi Kivilinna
- [PATCH 01/18] crypto: lrw: fix memleak, Jussi Kivilinna
- [PATCH 02/18] crypto: lrw: use blocksize constant, Jussi Kivilinna
- [PATCH 03/18] crypto: lrw: split gf128mul table initialization from setkey, Jussi Kivilinna
- [PATCH 04/18] crypto: lrw: add interface for parallelized cipher implementions, Jussi Kivilinna
- [PATCH 05/18] crypto: testmgr: add lrw(serpent) test vectors, Jussi Kivilinna
- [PATCH 06/18] crypto: tcrypt: add lrw(serpent) tests, Jussi Kivilinna
- [PATCH 07/18] crypto: serpent-sse2: add lrw support, Jussi Kivilinna
- [PATCH 08/18] crypto: testmgr: add lrw(twofish) test vectors, Jussi Kivilinna
- [PATCH 09/18] crypto: tcrypt: add lrw(twofish) tests, Jussi Kivilinna
- [PATCH 10/18] crypto: twofish-x86_64-3way: add lrw support, Jussi Kivilinna
- [PATCH 11/18] crypto: xts: use blocksize constant, Jussi Kivilinna
- [PATCH 13/18] crypto: testmgr: add xts(serpent) test vectors, Jussi Kivilinna
- [PATCH 12/18] crypto: xts: add interface for parallelized cipher implementations, Jussi Kivilinna
- [PATCH 15/18] crypto: serpent-sse2: add xts support, Jussi Kivilinna
- [PATCH 14/18] crypto: tcrypt: add xts(serpent) tests, Jussi Kivilinna
- [PATCH 17/18] crypto: tcrypt: add xts(twofish) tests, Jussi Kivilinna
- [PATCH 16/18] crypto: testmgr: add xts(twofish) test vectors, Jussi Kivilinna
- [PATCH 18/18] crypto: twofish-x86_64-3way: add xts support, Jussi Kivilinna
- Re: [PATCH 00/18] crypto: Add helper functions for parallelized LRW and XTS modes, Herbert Xu
[PATCH 0/7] crypto: add SSE2-x86_64/i586 implementation of Serpent cipher,
Jussi Kivilinna
[PATCH] crypto: ghash: Avoid null pointer dereference if no key is set.,
Nick Bowler
[PATCH v2.1 0/7] evm: digital signature verification extension,
Dmitry Kasatkin
[RFC]: do_xor_speed Broken on UML do to jiffies, Boaz Harrosh
[PATCH] crypto: testmgr: add twofish tests,
Jussi Kivilinna
[PATCH] crypto: testmgr: add blowfish test-vectors, Jussi Kivilinna
[PATCH] crypto: Make hifn_795x build depend on !ARCH_DMA_ADDR_T_64BIT,
Richard Weinberger
[PATCH] crypto: twofish-x86_64-3way: fix ctr blocksize to 1,
Jussi Kivilinna
[PATCH] crypto: blowfish-x86_64: fix ctr blocksize to 1,
Jussi Kivilinna
CONFIG_CRYPTO_PCRYPT, CONFIG_CRYPTO_CRYPTD etc. questions,
Sverd Johnsen
[PATCH v5 0/4] crc32c: Add faster algorithm and self-test code,
Darrick J. Wong
[PATCH] crypto: picoxcell: add dependency on HAVE_CLK,
Jamie Iles
[PATCH v4] crc32c: Implement CRC32c with slicing-by-8 algorithm,
Darrick J. Wong
RFC: redesigning random(4),
Sandy Harris
[PATCH v3] crc32c: Implement CRC32c with slicing-by-8 algorithm,
Darrick J. Wong
[PATCH v2 0/3] crc32c: Add faster algorithm and self-test code,
Darrick J. Wong
[PATCH] whirlpool: count rounds from 0,
Alexey Dobriyan
[PATCH v4 00/17] crypto user configuration api,
Steffen Klassert
- [PATCH v4 01/17] crypto: Add a flag to identify crypto instances, Steffen Klassert
- [PATCH v4 02/17] crypto: Export crypto_remove_spawns, Steffen Klassert
- [PATCH v4 03/17] crypto: Export crypto_remove_final, Steffen Klassert
- [PATCH v4 04/17] crypto: Add userspace configuration API, Steffen Klassert
- [PATCH v4 05/17] crypto: Add a report function pointer to crypto_type, Steffen Klassert
- [PATCH v4 06/17] crypto: Add userspace report for larval type algorithms, Steffen Klassert
- [PATCH v4 07/17] crypto: Add userspace report for shash type algorithms, Steffen Klassert
- [PATCH v4 08/17] crypto: Add userspace report for ahash type algorithms, Steffen Klassert
- [PATCH v4 09/17] crypto: Add userspace report for blkcipher type algorithms, Steffen Klassert
- [PATCH v4 10/17] crypto: Add userspace report for ablkcipher type algorithms, Steffen Klassert
- [PATCH v4 11/17] crypto: Add userspace report for givcipher type algorithms, Steffen Klassert
- [PATCH v4 12/17] crypto: Add userspace report for aead type algorithms, Steffen Klassert
- [PATCH v4 13/17] crypto: Add userspace report for nivaead type algorithms, Steffen Klassert
- [PATCH v4 14/17] crypto: Add userspace report for pcompress type algorithms, Steffen Klassert
- [PATCH v4 15/17] crypto: Add userspace report for rng type algorithms, Steffen Klassert
- [PATCH v4 16/17] crypto: Add userspace report for cipher type algorithms, Steffen Klassert
- [PATCH v4 17/17] crypto: Add userspace report for compress type algorithms, Steffen Klassert
- Re: [PATCH v4 00/17] crypto user configuration api, Herbert Xu
[PATCH 1/3] crypto: tcrypt: add ctr(twofish) speed test,
Jussi Kivilinna
random(4) overheads question, Sandy Harris
[PATCH 1/2] crypto: blowfish-x86_64: improve x86_64 blowfish 4-way performance,
Jussi Kivilinna
cryptodev tree on github,
Herbert Xu
[PATCH 29/55] crypto: irq: Remove IRQF_DISABLED, Yong Zhang
[PATCH 29/57] crypto: irq: Remove IRQF_DISABLED, Yong Zhang
[PATCH v3 00/17] crypto user configuration api,
Steffen Klassert
- [PATCH v3 01/17] crypto: Add a flag to identify crypto instances, Steffen Klassert
- [PATCH v3 02/17] crypto: Export crypto_remove_spawns, Steffen Klassert
- [PATCH v3 03/17] crypto: Export crypto_remove_final, Steffen Klassert
- [PATCH v3 04/17] crypto: Add userspace configuration API, Steffen Klassert
- [PATCH v3 05/17] crypto: Add a report function pointer to crypto_typ, Steffen Klassert
- [PATCH v3 06/17] crypto: Add userspace report for larval type algorithms, Steffen Klassert
- [PATCH v3 07/17] crypto: Add userspace report for shash type algorithms, Steffen Klassert
- [PATCH v3 08/17] crypto: Add userspace report for ahash type algorithms, Steffen Klassert
- [PATCH v3 09/17] crypto: Add userspace report for blkcipher type algorithms, Steffen Klassert
- [PATCH v3 10/17] crypto: Add userspace report for ablkcipher type algorithms, Steffen Klassert
- [PATCH v3 11/17] crypto: Add userspace report for givcipher type algorithms, Steffen Klassert
- [PATCH v3 12/17] crypto: Add userspace report for aead type algorithms, Steffen Klassert
- [PATCH v3 13/17] crypto: Add userspace report for nivaead type algorithms, Steffen Klassert
- [PATCH v3 14/17] crypto: Add userspace report for pcompress type algorithms, Steffen Klassert
- [PATCH v3 15/17] crypto: Add userspace report for rng type algorithms, Steffen Klassert
- [PATCH 16/17] crypto: Add userspace report for cipher type algorithms, Steffen Klassert
- [PATCH v3 17/17] crypto: Add userspace report for compress type algorithms, Steffen Klassert
Kernel OOPS with Freescale talitos driver on ppc,
Sven Schnelle
Re: [PATCH] lib/sha1.c: quite sparse noise about symbol not declared,
msb
[RFC v2.1 0/6] evm: digital signature verification extension,
Dmitry Kasatkin
[PATCH] aes_glue.c: quiet sparse noise about symbol not declared, H Hartley Sweeten
[RFC v2.0 0/3] evm: digital signature verification extension,
Dmitry Kasatkin
Re: [RFC v2.0 0/3] evm: digital signature verification extension, Sam Gandhi
[PATCH] random: add blocking facility to urandom,
Jarod Wilson
[[RFC] PATCH 1/4] crypto: blowfish: split generic and common c code,
Jussi Kivilinna
IPsec performance (in)dependent on ingress rate?,
Adam Tisovsky
[PATCH v1 0/3] crc32c: Add faster algorithm and self-test code,
Darrick J. Wong
Re: [PATCH 1/2] mm: convert k{un}map_atomic(p, KM_type) to k{un}map_atomic(p), Peter Zijlstra
comparison of the AF_ALG interface with the /dev/crypto,
Nikos Mavrogiannopoulos
[RFC] ah4: use passed-in value of err in ah_output_done, Yuan Kang
[PATCH v2 00/15] crypto user configuration api,
Steffen Klassert
- [PATCH v2 01/15] crypto: Add a flag to identify crypto instances, Steffen Klassert
- [PATCH v2 02/15] crypto: Add userspace configuration API, Steffen Klassert
- [PATCH v2 03/15] crypto: Add a report function pointer to crypto_type, Steffen Klassert
- [PATCH v2 04/15] crypto: Add userspace report for larval type algorithms, Steffen Klassert
- [PATCH v2 05/15] crypto: Add userspace report for shash type algorithms, Steffen Klassert
- [PATCH v2 06/15] crypto: Add userspace report for ahash type algorithms, Steffen Klassert
- [PATCH v2 07/15] crypto: Add userspace report for blkcipher type algorithms, Steffen Klassert
- [PATCH v2 08/15] crypto: Add userspace report for ablkcipher type algorithms, Steffen Klassert
- [PATCH v2 09/15] crypto: Add userspace report for givcipher type algorithms, Steffen Klassert
- [PATCH v2 10/15] crypto: Add userspace report for aead type algorithms, Steffen Klassert
- [PATCH v2 11/15] crypto: Add userspace report for nivaead type algorithms, Steffen Klassert
- [PATCH v2 12/15] crypto: Add userspace report for pcompress type algorithms, Steffen Klassert
- [PATCH v2 13/15] crypto: Add userspace report for rng type algorithms, Steffen Klassert
- [PATCH v2 14/15] crypto: Add userspace report for cipher type algorithms, Steffen Klassert
- [PATCH v2 15/15] crypto: Add userspace report for compress type algorithms, Steffen Klassert
RSA,
Michel Machado
[PATCH] crypto: aesni-intel - Add ivsize to ablk_ecb_alg,
Josh Boyer
[RFC v1.1 0/5] evm: digital signature extension,
Dmitry Kasatkin
Message not available
[PATCH 00/16] crypto user configuration api,
Steffen Klassert
- [PATCH 01/16] crypto: authenc - Don't multiply priorities, Steffen Klassert
- [PATCH 03/16] crypto: Add userspace configuration API, Steffen Klassert
- [PATCH 04/16] crypto: Add a report function pointer to crypto_type, Steffen Klassert
- [PATCH 02/16] crypto: Add a flag to identify crypto instances, Steffen Klassert
- [PATCH 05/16] crypto: Add userspace report for larval type algorithms, Steffen Klassert
- [PATCH 06/16] crypto: Add userspace report for shash type algorithms, Steffen Klassert
- [PATCH 07/16] crypto: Add userspace report for ahash type algorithms, Steffen Klassert
- [PATCH 08/16] crypto: Add userspace report for blkcipher type algorithms, Steffen Klassert
- [PATCH 09/16] crypto: Add userspace report for ablkcipher type algorithms, Steffen Klassert
- [PATCH 10/16] crypto: Add userspace report for givcipher type algorithms, Steffen Klassert
- [PATCH 11/16] crypto: Add userspace report for aead type algorithms, Steffen Klassert
- [PATCH 12/16] crypto: Add userspace report for nivaead type algorithms, Steffen Klassert
- [PATCH 13/16] crypto: Add userspace report for pcompress type algorithms, Steffen Klassert
- [PATCH 14/16] crypto: Add userspace report for rng type algorithms, Steffen Klassert
- [PATCH 15/16] crypto: Add userspace report for cipher type algorithms, Steffen Klassert
- [PATCH 16/16] crypto: Add userspace report for compress type algorithms, Steffen Klassert
Cryptomgr race vs built-in aesni,
Josh Boyer
[PATCH] lib/sha1: remove memsets and allocate workspace on the stack,
Mandeep Singh Baines
[PATCH] n2_crypto: Fix a get/put_cpu() imbalance,
Thomas Meyer
[PATCH] lib/sha1: use the git implementation of SHA-1,
Mandeep Singh Baines
[PATCH v3 0/2] crypto, x86: assembler implementation of SHA1,
Mathias Krause
[PATCH] crypto: picoxcell: fix possible invalid pointer dereference,
Jamie Iles
[PATCH 1/3] crypto: picoxcell - convert to platform ID table,
Jamie Iles
cryptsetup: "FATAL" padlock_{aes,sha} error during boot,
Ralf Jung
Re: [Bug 37862] padlock related kernel NULL pointer dereference, Herbert Xu
[PATCH v2 0/2] crypto, x86: assembler implementation of SHA1,
Mathias Krause
Crypto Update for 3.1,
Herbert Xu
- Crypto Update for 3.2, Herbert Xu
- Re: Crypto Update for 3.2, Randy Dunlap
- Crypto Update for 3.3, Herbert Xu
- Re: Crypto Update for 3.3, Herbert Xu
- Re: Crypto Update for 3.3, Herbert Xu
- Crypto Update for 3.7, Herbert Xu
- Crypto Update for 3.8, Herbert Xu
- Crypto Update for 3.9, Herbert Xu
- Crypto Update for 3.10, Herbert Xu
- Crypto Update for 3.12, Herbert Xu
- Crypto Update for 3.13, Herbert Xu
- Crypto Update for 3.13, Herbert Xu
- Crypto Update for 3.14, Herbert Xu
- Crypto Update for 3.15, Herbert Xu
- Crypto Update for 3.16, Herbert Xu
- Re: Crypto Update for 3.16, Linus Torvalds
- Crypto Update for 3.17, Herbert Xu
- Crypto Update for 3.18, Herbert Xu
- Crypto Update for 3.19, Herbert Xu
- Re: Crypto Update for 3.19, Herbert Xu
- Crypto Update for 3.20, Herbert Xu
- Crypto Update for 4.1, Herbert Xu
- Re: Crypto Update for 4.1, Linus Torvalds
- Re: Crypto Update for 4.1, Linus Torvalds
- Re: Crypto Update for 4.1, Linus Torvalds
- Re: Crypto Update for 4.1, Herbert Xu
- Re: Crypto Update for 4.1, Linus Torvalds
- Re: Crypto Update for 4.1, Herbert Xu
- Re: Crypto Update for 4.1, Linus Torvalds
- Message not available
- Re: Crypto Update for 4.1, Ard Biesheuvel
- Re: Crypto Update for 4.1, Bobby Powers
- [PATCH] crypto: x86/sha512_ssse3 - fixup for asm function prototype change, Ard Biesheuvel
- Re: [PATCH] crypto: x86/sha512_ssse3 - fixup for asm function prototype change, Herbert Xu
- Crypto Update for 4.2, Herbert Xu
- Re: Crypto Update for 4.2, Linus Torvalds
- Re: Crypto Update for 4.2, Herbert Xu
- Re: Crypto Update for 4.2, Linus Torvalds
- Re: Crypto Update for 4.2, Herbert Xu
- Crypto Update for 4.3, Herbert Xu
- Crypto Update for 4.4, Herbert Xu
- Crypto Update for 4.5, Herbert Xu
- Crypto Fixes for 4.5, Herbert Xu
- Crypto Fixes for 4.5, Herbert Xu
- Crypto Fixes for 4.5, Herbert Xu
- Crypto Fixes for 4.6, Herbert Xu
- Crypto Fixes for 4.6, Herbert Xu
- Crypto Fixes for 4.6, Herbert Xu
- Crypto Fixes for 4.6, Herbert Xu
- Crypto Fixes for 4.6, Herbert Xu
- Crypto Fixes for 4.6, Herbert Xu
- Crypto Fixes for 4.6, Herbert Xu
- Crypto Fixes for 4.7, Herbert Xu
- Crypto Fixes for 4.7, Herbert Xu
- Crypto Fixes for 4.7, Herbert Xu
- Crypto Fixes for 4.8, Herbert Xu
[Index of Archives]
[Linux Kernel]
[Netfilter]
[Gnu Crypto]
[Gnu Classpath]
[Bugtraq]