linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-16 04:32:40 to 2017-05-24 07:35:59 UTC [more...]

[PATCH 00/13] crypto: omap fixes / changes for 4.13
 2017-05-24  7:35 UTC  (2+ messages)
` [PATCH 01/13] crypto: omap-aes: drop unused flags attribute from omap_aes_ctx

[PATCH 2/2] crypto: engine - Permit to enqueue skcipher request
 2017-05-24  7:32 UTC 

[PATCH 27/27] Drivers: ccree: cc_crypto_ctx.h - align block comments
 2017-05-24  4:47 UTC 

[PATCH 26/27] Drivers: ccree: cc_hw_queue_defs.h - align block comments
 2017-05-24  4:47 UTC 

[PATCH 25/27] Drivers: ccree: cc_regs.h - align block comments
 2017-05-24  4:47 UTC 

[PATCH 24/27] Drivers: ccree: hash_defs.h - align block comments
 2017-05-24  4:47 UTC 

[PATCH 23/27] Drivers: ccree: ssi_aead.c - align block comments
 2017-05-24  4:46 UTC 

[PATCH 22/27] Drivers: ccree: ssi_aead.h - align block comments
 2017-05-24  4:46 UTC 

[PATCH 21/27] Drivers: ccree: ssi_buffer_mgr.c - align block comments
 2017-05-24  4:46 UTC 

[PATCH 20/27] Drivers: ccree: ssi_buffer_mgr.h - align block comments
 2017-05-24  4:46 UTC 

[PATCH 19/27] Drivers: ccree: ssi_cipher.h - align block comments
 2017-05-24  4:45 UTC 

[PATCH 18/27] Drivers: ccree: ssi_config.h - align block comments
 2017-05-24  4:45 UTC 

[PATCH 17/27] Drivers: ccree: ssi_driver.h - align block comments
 2017-05-24  4:45 UTC 

[PATCH 16/27] Drivers: ccree: ssi_fips.c - align block comments
 2017-05-24  4:45 UTC 

[PATCH 15/27] Drivers: ccree: ssi_fips.h - align block comments
 2017-05-24  4:45 UTC 

[PATCH 14/27] Drivers: ccree: ssi_fips_data.h - align block comments
 2017-05-24  4:44 UTC 

[PATCH 13/27] Drivers: ccree: ssi_fips_ext.c - align block comments
 2017-05-24  4:44 UTC 

[PATCH 12/27] Drivers: ccree: ssi_fips_ll.c - align block comments
 2017-05-24  4:43 UTC 

[PATCH 11/27] Drivers: ccree: ssi_fips_local.c - align block comments
 2017-05-24  4:43 UTC 

[PATCH 10/27] Drivers: ccree: ssi_hash.c - align block comments
 2017-05-24  4:43 UTC 

[PATCH 09/27] Drivers: ccree: ssi_hash.h - align block comments
 2017-05-24  4:43 UTC 

[PATCH 08/27] Drivers: ccree: ssi_ivgen.c - align block comments
 2017-05-24  4:42 UTC 

[PATCH 07/27] Drivers: ccree: ssi_pm.h - align block comments
 2017-05-24  4:42 UTC 

[PATCH 06/27] Drivers: ccree: ssi_pm_ext.c - align block comments
 2017-05-24  4:42 UTC 

[PATCH 05/27] Drivers: ccree: ssi_pm_ext.h - align block comments
 2017-05-24  4:42 UTC 

[PATCH 04/27] Drivers: ccree: ssi_request_mgr.c - align block comments
 2017-05-24  4:41 UTC 

[PATCH 03/27] Drivers: ccree: ssi_request_mgr.h - align block comments
 2017-05-24  4:41 UTC 

[PATCH 02/27] Drivers: ccree: ssi_sysfs.c - align block comments
 2017-05-24  4:41 UTC 

[PATCH 01/27] Drivers: ccree: ssi_sysfs.h - align block comments
 2017-05-24  4:40 UTC 

[PATCH 00/27] Drivers: ccree - align block comments
 2017-05-24  4:40 UTC 

[PATCH v2 00/11] fixes for ecc, ec(dh), rsa & testmgr
 2017-05-24  3:51 UTC  (16+ messages)
` [PATCH v2 01/11] crypto: kpp, (ec)dh - fix typos
` [PATCH v2 02/11] crypto: ecc - remove unused function arguments
` [PATCH v2 03/11] crypto: ecc - remove unnecessary casts
` [PATCH v2 04/11] crypto: dh - fix dh_max_size
` [PATCH v2 05/11] crypto: ecdh - fix ecdh_max_size
` [PATCH v2 06/11] crypto: ecc - don't be selfish on pubkeys
` [PATCH v2 07/11] crypto: dh - fix memleak in setkey
` [PATCH v2 08/11] crypto: testmgr - check err on akcipher maxsize
` [PATCH v2 09/11] crypto: testmgr - check err on kpp maxsize
` [PATCH v2 10/11] crypto: KEYS: check err on akcipher maxsize
` [PATCH v2 11/11] crypto: rsa - do checks before allocating data

[PATCH] drivers: staging: ccree: ISO C forbids casting to and from non-scalar
 2017-05-23 18:53 UTC 

[PATCH] X.509: Fix error code in x509_cert_parse()
 2017-05-23 16:49 UTC  (2+ messages)

(unknown),
 2017-05-23 16:24 UTC 

[PATCH 1/2] crypto: engine - replace pr_xxx by dev_xxx
 2017-05-23 14:52 UTC  (3+ messages)
` [PATCH 2/2] crypto: engine - Permit to enqueue skcipher request

[PATCH v8 0/2] crypto: AF_ALG memory management fix
 2017-05-23 14:32 UTC  (3+ messages)
` [PATCH v8 1/2] crypto: skcipher AF_ALG - overhaul memory management
` [PATCH v8 2/2] crypto: aead "

[PATCH v1 1/2] dt-bindings: timeriomem_rng: Add entropy quality property
 2017-05-23 14:06 UTC  (4+ messages)
` [PATCH v1 2/2] hw_random: timeriomem_rng: Allow setting RNG quality from platform data

[PATCH v3 00/11] fixes for ecc, ec(dh), rsa & testmgr
 2017-05-23 13:19 UTC  (12+ messages)
` [PATCH v3 01/11] crypto: kpp, (ec)dh - fix typos
` [PATCH v3 02/11] crypto: ecc - remove unused function arguments
` [PATCH v3 03/11] crypto: ecc - remove unnecessary casts
` [PATCH v3 04/11] crypto: dh - fix dh_max_size
` [PATCH v3 05/11] crypto: ecdh - fix ecdh_max_size
` [PATCH v3 06/11] crypto: rsa - change err code in rsa_max_size
` [PATCH v3 07/11] crypto: testmgr - check err on kpp maxsize
` [PATCH v3 08/11] crypto: testmgr - check err on akcipher maxsize
` [PATCH v3 09/11] crypto: KEYS: "
` [PATCH v3 10/11] crypto: ecc - don't be selfish on pubkeys
` [PATCH v3 11/11] crypto: dh - fix memleak in setkey

[PATCH v3 0/3] arm64: marvell: add cryptographic engine support for 7k/8k
 2017-05-23 12:56 UTC  (10+ messages)
` [PATCH v3 1/3] Documentation/bindings: Document the SafeXel cryptographic engine driver

(unknown),
 2017-05-23  8:42 UTC 

ecdh: generation and retention of ecc privkey in kernel/hardware
 2017-05-23  8:06 UTC  (3+ messages)

[PATCH v5 0/4] arm64: marvell: add cryptographic engine support for 7k/8k
 2017-05-23  7:13 UTC  (7+ messages)
` [PATCH v5 1/4] Documentation/bindings: Document the SafeXel cryptographic engine driver
` [PATCH v5 2/4] crypto: inside-secure: add SafeXcel EIP197 crypto "
` [PATCH v5 3/4] MAINTAINERS: add a maintainer for the Inside Secure crypto driver
` [PATCH v5 4/4] arm64: marvell: dts: add dma-mask in crypto nodes for 7k/8k

[PATCH v2 0/9] crypto: add HMAC IPAD/OPAD constant
 2017-05-23  5:03 UTC  (14+ messages)
` [PATCH v2 1/9] crypto: add hmac "
` [PATCH v2 2/9] crypto: brcm - Use "
` [PATCH v2 3/9] crypto: ixp4xx "
  ` [PATCH v2 4/9] crypto: marvell "
` [PATCH v2 5/9] crypto: mv_cesa "
` [PATCH v2 6/9] crypto: omap-sham "
` [PATCH v2 7/9] crypto: qat "
` [PATCH v2 8/9] crypto: mediatek "
` [PATCH v2 9/9] crypto: ccp "

[PATCH v2 0/4] crypto: async crypto op fixes
 2017-05-23  5:03 UTC  (6+ messages)
` [PATCH v2 1/4] crypto: handle EBUSY due to backlog correctly
` [PATCH v2 2/4] crypto: drbg wait for crypto op not signal safe
` [PATCH v2 3/4] crypto: gcm "
` [PATCH v2 4/4] crypto: Documentation: fix none signal safe sample

[PATCH] crypto: x86/aes - Don't use %rbp as temporary register
 2017-05-23  5:01 UTC  (6+ messages)

[PATCH] crypto: qat: use pcie_flr instead of duplicating it
 2017-05-23  5:00 UTC  (2+ messages)

[PATCH v1] crypto: img-hash - Handle return value of clk_prepare_enable
 2017-05-23  5:00 UTC  (2+ messages)

[PATCH v1] hw_random : omap3-rom-rng:- Handle return value of clk_prepare_enable
 2017-05-23  5:00 UTC  (2+ messages)

[PATCH 0/8] cleanning and fixes for ecc, (ec)dh
 2017-05-23  4:06 UTC  (3+ messages)
` [PATCH 6/8] crypto: dh - fix dh_max_size

Crypto Fixes for 4.9
 2017-05-23  3:42 UTC  (5+ messages)
` Crypto Fixes for 4.10
    ` Crypto Fixes for 4.11
      ` Crypto Fixes for 4.12

[PATCH] crypto: stm32 - Add CRC32 support for STM32F4XX
 2017-05-23  0:29 UTC  (2+ messages)

[PATCH] crypto: rng: Remove unused function __crypto_rng_cast()
 2017-05-22 22:49 UTC 

[PATCH v2 1/2] dt-bindings: timeriomem_rng: Add entropy quality property
 2017-05-22 21:12 UTC  (2+ messages)
` [PATCH v2 2/2] hw_random: timeriomem_rng: Allow setting RNG quality from platform data

[PATCH v3 1/5] dt-bindings : Document the STM32F4 CRC32 binding
 2017-05-22 14:34 UTC  (2+ messages)
  ` [PATCH v3 2/5] crypto : stm32 - Add STM32F4 CRC32 support

[PATCH v3 0/5] Add support for the STM32F4 CRC32
 2017-05-22 14:33 UTC 

Viable partnership request
 2017-05-19  2:16 UTC 

[PATCH] crypto: exynoes-rng: Set cra_ctxsize to 0
 2017-05-22  5:56 UTC  (6+ messages)

may_use_simd on aarch64, chacha20
 2017-05-21 20:55 UTC  (2+ messages)

DEADLOCK: bisected to d215aab82d81974f438bfbc80aa437132f3c37c3 ("cpu/hotplug: Convert hotplug locking to percpu rwsem")
 2017-05-21 16:09 UTC  (2+ messages)

[PATCH] staging: ccree: add CRYPTO dependency
 2017-05-21 12:26 UTC  (2+ messages)

[PATCH 0/5] crypto: arm - enable module autoloading
 2017-05-21 10:23 UTC  (6+ messages)
` [PATCH 1/5] crypto: arm/aes-ce - enable module autoloading based on CPU feature bits
` [PATCH 2/5] crypto: arm/ghash-ce "
` [PATCH 3/5] crypto: arm/sha1-ce "
` [PATCH 4/5] crypto: arm/sha2-ce "
` [PATCH 5/5] crypto: arm/crc32 "

(unknown),
 2017-05-21  8:55 UTC 

[PATCH v2 0/5] Add support for the STM32F4 CRC32
 2017-05-20 13:32 UTC  (3+ messages)
` [PATCH v2 1/5] crypto : stm32 - Add STM32F4 CRC32 support
  ` [PATCH v2 2/5] dt-bindings : Document the STM32F4 CRC32 binding

(unknown),
 2017-05-19  4:32 UTC 

[PATCH 00/30] Standardize doc formats - part 2
 2017-05-19  1:24 UTC  (2+ messages)
` [PATCH 26/30] padata.txt: standardize document format

[PATCH 00/31] Standardize doc formats - part 1
 2017-05-19  1:22 UTC  (2+ messages)
` [PATCH 25/31] hw_random.txt: standardize document format

[PATCH] staging: ccree: fix checkpatch no space before tabs
 2017-05-18 20:28 UTC 

(unknown),
 2017-05-18 14:13 UTC 

dm-crypt IV generation (summary)
 2017-05-18 11:40 UTC  (3+ messages)

[PATCH v2 0/4] crypto: async crypto op fixes
 2017-05-18 11:26 UTC  (5+ messages)
` [PATCH v2 1/4] crypto: handle EBUSY due to backlog correctly
` [PATCH v2 2/4] crypto: drbg wait for crypto op not signal safe
` [PATCH v2 3/4] crypto: gcm "
` [PATCH v2 4/4] crypto: Documentation: fix none signal safe sample

[PATCH 0/4] crypto: async crypto op fixes
 2017-05-18  9:23 UTC  (7+ messages)
` [PATCH 2/4] crypto: drbg wait for crypto op not signal safe
` [PATCH 4/4] crypto: Documentation: fix none signal safe sample

[PATCH 0/7] crypto: aesni: provide generic gcm(aes)
 2017-05-18  5:28 UTC  (2+ messages)

[PATCH] crypto: arm64/sha - avoid non-standard inline asm tricks
 2017-05-18  5:26 UTC  (3+ messages)

[PATCH] crypto: ccp - Add a module author
 2017-05-18  5:26 UTC  (2+ messages)

[PATCH] crypto: sha512-mb - add some missing unlock on error
 2017-05-18  5:25 UTC  (2+ messages)

[PATCH 0/5] crypto: caampkc - extend RSA private key representation
 2017-05-18  5:25 UTC  (4+ messages)
` [PATCH 1/5] crypto: tcrypt - include rsa test

[PATCH] crypto: tcrypt: don't disable irqs and wait
 2017-05-18  5:25 UTC  (2+ messages)

[PATCH 1/9] crypto: add hmac IPAD/OPAD constant
 2017-05-18  4:10 UTC  (2+ messages)

[PATCH] crypto: hifn_795x: Fix a handful of minor bugs spotted by eye
 2017-05-18  4:02 UTC  (5+ messages)

[PATCH v4 0/3] arm64: marvell: add cryptographic engine support for 7k/8k
 2017-05-17 21:25 UTC  (3+ messages)
` [PATCH v4 1/3] Documentation/bindings: Document the SafeXel cryptographic engine driver

[RFC PATCH v2 0/4] crypto: (ec)dh - add privkey generation support
 2017-05-17 15:26 UTC  (5+ messages)
` [RFC PATCH v2 1/4] crypto: ecc "
` [RFC PATCH v2 2/4] crypto: ecdh - allow user to provide NULL privkey
` [RFC PATCH v2 3/4] crypto: dh "
` [RFC PATCH v2 4/4] crypto: testmgr - add genkey kpp test

[RFC PATCH 0/4] crypto: (ec)dh - add privkey generation support
 2017-05-17 10:38 UTC  (5+ messages)
` [RFC PATCH 1/4] crypto: ecc "
` [RFC PATCH 2/4] crypto: ecdh - allow user to provide NULL privkey
` [RFC PATCH 3/4] crypto: dh "
` [RFC PATCH 4/4] crypto: testmgr - add genkey kpp test

[PATCH v2 13/53] docs-rst: add crypto API book to pdf output
 2017-05-16 12:16 UTC 

[PATCH] drivers/staging/ccree: Replacing spaces by tab
 2017-05-16  8:31 UTC 

[PATCH] drivers/staging/ccree: Fixing coding guideline errors
 2017-05-16  8:16 UTC  (2+ messages)

[PATCH v8 0/4] Broadcom SBA RAID support
 2017-05-16  4:32 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).