Linux Cryptography
[Prev Page][Next Page]
- [PATCH 6/7] crypto: tcrypt - Add speed tests for SHA multibuffer algorithms, (continued)
- [PATCH RESEND] crypto: sun4i-ss: Replace spinlock_bh by spin_lock_irq{save|restore},
LABBE Corentin
- [PATCH v2 0/2] crypto: qat fixes,
Tudor Ambarus
- [PATCH v2 0/3] crypto: caam - add support for RSA algorithm,
Tudor Ambarus
- [PATCH v2 0/4] crypto: rsa - generalize ASN.1 sequences,
Tudor Ambarus
- [PATCH] crypto: qat - Remove redundant nrbg rings,
Tadeusz Struk
- [PATCH] crypto: qat - make sure const_tab is 1024 bytes aligned,
Tadeusz Struk
- [PATCH] crypto: sun4i-ss: use spin_lock_irq{save|restore},
LABBE Corentin
- [PATCH v3 00/14] lib/mpi: bug fixes and cleanup,
Nicolai Stange
- [PATCH v3 04/14] lib/mpi: mpi_write_sgl(): fix out-of-bounds stack access, Nicolai Stange
- [PATCH v3 02/14] lib/mpi: mpi_write_sgl(): fix style issue with lzero decrement, Nicolai Stange
- [PATCH v3 03/14] lib/mpi: mpi_write_sgl(): purge redundant pointer arithmetic, Nicolai Stange
- [PATCH v3 01/14] lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs, Nicolai Stange
- [PATCH v3 06/14] lib/mpi: mpi_read_buffer(): optimize skipping of leading zero limbs, Nicolai Stange
- [PATCH v3 07/14] lib/mpi: mpi_read_buffer(): replace open coded endian conversion, Nicolai Stange
- [PATCH v3 11/14] lib/mpi: mpi_read_raw_from_sgl(): purge redundant clearing of nbits, Nicolai Stange
- [PATCH v3 05/14] lib/mpi: mpi_write_sgl(): replace open coded endian conversion, Nicolai Stange
- [PATCH v3 10/14] lib/mpi: mpi_read_raw_from_sgl(): don't include leading zero SGEs in nbytes, Nicolai Stange
- [PATCH v3 09/14] lib/mpi: mpi_read_raw_from_sgl(): replace len argument by nbytes, Nicolai Stange
- [PATCH v3 08/14] lib/mpi: mpi_read_buffer(): fix buffer overflow, Nicolai Stange
- [PATCH v3 12/14] lib/mpi: mpi_read_raw_from_sgl(): fix nbits calculation, Nicolai Stange
- [PATCH v3 13/14] lib/mpi: mpi_read_raw_from_sgl(): sanitize meaning of indices, Nicolai Stange
- [PATCH v3 14/14] lib/mpi: mpi_read_raw_from_sgl(): fix out-of-bounds buffer access, Nicolai Stange
- Re: [PATCH v3 00/14] lib/mpi: bug fixes and cleanup, Herbert Xu
- [PATCH v3 1/3] crypto: s5p-sss - Minor coding cleanups,
Krzysztof Kozlowski
- [PATCH] MAINTAINERS: Add a new maintainer for the CCP driver,
Tom Lendacky
- [PATCH RESEND v2 00/14] lib/mpi: bug fixes and cleanup,
Nicolai Stange
- [PATCH RESEND v2 06/14] lib/mpi: mpi_read_buffer(): optimize skipping of leading zero limbs, Nicolai Stange
- [PATCH RESEND v2 08/14] lib/mpi: mpi_read_buffer(): fix buffer overflow, Nicolai Stange
- [PATCH RESEND v2 09/14] lib/mpi: mpi_read_raw_from_sgl(): replace len argument by nbytes, Nicolai Stange
- [PATCH RESEND v2 12/14] lib/mpi: mpi_read_raw_from_sgl(): fix nbits calculation, Nicolai Stange
- [PATCH RESEND v2 14/14] lib/mpi: mpi_read_raw_from_sgl(): fix out-of-bounds buffer access, Nicolai Stange
- [PATCH RESEND v2 11/14] lib/mpi: mpi_read_raw_from_sgl(): purge redundant clearing of nbits, Nicolai Stange
- [PATCH RESEND v2 13/14] lib/mpi: mpi_read_raw_from_sgl(): sanitize meaning of indices, Nicolai Stange
- [PATCH RESEND v2 10/14] lib/mpi: mpi_read_raw_from_sgl(): don't include leading zero SGEs in nbytes, Nicolai Stange
- [PATCH RESEND v2 05/14] lib/mpi: mpi_write_sgl(): replace open coded endian conversion, Nicolai Stange
- [PATCH RESEND v2 07/14] lib/mpi: mpi_read_buffer(): replace open coded endian conversion, Nicolai Stange
- [PATCH RESEND v2 03/14] lib/mpi: mpi_write_sgl(): purge redundant pointer arithmetic, Nicolai Stange
- [PATCH RESEND v2 04/14] lib/mpi: mpi_write_sgl(): fix out-of-bounds stack access, Nicolai Stange
- [PATCH RESEND v2 02/14] lib/mpi: mpi_write_sgl(): fix style issue with lzero decrement, Nicolai Stange
- [PATCH RESEND v2 01/14] lib/mpi: mpi_write_sgl(): fix skipping of leading zero limbs, Nicolai Stange
- Re: [PATCH RESEND v2 00/14] lib/mpi: bug fixes and cleanup, Tadeusz Struk
- [patch] crypto: marvell/cesa - remove unneeded condition,
Dan Carpenter
- [PATCH] PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument,
Nicolai Stange
- [PATCH] crypto: cleaning and refactoring in rsa.c,
maitesin
- [PATCH 01/10] crypto: rsa - generalize ASN.1 sequences,
Tudor Ambarus
- [PATCH 02/10] crypto: rsa_helper - add raw integer parser actions, Tudor Ambarus
- [PATCH 04/10] crypto: rsa_helper - export symbols for asn1 structures, Tudor Ambarus
- [PATCH 08/10] crypto: scatterwak - Add scatterwalk_sg_copychunks, Tudor Ambarus
- [PATCH 09/10] crypto: scatterwalk - export scatterwalk_pagedone, Tudor Ambarus
- [PATCH 07/10] crypto: qat - remove duplicate ASN.1 parser, Tudor Ambarus
- [PATCH 10/10] crypto: caam - add support for RSA algorithm, Tudor Ambarus
- [PATCH 06/10] crypto: qat - fix address leaking of RSA public exponent, Tudor Ambarus
- [PATCH 05/10] crypto: qat - avoid memory corruption or undefined behaviour, Tudor Ambarus
- [PATCH 03/10] crypto: add CONFIG_ symbol for rsa helper, Tudor Ambarus
- Re: [PATCH 01/10] crypto: rsa - generalize ASN.1 sequences, Tadeusz Struk
- [PATCH] PKCS#7: fix missing break on OID_sha224 case,
Colin King
- [PATCH] crypto: gcm - Fix rfc4543 decryption crash,
Herbert Xu
- [PATCH] crypto: n2 - Remove return statement from void function,
Amitoj Kaur Chawla
- [PATCH 1/3] crypto: marvell/cesa - replace dma_to_phys with dma_map_single,
Sinan Kaya
- [PATCH] crypto: marvell/cesa - forward devm_ioremap_resource() error code,
Boris Brezillon
- [PATCH 1/2] crypto: marvell/cesa - fix memory leak,
Boris Brezillon
- [PATCH] x86: Avoid undefined behavior in macro expansion,
Vinicius Tinti
- [PATCH] crypto: ccp - fix lock acquisition code,
Gary R Hook
- Re: eCryptfs: Use skcipher and shash, Herbert Xu
- [PATCH v2 0/4] Introduce bulk mode for crypto engine framework,
Baolin Wang
- [PATCH] crypto: s5p-sss - Enable COMPILE_TEST,
Krzysztof Kozlowski
- [PATCH] hwrng: exynos - Enable COMPILE_TEST, Krzysztof Kozlowski
- [PATCH v2 1/4] hwrng: exynos - Runtime suspend device after init,
Krzysztof Kozlowski
- [PATCH] crypto: Improve wording for CRYPTO_DEV_OMAP_DES in Kconfig,
Peter Meerwald
- [BUG] crypto: sun4i-ss: Random data corruption, Corentin LABBE
- [PATCH v3] crypto: af_alg - add async support to algif_aead,
Tadeusz Struk
- [PATCH] crypto: ccp - Use different flag vars for nested locks,
Gary R Hook
- [cryptodev:master 112/119] drivers/crypto/ccp/ccp-dev.c:120:2-20: ERROR: nested lock+irqsave that reuses flags from line 118., kbuild test robot
- [PATCH v2 1/3] Documentation: devicetree: add Freescale RNGC binding,
Steffen Trumtrar
- [PATCH 1/5] hwrng: exynos - Hide PM functions with __maybe_unused,
Krzysztof Kozlowski
- [PATCH v2 1/3] crypto: s5p-sss - Minor coding cleanups,
Krzysztof Kozlowski
- linux-crypto Your Electricity Bill 824703662393, jakki stendeback
- Re: [PATCH 1/3] crypto: authenc - add TLS type encryption, Cristian Stoica
- [PATCH] crypto: qat - remove redundant arbiter configuration,
Tadeusz Struk
- [patch] crypto: rsa-pkcs1pad: indent a couple statements,
Dan Carpenter
- [PATCH v3 1/3] Documentation: devicetree: add Freescale SCC bindings,
Steffen Trumtrar
- [PATCH 1/2] crypto: s5p-sss - Minor coding cleanups,
Krzysztof Kozlowski
- [PATCH 0/3] crypto: af_alg - add TLS type encryption,
Tadeusz Struk
- [PATCH] crypto: ux500: fix checks of error code returned by devm_ioremap_resource(),
Vladimir Zapolskiy
- [PATCH] crypto: atmel: fix checks of error code returned by devm_ioremap_resource(),
Vladimir Zapolskiy
- Left-over select to PUBLIC_KEY_ALGO_RSA,
Andreas Ziegler
- [GIT PULL] KEYS: Miscellaneous bits for security/next,
David Howells
- [PATCH V2] crypto: implement DH primitives under akcipher API,
Salvatore Benedetto
- [PATCH] crypto: qat - Change the definition of icp_qat_uof_regtype,
Yang Pingchao
- [PATCH 0/4] Introduce bulk mode for crypto engine framework,
Baolin Wang
- [PATCH 00/14] drivers: use __maybe_unused to hide pm functions,
Arnd Bergmann
- [PATCH 0/4] crypto: ccp - CCP driver updates 2016-03-01,
Gary R Hook
- crypto regression in 4.1.18: Check that kernel supports aes-cbc-essiv:sha256 cipher,
Eric Wheeler
- [PATCH 1/3] Documentation: devicetree: add Freescale RNGC binding,
Steffen Trumtrar
- [PATCH v2 1/3] Documentation: devicetree: add Freescale SCC bindings,
Steffen Trumtrar
- [PATCH] crypto/async_pq: use __free_page() instead of put_page(),
Arnd Bergmann
- [PATCH] [RFC] mm/page_ref, crypto/async_pq: don't put_page from __exit,
Arnd Bergmann
- [PATCH] PKCS#7: fix unitialized boolean 'want',
Colin King
- [PATCH 0/3] KEYS: Use crypto rsa pkcs1pad module for software public keys,
David Howells
- [PATCH 1/3] crypto: Add hash param to pkcs1pad, David Howells
- [PATCH 1/2] lib/mpi: avoid assembler warning,
Arnd Bergmann
- [PATCH] crypto: ccp - memset request context to zero during import,
Tom Lendacky
- Is a crypto_ahash_init required before invoking crypto_ahash_import?,
Tom Lendacky
- [PATCH v2 3/3] crypto: caam - add support for RSA algorithm, Tudor Ambarus
- Asymmetric ciphers: counter measures,
Stephan Mueller
- [PATCH] crypto: algif_hash - correctly handle algos without state,
Sasha Levin
- 3.14.61 breaks dm disk drive encryption?,
J. Paul Reed
- Re: [PATCH 4/8] akcipher: Move the RSA DER encoding to the crypto layer,
Tadeusz Struk
Re: [PATCH 0/8] X.509: Software public key subtype changes, Tadeusz Struk
[PATCH 1/3] crypto: scatterwak - Add scatterwalk_sg_copychunks,
Tudor Ambarus
[PATCH] hw_random: brcm63xx-rng: fix non device tree compatibility,
Álvaro Fernández Rojas
[PATCH] crypto: allow rfc3686 aes-ctr variants in fips mode.,
Marcus Meissner
[cryptodev:master 95/102] arch/arm64/crypto/aes-glue.c:88:2: error: implicit declaration of function 'xts_check_key',
kbuild test robot
[PATCH] The AE id should be less than the maximal AE number,
Yang Pingchao
Broken userspace crypto in linux-4.1.18,
Thomas D.
[PATCH] MPI: Endianness fix,
Michal Marek
[PATCH] crypto: fix compile errors of XTS,
Stephan Mueller
[cryptodev:master 95/101] arch/s390/crypto/aes_s390.c:592:2: error: implicit declaration of function 'xts_check_key', kbuild test robot
[cryptodev:master 95/101] arch/arm/crypto/aesbs-glue.c:94:2: error: implicit declaration of function 'xts_check_key', kbuild test robot
[PATCH 0/4] Documentation: crypto API documentation updates,
Stephan Mueller
[RFC PATCH v6] Crypto: rockchip/crypto - add hash support for crypto engine in rk3288,
Zain Wang
[PATCH] crypto: implement DH primitives under akcipher API,
Salvatore Benedetto
[PATCH] crypto: caam - Staticize caam_jr_shutdown(),
Fabio Estevam
[PATCH] crypto: prevent 112bit key for 3DES,
Roman Drahtmueller
[PATCH] arm/arm64/crypto: assure that ECB modes don't require an IV,
Jeremy Linton
[PATCH 1/3] Documentation: devicetree: add Freescale SCC bindings,
Steffen Trumtrar
[PATCH] X.509: Fix test for self-signed certificate,
Michal Marek
[PATCH] crypto: qat - fix leak on error path,
Tadeusz Struk
[PATCH v2] crypto: xts - consolidate sanity check for keys,
Stephan Mueller
[PATCH] crypto: qat - Set ctx->e to NULL in qat_rsa_exit_tfm,
Salvatore Benedetto
[PATCH] crypto: fips: allow more ipsec related methods,
Marcus Meissner
[PATCH v2 1/2] dt/bindings: Add bindings for the PIC32 random number generator,
Joshua Henderson
[PATCH 0/2] crypto: asynchronous compression api,
Giovanni Cabiddu
[PATCH 0/2] crypto: atmel-sha - fix .import()/.export() implementation,
Cyrille Pitchen
[PATCH] crypto: xts - consolidate sanity check for keys,
Stephan Mueller
Re: RSA decryption output length,
Tadeusz Struk
[PATCH] crypto: cesa: fix test in mv_cesa_dev_dma_init(),
Boris Brezillon
[PATCH] crypto: testmgr: mark more algorithms as FIPS compliant,
Marcus Meissner
[PATCH 2/2] crypto: testmgr: mark more algorithms as FIPS compliant,
Marcus Meissner
[PATCH 0/2] crypto: atmel-sha - fix resource management,
Cyrille Pitchen
[PATCH] crypto: mark authenticated ctr(aes) also as FIPS able,
Marcus Meissner
[PATCH v3 1/3] crypto: sahara - remove unneeded mutex in the exported state,
Fabio Estevam
[PATCH v1] crypto: ccp - Don't assume export/import areas are aligned,
Tom Lendacky
Re: [PATCH v2 4/4] crypto: testmgr - Add a test case for import()/export(),
Rui Wang
Re: [PATCH v2 1/4] crypto x86/sha1_mb: Fix load failure,
Rui Wang
[PATCH 2/2] rng: pic32-rng: Add PIC32 RNG hardware driver,
Joshua Henderson
[PATCH v2 1/2] crypto: aead - move aead_request_cast helper to aead.h,
Tadeusz Struk
[PATCH 02/11] crypto: sunxi-ss: prevent compilation on 64-bit,
Andre Przywara
[PATCH 0/6] crypto: hash - Remove crypto_hash interface,
Herbert Xu
[PATCH] crypto: user - lock crypto_alg_list on alg dump,
Mathias Krause
[patch] crypto: keywrap - memzero the correct memory,
Dan Carpenter
[PATCH v1] crypto: ccp - Limit the amount of information exported,
Tom Lendacky
[PATCH] crypto: atmel-aes - remove calls of clk_prepare() from atomic contexts,
Cyrille Pitchen
[PATCH v2] crypto: atmel-sha: fix algorihtm registration,
Cyrille Pitchen
tcrypt bandwidth tests,
Catalin Vasile
[PATCH] fix out of bound read in __test_aead(),
Jerome Marchand
Re: modinfo crc32 broken after fd44a98ae2eb,
Lucas De Marchi
[PATCH v2 0/2] crypto: afalg_skcipher - fixes after skcipher conversion,
Tadeusz Struk
[cryptodev:master 54/61] net/sctp/sm_make_chunk.c:1688:1: warning: 'sctp_pack_cookie.isra.6' uses dynamic stack allocation, kbuild test robot
[PATCH] crypto: aead - move aead_request_cast helper to aead.h,
Tadeusz Struk
[PATCH 0/3] crypto: afalg_skcipher - fixes after skcipher conversion,
Tadeusz Struk
[cryptodev:master 53/61] fs/nfsd/nfs4recover.c:147:1: warning: 'nfs4_make_rec_clidname' uses dynamic stack allocation, kbuild test robot
[cryptodev:master 50/61] drivers/nfc/s3fwrn5/firmware.c:501:1: warning: 's3fwrn5_fw_download' uses dynamic stack allocation, kbuild test robot
[cryptodev:master 49/61] drivers/block/drbd/drbd_worker.c:304:1: warning: 'drbd_csum_ee' uses dynamic stack allocation, kbuild test robot
[PATCH v2 0/4] Fix sha1_mb failure and testing import()/export(),
Rui Wang
[PATCH] crypto: skcipher - Add helper to retrieve driver name, Herbert Xu
[PATCH v2 1/2] crypto: sunxi - don't print confusing data,
Arnd Bergmann
[PATCH 0/3] Introduce the cypto engine framework,
Baolin Wang
[PATCH v2 00/10] Introduce new async/sync compression APIs,
Joonsoo Kim
- [PATCH v2 04/10] crypto/compress: add asynchronous compression support, Joonsoo Kim
- [PATCH v2 06/10] crypto/lz4: support new compression APIs, Joonsoo Kim
- [PATCH v2 07/10] crypto/lz4hc: support new compression APIs, Joonsoo Kim
- [PATCH v2 09/10] crypto/deflate: support new compression APIs, Joonsoo Kim
- [PATCH v2 10/10] crypto/testmgr: add new compression APIs test, Joonsoo Kim
- [PATCH v2 08/10] crypto/842: support new compression APIs, Joonsoo Kim
- [PATCH v2 05/10] crypto/lzo: support new compression APIs, Joonsoo Kim
- [PATCH v2 03/10] crypto/compress: introduce sychronuous compression API, Joonsoo Kim
- [PATCH v2 01/10] crypto/compress: remove unused pcomp interface, Joonsoo Kim
- [PATCH v2 02/10] crypto: add algorithm type specific flag, CRYPTO_ALG_PRIVATE, Joonsoo Kim
[PATCH 0/4] crypto: Key Derivation Function (SP800-108),
Stephan Mueller
[PATCH] crypto : sha1-mb : Add missing args_digest offset,
Megha Dey
[Index of Archives]
[Linux Kernel]
[Netfilter]
[Gnu Crypto]
[Gnu Classpath]
[Bugtraq]