linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-05-29 13:27:27 to 2017-06-04 08:20:02 UTC [more...]

[PATCH 0/4] Fixed comment coding style issues
 2017-06-04  8:19 UTC  (6+ messages)
` [PATCH 1/4] Staging: ccree: cc_crypto_ctx.h: Added * on subsequent lines of a comment block
` [PATCH 2/4] Staging: ccree: cc_crypto_ctx.h: Fixed trailing */ issue in "
` [PATCH 3/4] Staging: ccree: cc_crypto_ctx.h: Fixed * alignment issues "
` [PATCH 4/4] Staging: ccree: cc_crypto_ctx.h: Added * on subsequent lines of "

[PATCH] Staging: ccree: ssi_aead.h: Fixed a comment coding style issue
 2017-06-04  8:19 UTC  (2+ messages)

[PATCH v3 00/18] additional driver cleanups
 2017-06-04  8:02 UTC  (19+ messages)
` [PATCH v3 01/18] staging: ccree: replace bit shift with BIT macro
` [PATCH v3 02/18] staging: ccree: refactor HW command FIFO access
` [PATCH v3 03/18] staging: ccree: remove 48 bit dma addr sim
` [PATCH v3 04/18] staging: ccree: refactor LLI access macros
` [PATCH v3 05/18] staging: ccree: move M/LLI defines to header file
` [PATCH v3 06/18] staging: ccree: remove unused debug macros
` [PATCH v3 07/18] staging: ccree: remove cycle count debug support
` [PATCH v3 08/18] staging: ccree: move request_mgr to generic bitfield ops
` [PATCH v3 09/18] staging: ccree: remove custom bitfield macros
` [PATCH v3 10/18] staging: ccree: remove unused struct
` [PATCH v3 11/18] staging: ccree: use snake_case for hash enums
` [PATCH v3 12/18] staging: ccree: drop no longer used macro
` [PATCH v3 13/18] staging: ccree: remove dead code
` [PATCH v3 14/18] staging: ccree: remove spurious blank line
` [PATCH v3 15/18] staging: ccree: fix wrong whitespace usage
` [PATCH v3 16/18] staging: ccree: remove last remnants of sash algo
` [PATCH v3 17/18] staging: ccree: remove last remnants of sblkcipher
` [PATCH v3 18/18] staging: ccree: remove descriptor context definitions

get_random_bytes returns bad randomness before seeding is complete
 2017-06-04  6:23 UTC  (24+ messages)
  ` [kernel-hardening] "
    `  "
        ` [PATCH RFC 0/3] get_random_bytes seed blocking
          ` [PATCH RFC 1/3] random: add synchronous API for the urandom pool
          ` [PATCH RFC 2/3] random: add get_random_{bytes,u32,u64,int,long}_wait family
          ` [PATCH RFC 3/3] random: warn when kernel uses unseeded randomness

[PATCH v2 00/20] additional driver cleanups
 2017-06-04  5:31 UTC  (25+ messages)
` [PATCH v2 01/20] staging: ccree: remove spurious blank lines
` [PATCH v2 02/20] staging: ccree: replace bit shift with BIT macro
` [PATCH v2 03/20] staging: ccree: fix longer than 80 chars lines
` [PATCH v2 04/20] staging: ccree: fix operator spacing
` [PATCH v2 05/20] staging: ccree: fix comments formatting
` [PATCH v2 06/20] staging: ccree: add parentheses to macro argument
` [PATCH v2 07/20] staging: ccree: refactor HW command FIFO access
` [PATCH v2 08/20] staging: ccree: remove 48 bit dma addr sim
` [PATCH v2 09/20] staging: ccree: refactor LLI access macros
` [PATCH v2 10/20] staging: ccree: move M/LLI defines to header file
` [PATCH v2 11/20] staging: ccree: remove unused debug macros
` [PATCH v2 12/20] staging: ccree: remove cycle count debug support
` [PATCH v2 13/20] staging: ccree: move request_mgr to generic bitfield ops
` [PATCH v2 14/20] staging: ccree: remove custom bitfield macros
` [PATCH v2 15/20] staging: ccree: remove unused struct
` [PATCH v2 16/20] staging: ccree: use snake_case for hash enums
` [PATCH v2 17/20] staging: ccree: drop no longer used macro
` [PATCH v2 18/20] staging: ccree: remove dead code
` [PATCH v2 19/20] staging: ccree: remove spurious blank line
` [PATCH v2 20/20] staging: ccree: fix wrong whitespace usage

[PATCH][V2] staging: ccree: fix spelling mistake: "chanined" -> "chained"
 2017-06-03 23:31 UTC 

[PATCH] taging: ccree: fix spelling mistake: "chanined" -> "chained"
 2017-06-03 23:31 UTC 

[PATCH] Staging: ccree: ssi_aead.h: Fixed a pointer declaration error
 2017-06-03 17:58 UTC  (3+ messages)

[PATCH] Staging: ccree: cc_crypto_ctx.h: Fixed a comment coding style issue
 2017-06-03  8:36 UTC  (2+ messages)

[PATCH V2 00/27] Drivers: ccree - align block comments
 2017-06-03  8:53 UTC  (4+ messages)

[PATCH V2 01/27] Drivers: ccree: ssi_sysfs.h - align block comments
 2017-06-03  8:51 UTC  (2+ messages)

crypto: Work around deallocated stack frame reference gcc bug on sparc
 2017-06-02 19:55 UTC  (4+ messages)

[PATCH v3 2/5] crypto : stm32 - Add STM32F4 CRC32 support
 2017-06-02 13:56 UTC  (3+ messages)

[PATCH v3 00/13] ARM: sun5i: cryptographic engine support
 2017-06-02 13:21 UTC  (16+ messages)
` [PATCH v3 01/13] crypto: sun4i-ss: group variable definitions in sun4i_hash()
` [PATCH v3 02/13] crypto: sun4i-ss: remove conditional checks against 0
` [PATCH v3 03/13] crypto: sun4i-ss: use lower/upper_32_bits helpers
` [PATCH v3 04/13] crypto: sun4i-ss: cannot use DMA is the request is 0 length
` [PATCH v3 05/13] crypto: sun4i-ss: do not dynamically set parts of the last buffer to 0
` [PATCH v3 06/13] crypto: sun4i-ss: simplify the pad length calculation
` [PATCH v3 07/13] crypto: sun4i-ss: simplify the appended bit assignment
` [PATCH v3 08/13] crypto: sun4i-ss: use GENMASK to generate masks
` [PATCH v3 09/13] crypto: sun4i-ss: move from ablkcipher to skcipher API
` [PATCH v3 10/13] crypto: sun4i-ss: add the CRYPTO_ALG_KERN_DRIVER_ONLY flag
` [PATCH v3 11/13] crypto: sun4i-ss: fix large block size support
` [PATCH v3 12/13] ARM: sun5i: add a cryptographic engine node
` [PATCH v3 13/13] ARM: dts: sunxi: add SoC specific compatibles for the crypto nodes

[RFC PATCH 0/2] crypto: caam - fix cts(cbc(aes)) with CAAM driver
 2017-06-02 12:24 UTC  (3+ messages)
` [RFC PATCH 1/2] crypto: caam - properly set IV after {en,de}crypt
` [RFC PATCH 2/2] crypto: caam - fix k*alloc if called from own cipher callback

[-next] crypto: 842 propagate PTR_ERR value instead of -ENOMEM
 2017-06-01  8:57 UTC 

[PATCH v2 1/2] dt-bindings: timeriomem_rng: Add entropy quality property
 2017-06-01  5:07 UTC  (2+ messages)

[PATCH 0/5] crypto: arm - enable module autoloading
 2017-06-01  5:06 UTC  (2+ messages)

[PATCH v1 0/2] remove mediatek ethif clock in crypto driver
 2017-06-01  2:30 UTC  (3+ messages)
  ` [PATCH v1 1/2] crypto: mediatek - remove redundant clock setting
` [PATCH v1 2/2] dt-bindings: crypto: remove mediatek ethif clock

(unknown),
 2017-06-01  1:55 UTC 

[PATCH 1/2] crypto: mediatek - remove redundant clock setting
 2017-06-01  1:04 UTC  (4+ messages)
` [PATCH 2/2] crypto: mediatek - update DT binding documentation

[PATCH 1/4] dt-bindings: rng: add generic bindings for MediaTek SoCs
 2017-05-31 18:44 UTC  (4+ messages)
` [PATCH 2/4] hwrng: mtk - add support for MT7622 SoC
` [PATCH 3/4] hwrng: mtk - add runtime PM support
` [PATCH 4/4] MAINTAINERS: add entry for MediaTek Random Number Generator

[sparc64] crc32c misbehave
 2017-05-31 16:03 UTC  (4+ messages)

[PATCH] Staging: ccree: cc_crypto_ctx.h: Fixed a comment coding style issue
 2017-05-31 12:06 UTC 

[PATCH v2 0/5] Add support for the STM32F4 CRC32
 2017-05-31  8:17 UTC  (4+ messages)
` [PATCH v2 2/5] dt-bindings : Document the STM32F4 CRC32 binding

[PATCH v3 0/2] crypto: ecdh - add privkey generation support
 2017-05-30 15:23 UTC  (6+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] crypto: testmgr - add genkey kpp test

[PATCH v4 00/14] fixes for kpp and akcipher
 2017-05-30 12:37 UTC  (5+ messages)
` [PATCH v4 04/14] crypto: ecc - don't be selfish on pubkeys
      ` [PATCH v5 04/14] crypto: ecc - rename ecdh_make_pub_key()

[PATCH v1 3/3] crypto: cavium - Register the CNN55XX supported crypto algorithms
 2017-05-30 11:58 UTC  (5+ messages)
` [PATCH v2 0/3] Add support for Cavium CNN55XX crypto adapters
  ` [PATCH v2 1/3] crypto: cavium - Add support for CNN55XX adapters
  ` [PATCH v2 2/3] crypto: cavium - Add debugfs support in CNN55XX driver
  ` [PATCH v2 3/3] crypto: cavium - Register the CNN55XX supported crypto algorithms

[PATCH v2 00/12] ARM: sun5i: cryptographic engine support
 2017-05-30 11:52 UTC  (16+ messages)
` [PATCH v2 01/12] crypto: sun4i-ss: group variable definitions in sun4i_hash()
` [PATCH v2 02/12] crypto: sun4i-ss: remove conditional checks against 0
` [PATCH v2 03/12] crypto: sun4i-ss: use lower/upper_32_bits helpers
` [PATCH v2 04/12] crypto: sun4i-ss: cannot use DMA is the request is 0 length
` [PATCH v2 05/12] crypto: sun4i-ss: do not dynamically set parts of the last buffer to 0
` [PATCH v2 06/12] crypto: sun4i-ss: simplify the pad length calculation
` [PATCH v2 07/12] crypto: sun4i-ss: simplify the appended bit assignment
` [PATCH v2 08/12] crypto: sun4i-ss: use GENMASK to generate masks
` [PATCH v2 09/12] crypto: sun4i-ss: move from ablkcipher to skcipher API
` [PATCH v2 10/12] crypto: sun4i-ss: add the CRYPTO_ALG_KERN_DRIVER_ONLY flag
` [PATCH v2 11/12] crypto: sun4i-ss: fix large block size support
` [PATCH v2 12/12] ARM: sun5i: add a cryptographic engine node

[PATCH V2 27/27] Drivers: ccree: cc_crypto_ctx.h - align block comments
 2017-05-30  6:17 UTC 

[PATCH V2 26/27] Drivers: ccree: cc_hw_queue_defs.h - align block comments
 2017-05-30  6:17 UTC 

[PATCH V2 25/27] Drivers: ccree: cc_regs.h - align block comments
 2017-05-30  6:16 UTC 

[PATCH V2 24/27] Drivers: ccree: hash_defs.h - align block comments
 2017-05-30  6:16 UTC 

[PATCH V2 23/27] Drivers: ccree: ssi_aead.c - align block comments
 2017-05-30  6:16 UTC 

[PATCH V2 22/27] Drivers: ccree: ssi_aead.h - align block comments
 2017-05-30  6:15 UTC 

[PATCH V2 21/27] Drivers: ccree: ssi_buffer_mgr.c - align block comments
 2017-05-30  6:15 UTC 

[PATCH V2 20/27] Drivers: ccree: ssi_buffer_mgr.h - align block comments
 2017-05-30  6:15 UTC 

[PATCH V2 19/27] Drivers: ccree: ssi_cipher.h - align block comments
 2017-05-30  6:15 UTC 

[PATCH V2 18/27] Drivers: ccree: ssi_config.h - align block comments
 2017-05-30  6:14 UTC 

[PATCH V2 17/27] Drivers: ccree: ssi_driver.h - align block comments
 2017-05-30  6:14 UTC 

[PATCH V2 16/27] Drivers: ccree: ssi_fips.c - align block comments
 2017-05-30  6:14 UTC 

[PATCH V2 15/27] Drivers: ccree: ssi_fips.h - align block comments
 2017-05-30  6:14 UTC 

[PATCH V2 14/27] Drivers: ccree: ssi_fips_data.h - align block comments
 2017-05-30  6:13 UTC 

[PATCH V2 13/27] Drivers: ccree: ssi_fips_ext.c - align block comments
 2017-05-30  6:13 UTC 

[PATCH V2 12/27] Drivers: ccree: ssi_fips_ll.c - align block comments
 2017-05-30  6:13 UTC 

[PATCH V2 11/27] Drivers: ccree: ssi_fips_local.c - align block comments
 2017-05-30  6:12 UTC 

[PATCH V2 10/27] Drivers: ccree: ssi_hash.c - align block comments
 2017-05-30  6:12 UTC 

[PATCH V2 09/27] Drivers: ccree: ssi_hash.h - align block comments
 2017-05-30  6:12 UTC 

[PATCH V2 08/27] Drivers: ccree: ssi_ivgen.c - align block comments
 2017-05-30  6:11 UTC 

[PATCH V2 07/27] Drivers: ccree: ssi_pm.h - align block comments
 2017-05-30  6:11 UTC 

[PATCH V2 06/27] Drivers: ccree: ssi_pm_ext.c - align block comments
 2017-05-30  6:11 UTC 

[PATCH V2 05/27] Drivers: ccree: ssi_pm_ext.h - align block comments
 2017-05-30  6:11 UTC 

[PATCH V2 04/27] Drivers: ccree: ssi_request_mgr.c - align block comments
 2017-05-30  6:10 UTC 

[PATCH V2 03/27] Drivers: ccree: ssi_request_mgr.h - align block comments
 2017-05-30  6:10 UTC 

[PATCH V2 02/27] Drivers: ccree: ssi_sysfs.c - align block comments
 2017-05-30  6:10 UTC 

[PATCH 00/12] staging: ccree: addtional driver cleanups
 2017-05-29 17:51 UTC  (13+ messages)
` [PATCH 01/12] staging: ccree: correct coding style violations
` [PATCH 02/12] staging: ccree: move to kernel bitfields/bitops
` [PATCH 04/12] staging: ccree: cleanup lli access macro

[PATCH 12/27] Drivers: ccree: ssi_fips_ll.c - align block comments
 2017-05-29 14:53 UTC  (2+ messages)

[PATCH 00/11] ARM: sun5i: cryptographic engine support
 2017-05-29 14:56 UTC  (4+ messages)
` [PATCH 09/11] crypto: sun4i-ss: move from ablkcipher to skcipher API

[RFC PATCH v2 0/4] crypto: (ec)dh - add privkey generation support
 2017-05-29 13:27 UTC  (5+ messages)
` [RFC PATCH v2 1/4] crypto: ecc "


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).