Linux Cryptography
[Prev Page][Next Page]
- [PATCH] Don't require SpcSpOpusInfo in Authenticode pkcs7 signatures, (continued)
- [PATCH V3] crypto: qat - fix timeout issues,
Yang Pingchao
- [PATCH V2] crypto: qat - fix timeout issues, Yang Pingchao
- [PATCH] crypto: qat - remove to call get_sram_bar_id for qat_c3xxx,
Yang Pingchao
- [PATCH] crypto: qat - remove redundant function call,
Yang Pingchao
- [PATCH] crypto: qat - fix timeout issues, Yang Pingchao
- [PATCH] crypto: qat - change name for c6xx dev type,
Tadeusz Struk
- [PATCH] crypto: ANSI X9.31 DRNG is not allowed in FIPS 140-2,
Stephan Mueller
- [PATCH] crypto: Make CRYPTO_CBC select CRYPTO_ECHAINIV,
Thomas Egerer
- [PATCH RFC 0/7] Introduce new async/sync compression APIs,
Joonsoo Kim
- [PATCH RFC 4/7] crypto/lzo: support SCOMPRESS alg type, Joonsoo Kim
- [PATCH RFC 5/7] crypto: testmgr: add scompress/acompress test, Joonsoo Kim
- [PATCH RFC 7/7] crypto/lzo: add CRYPTO_ALG_SCOMPRESS_DECOMP_NOCTX cra_flags, Joonsoo Kim
- [PATCH RFC 6/7] crypto/compress: add algorithm type specific flag, DECOMP_NOCTX, Joonsoo Kim
- [PATCH RFC 3/7] crypto: add asynchronous compression support, Joonsoo Kim
- [PATCH RFC 1/7] crypto/compress: remove unused pcomp interface, Joonsoo Kim
- [PATCH RFC 2/7] crypto/compress: introduce sychronuous compression API, Joonsoo Kim
- Re: [PATCH RFC 0/7] Introduce new async/sync compression APIs, Li, Weigang
- next-20151231 - aes crypto algorithm went missing?,
Valdis Kletnieks
- crypto: use-after-free in alg_bind,
Dmitry Vyukov
- crypto: deadlock in alg_setsockopt,
Dmitry Vyukov
- [PATCH] crypto: hifn_795x, picoxcell - use ablkcipher_request_cast,
Geliang Tang
- crypto: use-after-free in rng_recvmsg,
Dmitry Vyukov
- [PATCH v2] crypto: AF_ALG - add support for keys/asymmetric-type,
Tadeusz Struk
- [PATCH] crypto: relocate ALG_MAX_PAGES to uapi,
Stephan Mueller
- Re: crypto: algif_skcipher - Require setkey before accept(2),
Julia Lawall
- [PATCH v5 0/3] crypto: KEYS: convert public key to akcipher api,
Tadeusz Struk
- [PATCH] crypto: qat - fix SKU definiftion for c3xxx dev,
Tadeusz Struk
- Re: [linux-next:master 4796/5585] adf_vf_isr.c:undefined reference to `adf_enable_pf2vf_interrupts',
Tadeusz Struk
- [PATCH v4] crypto: KEYS: convert public key and digsig asym to the akcipher api,
Tadeusz Struk
- [PATCH] crypto: ccp - use to_pci_dev and to_platform_device,
Geliang Tang
- [PATCH v3 0/2] crypto: KEYS: convert public key to akcipher api,
Tadeusz Struk
- [PATCH] crypto: qat - Rename dh895xcc mmp firmware,
Tadeusz Struk
- [RFC PATCH 2/5] crypto: sunxi-ss: fix min3() call to match types,
Andre Przywara
- [RFC PATCH 3/5] crypto: sunxi-ss: fix dev_dbg() output type,
Andre Przywara
- [PATCH] crypto: AF_ALG - add support for keys/asymmetric-type,
Tadeusz Struk
- [PATCH] crypto: 842 - remove WARN inside printk,
Dan Streetman
- [PATCH] Renaming dh895xcc mmp fw,
Atta, Ahsan
- [PATCH v2] crypto: qat - use list_for_each_entry*,
Geliang Tang
- ahash alg that does not implement import/export failed to register,
Tim Chen
[PATCH v3 0/4] crypto: add algif_akcipher user space API,
Stephan Mueller
[PATCH 00/24] crypto: atmel-aes: global rework of the driver,
Cyrille Pitchen
- [PATCH 03/24] crypto: atmel-aes: change algorithm priorities, Cyrille Pitchen
- [PATCH 07/24] crypto: atmel-aes: change atmel_aes_write_ctrl() signature, Cyrille Pitchen
- [PATCH 06/24] crypto: atmel-aes: propagate error from atmel_aes_hw_version_init(), Cyrille Pitchen
- [PATCH 05/24] crypto: atmel-aes: remove unused header includes, Cyrille Pitchen
- [PATCH 08/24] crypto: atmel-aes: make crypto request queue management more generic, Cyrille Pitchen
- [PATCH 04/24] crypto: atmel-aes: fix unregistration order of crypto algorithms, Cyrille Pitchen
- [PATCH 10/24] crypto: atmel-aes: simplify the configuration of the AES IP, Cyrille Pitchen
- [PATCH 11/24] crypto: atmel-aes: rework crypto request completion, Cyrille Pitchen
- [PATCH 09/24] crypto: atmel-aes: remove useless write in the Control Register, Cyrille Pitchen
- [PATCH 12/24] crypto: atmel-aes: remove unused 'err' member of struct atmel_aes_dev, Cyrille Pitchen
- [PATCH 14/24] crypto: atmel-aes: remove useless AES_FLAGS_DMA flag, Cyrille Pitchen
- [PATCH 15/24] crypto: atmel-aes: fix atmel_aes_remove(), Cyrille Pitchen
- [PATCH 13/24] crypto: atmel-aes: reduce latency of DMA completion, Cyrille Pitchen
- [PATCH 02/24] crypto: atmel-aes: constify value argument of atmel_aes_write_n(), Cyrille Pitchen
- [PATCH 01/24] crypto: atmel-aes: add new version, Cyrille Pitchen
- [PATCH 16/24] crypto: atmel-aes: improve performances of data transfer, Cyrille Pitchen
- [PATCH 17/24] crypto: atmel-aes: use SIZE_IN_WORDS() helper macro, Cyrille Pitchen
- [PATCH 18/24] crypto: atmel-aes: fix typo and indentation, Cyrille Pitchen
- [PATCH 19/24] crypto: atmel-aes: create sections to regroup functions by usage, Cyrille Pitchen
- [PATCH 22/24] crypto: atmel-aes: change the DMA threshold, Cyrille Pitchen
- [PATCH 21/24] crypto: atmel-aes: fix the counter overflow in CTR mode, Cyrille Pitchen
- [PATCH 24/24] crypto: atmel-aes: add debug facilities to monitor register accesses., Cyrille Pitchen
- [PATCH 23/24] crypto: atmel-aes: add support to GCM mode, Cyrille Pitchen
- [PATCH 20/24] crypto: atmel-aes: fix atmel-ctr-aes driver for RFC 3686, Cyrille Pitchen
- Re: [PATCH 00/24] crypto: atmel-aes: global rework of the driver, Herbert Xu
GPF in gf128mul_64k_bbe,
Dmitry Vyukov
use-after-free in hash_sock_destruct,
Dmitry Vyukov
GPF in lrw_crypt,
Dmitry Vyukov
bad page state due to PF_ALG socket,
Dmitry Vyukov
use-after-free in skcipher_sock_destruct,
Dmitry Vyukov
[PATCH v4 0/4] crypto: add precalculated hash for zero message length,
LABBE Corentin
[PATCH] crypto: qat - use list_for_each_entry*, Geliang Tang
[PATCH] net: fix uninitialized variable issue,
Tadeusz Struk
[PATCH v3 0/4] crypto: add precalculated hash for zero message length,
LABBE Corentin
[patch] crypto: qat - fix some timeout tests,
Dan Carpenter
[PATCH 1/2] crypto: atmel-sha: Removed unused variable "err",
Pathak, Rahul (R.)
[PATCH 2/2] crypto: omap-aes,omap-des: Removed unused variable "err", Pathak, Rahul (R.)
[RFC PATCH V4] Crypto: rockchip/crypto - add hash support for crypto engine in rk3288, Zain Wang
[PATCH v2 0/3] TPM 2.0 trusted key features for v4.5,
Jarkko Sakkinen
[PATCH] crypto/nx842: Mask XERS0 bit in return value,
Haren Myneni
[PATCH v2 0/2] crypto: KEYS: convert public key to akcipher api,
Tadeusz Struk
[PATCH] crypto: rsa-padding - don't allocate buffer on stack,
Andrew Zaborowski
Crypto/nx842: Ignore invalid XER[S0] return error,
Haren Myneni
Re: [PATCH] crypto: qat - fix CTX_ENABLES bits shift direction issue,
Tadeusz Struk
[RFC PATCH V3] Crypto: rockchip/crypto - add hash support for crypto engine in rk3288,
Zain Wang
re: crypto: qat - add support for new devices to FW loader,
Dan Carpenter
[patch -next] crypto: qat - uint8_t is not large enough for accel_id,
Dan Carpenter
[PATCH] crypto: omap-des: Fix "schedule while atomic" bug,
Semen Protsenko
"crypto_hash_setkey" call from atomic context,
Fabrizio Demaria
[PATCH v2] crypto: qat - enable VF irq after guest exits ungracefully,
Tadeusz Struk
[PATCH 0/2] crypto: KEYS: convert public key to akcipher api,
Tadeusz Struk
[cryptodev:master 50/54] adf_c3xxxvf_hw_data.c:undefined reference to `adf_iov_putmsg',
kbuild test robot
[PATCH] crypto: asymmetric_keys/signature.c does not need <module.h>,
Paul Gortmaker
[PATCH] crypto: qat - select PCI_IOV when VF are enabled,
Tadeusz Struk
[PATCH] crypto: qat - enable VF irq after guest exits ungracefully,
Tadeusz Struk
[PATCH] crypto: qat - ring returning retry even though ring has BW,
Tadeusz Struk
[cryptodev:master 53/54] crypto/rsa-pkcs1pad.c:135:1: warning: 'pkcs1pad_encrypt_sign_complete' uses dynamic stack allocation,
kbuild test robot
[cryptodev:master 51/54] drivers/crypto/qat/qat_c62xvf/adf_drv.c:116:57: error: 'struct pci_dev' has no member named 'physfn', kbuild test robot
[RFC PATCH V2] Crypto: rockchip/crypto - add hash support for crypto engine in rk3288,
Zain Wang
[PATCH 1/2] crypto: sahara: fix 64-bit dma_addr_t compilation,
Arnd Bergmann
WARNING in crypto_wait_for_test,
Dmitry Vyukov
[PATCH v2 0/4] crypto: add precalculated hash for zero message length,
LABBE Corentin
[PATCH] crypto: akcipher: fix typos in include/crypto/akcipher.h,
LABBE Corentin
[PATCH] crypto: constify drbg_state_ops structures,
Julia Lawall
[PATCH RFC 00/13] Further iMX CAAM updates,
Russell King - ARM Linux
- [PATCH RFC 01/11] crypto: caam: fix DMA API mapping leak, Russell King
- [PATCH RFC 02/11] crypto: caam: ensure descriptor buffers are cacheline aligned, Russell King
- [PATCH RFC 03/11] crypto: caam: incorporate job descriptor into struct ahash_edesc, Russell King
- [PATCH RFC 04/11] crypto: caam: mark the hardware descriptor as cache line aligned, Russell King
- [PATCH RFC 05/11] crypto: caam: replace sec4_sg pointer with array, Russell King
- [PATCH RFC 06/11] crypto: caam: ensure that we clean up after an error, Russell King
- [PATCH RFC 07/11] crypto: caam: check and use dma_map_sg() return code, Russell King
- [PATCH RFC 08/11] crypto: caam: add ahash_edesc_alloc() for descriptor allocation, Russell King
- [PATCH RFC 09/11] crypto: caam: move job descriptor initialisation to ahash_edesc_alloc(), Russell King
- [PATCH RFC 10/11] crypto: caam: add ahash_edesc_add_src(), Russell King
- [PATCH RFC 11/11] crypto: caam: get rid of tasklet, Russell King
- Re: [PATCH RFC 00/13] Further iMX CAAM updates, Fabio Estevam
- Re: [PATCH RFC 00/13] Further iMX CAAM updates, Horia Geantă
crypto/nx842: Ignore queue overflow informative error,
Haren Myneni
[PATCH 1/2] blkcipher: Copy iv from desc even for 0-len walks,
Jason A. Donenfeld
[PATCH v7 3/4] crypto: akcipher: add akcipher declarations needed by templates.,
Andrew Zaborowski
[RFC PATCH] Crypto: rockchip/crypto - add hash support for crypto engine in rk3288,
Zain Wang
[PATCH 0/7] Add support for qat_c3xxx and qat_c62x devices,
Tadeusz Struk
[PATCH] crypto: fix kernel-doc warnings in crypto/aead.h,
Randy Dunlap
[PATCH v4 3/5] crypto: AES CBC multi-buffer scheduler, Tim Chen
[PATCH v4 4/5] crypto: AES CBC by8 encryption, Tim Chen
[PATCH v4 5/5] crypto: AES CBC multi-buffer glue code,
Tim Chen
[PATCH v4 2/5] crypto: AES CBC multi-buffer data structures, Tim Chen
[PATCH v4 0/5] crypto: x86 AES-CBC encryption with multibuffer, Tim Chen
[PATCH v4 1/5] crypto: Multi-buffer encryption infrastructure support, Tim Chen
[PATCH] crypto: n2 - Use platform_register/unregister_drivers(),
Thierry Reding
[PATCH RFC] Defer xfrm to be done post-GSO, Sowmini Varadhan
ipsec impact on performance,
Sowmini Varadhan
[PATCH] crypto: talitos - add new crypto modes,
Christophe Leroy
[PATCH 2/2] Removing VRSAVE save and restore, Leonidas Da Silva Barbosa
[PATCH 1/2] IV size failing on skcipher API,
Leonidas Da Silva Barbosa
[PATCH] crypto: caam - pass the correct buffer length,
Fabio Estevam
[PATCH 0/2] crypto: Fix driver load failure,
Rui Wang
[PATCH v6 3/4] crypto: akcipher: add akcipher declarations needed by templates.,
Andrew Zaborowski
[PATCH v2] crypto: rockchip/crypto - fix possible deadlock,
Heiko Stübner
[PATCH] crypto: rockchip/crypto - fix possible deadlock,
Heiko Stübner
[PATCH v5 3/4] crypto: akcipher: add akcipher declarations needed by templates.,
Andrew Zaborowski
[PATCH] hw_random: core, sleep interruptible in read,
Jiri Slaby
[PATCH] crypto: mxs-dcp - Initialize .statesize fields,
Fabio Estevam
ahash and halg.statesize,
Stephan Mueller
mxs-dcp: Failed to register sha1 hash,
Fabio Estevam
ghash-clmulni: does not load,
Stephan Mueller
[PATCH 2/2] updating for keypayload null check., Ameen
[PATCH] crypto/cryptod: use crypto_skcipher_type() for getting skcipher type,
Alexander Kuleshov
[PATCH v4 1/4] lib/mpi: only require buffers as big as needed for the integer,
Andrew Zaborowski
[PATCH v5 0/4] crypto: add crypto accelerator support for rk3288,
Zain Wang
[RFC PATCH 0/2] Crypto kernel TLS socket,
Dave Watson
[PATCH] crypto: Docs blurb about templates.,
Andrew Zaborowski
[PATCH] crypto: nx: use of_property_read_u32(),
Saurabh Sengar
hwrng: Some concerns about add_hwgenerator_randomness,
Nick Kossifidis
[PATCH] crypto: padlock-aes - use offset_in_page macro,
Geliang Tang
[RFC] KEYS: Exposing {a,}symmetric key ops to userspace and other bits,
David Howells
[PATCH v2 0/2] fix a possible NULL dereference, LABBE Corentin
[PATCH v3 1/4] lib/mpi: only require buffers as big as needed for the integer,
Andrew Zaborowski
[PATCH] drivers/crypto/qat/qat_common/Makefile: fix typo in clean-files,
Jim Davis
[PATCH v3 1/5] crypto: Multi-buffer encryptioin infrastructure support, Tim Chen
[PATCH v3 2/5] crypto: AES CBC multi-buffer data structures, Tim Chen
[PATCH v3 5/5] crypto: AES CBC multi-buffer glue code,
Tim Chen
[PATCH v3 4/5] crypto: AES CBC by8 encryption, Tim Chen
[PATCH v3 3/5] crypto: AES CBC multi-buffer scheduler, Tim Chen
[PATCH v3 0/5] crypto: x86 AES-CBC encryption with multibuffer, Tim Chen
[PATCH 1/2] crypto: sahara: set nb_[in|out]_sg as signed int,
LABBE Corentin
re: crypto: sahara - check return value of sg_nents_for_len,
Dan Carpenter
[PATCH v2] hw_random: omap3-rom-rng: convert timer to delayed work,
Aaro Koskinen
[PATCH v3] crypto: atmel: fix bogus select,
Arnd Bergmann
A new, fast and "unbreakable" encryption algorithm,
Ismail Kizir
[PATCH 0/2] TPM 2.0 trusted key features for v4.5,
Jarkko Sakkinen
[PATCH 1/1] crypto: tcrypt: fix keysize argument of test_aead_speed for gcm(aes),
Cyrille Pitchen
[PATCH] crypto: atmel: fix 64-bit warnings,
Arnd Bergmann
[PATCH v4 0/4] crypto: add crypto accelerator support for rk3288,
Zain Wang
[PATCH 1/2] crypto: api - use list_first_entry_or_null and list_next_entry,
Geliang Tang
[PATCH v2 3/3] Crypto: Add support for APM X-Gene SoC CRC32C h/w accelerator driver, rsahu
[PATCH v2 2/3] dmaengine: xgene-dma: Add support for CRC32C computations via DMA engine, rsahu
[PATCH v2 1/3] dmaengine: Add support for new feature CRC32C computations, rsahu
[PATCH v2] crypto: sun4i-ss: add missing statesize,
LABBE Corentin
[PATCH 0/4] crypto-ixp4xx: Deletion of a few unnecessary checks,
SF Markus Elfring
[PATCH 0/2] Timing leaks in certain HW-crypto drivers,
David Gstir
[PATCH 0/9] constify pci_error_handlers structures,
Julia Lawall
[PATCH v3 0/4] crypto: add crypto accelerator support for rk3288,
Zain Wang
[PATCH 1/4] lib/mpi: only require buffers as big as needed for the integer,
Andrew Zaborowski
Req for mentor - [BUG]Busy luks disk not closable forever if medium is removed, Andrey Utkin
Hardware Crypto Driver,
Orlando
[RFC] i.MX6 CAAM blob generator for IMA/EVM initialization,
Steffen Trumtrar
[PATCH v2 0/3] dmaengine: Add supports for APM X-Gene SoC CRC32C accerlerator driver,
Rameshwar Prasad Sahu
[PATCH 1/7] A couple of generated files,
Sandy Harris
[PATCH v2 0/4] Crypto: add crypto accelerator support for rk3288,
Zain Wang
[Index of Archives]
[Linux Kernel]
[Netfilter]
[Gnu Crypto]
[Gnu Classpath]
[Bugtraq]