linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-16 19:56:20 to 2020-09-21 08:01:32 UTC [more...]

[DISCUSSION PATCH 00/41] random: possible ways towards NIST SP800-90B compliance
 2020-09-21  7:58 UTC  (36+ messages)
` [RFC PATCH 01/41] random: remove dead code in credit_entropy_bits()
` [RFC PATCH 03/41] random: prune dead assignment to entropy_bits "
` [RFC PATCH 05/41] random: don't reset entropy to zero on overflow
` [RFC PATCH 06/41] random: factor the exponential approximation in credit_entropy_bits() out
` [RFC PATCH 07/41] random: let pool_entropy_delta() take nbits in units of 2^-ENTROPY_SHIFT
` [RFC PATCH 08/41] random: introduce __credit_entropy_bits_fast() for hot paths
` [RFC PATCH 10/41] random: implement support for delayed entropy dispatching
` [RFC PATCH 11/41] random: convert add_timer_randomness() to queued_entropy API
` [RFC PATCH 12/41] random: convert add_interrupt_randomness() "
` [RFC PATCH 13/41] random: convert try_to_generate_entropy() "
` [RFC PATCH 14/41] random: drop __credit_entropy_bits_fast()
` [RFC PATCH 15/41] random: convert add_hwgenerator_randomness() to queued_entropy API
` [RFC PATCH 16/41] random: convert random_ioctl() "
` [RFC PATCH 17/41] random: drop credit_entropy_bits() and credit_entropy_bits_safe()
` [RFC PATCH 18/41] random: move arch_get_random_seed() calls in crng_reseed() into own loop
` [RFC PATCH 19/41] random: reintroduce arch_has_random() + arch_has_random_seed()
` [RFC PATCH 20/41] random: provide min_crng_reseed_pool_entropy()
` [RFC PATCH 21/41] random: don't invoke arch_get_random_long() from add_interrupt_randomness()
` [RFC PATCH 22/41] random: introduce arch_has_sp800_90b_random_seed()
` [RFC PATCH 23/41] random: don't award entropy to non-SP800-90B arch RNGs in FIPS mode
` [RFC PATCH 24/41] init: call time_init() before rand_initialize()
` [RFC PATCH 25/41] random: probe cycle counter resolution at initialization
` [RFC PATCH 26/41] random: implement support for evaluating larger fast_pool entropies
` [RFC PATCH 27/41] random: increase per-IRQ event entropy estimate if in FIPS mode
` [RFC PATCH 28/41] random: don't award entropy to disk + input events "
` [RFC PATCH 29/41] random: move definition of struct queued_entropy and related API upwards
` [RFC PATCH 31/41] random: introduce struct health_test + health_test_reset() placeholders
` [RFC PATCH 32/41] random: introduce health test stub and wire it up
` [RFC PATCH 33/41] random: make health_test_process() maintain the get_cycles() delta
` [RFC PATCH 34/41] random: implement the "Adaptive Proportion" NIST SP800-90B health test
` [RFC PATCH 35/41] random: improve the APT's statistical power
` [RFC PATCH 36/41] random: optimize the APT's presearch
` [RFC PATCH 37/41] random: implement the "Repetition Count" NIST SP800-90B health test
` [RFC PATCH 38/41] random: enable NIST SP800-90B startup tests
` [RFC PATCH 41/41] random: lower per-IRQ entropy estimate upon health test failure

[PATCH 2/2] crypto: ccree - add custom cache params from DT file
 2020-09-21  7:46 UTC  (4+ messages)

[PATCH v2 00/12] crypto: caam - xts(aes) updates
 2020-09-21  7:32 UTC  (13+ messages)
` [PATCH v2 01/12] crypto: caam/jr - add fallback for XTS with more than 8B IV
` [PATCH v2 02/12] crypto: caam/qi "
` [PATCH v2 03/12] crypto: caam/qi2 "
` [PATCH v2 04/12] crypto: caam/jr - add support for more XTS key lengths
` [PATCH v2 05/12] crypto: caam/qi "
` [PATCH v2 06/12] crypto: caam/qi2 "
` [PATCH v2 07/12] crypto: caam/jr - add xts check for block length equal to zero
` [PATCH v2 08/12] crypto: caam/qi "
` [PATCH v2 09/12] crypto: caam/qi2 "
` [PATCH v2 10/12] crypto: caam/jr - add support for XTS with 16B IV
` [PATCH v2 11/12] crypto: caam/qi "
` [PATCH v2 12/12] crypto: caam/qi2 "

linux-next: manual merge of the crypto tree with Linus' tree
 2020-09-21  2:36 UTC 

[PATCH v2 0/7] crypto: sun4i-ss: prevent always fallback for ciphers
 2020-09-20 18:37 UTC  (8+ messages)
` [PATCH v2 1/7] crypto: sun4i-ss: linearize buffers content must be kept
` [PATCH v2 2/7] crypto: sun4i-ss: checking sg length is not sufficient
` [PATCH v2 3/7] crypto: sun4i-ss: IV register does not work on A10 and A13
` [PATCH v2 4/7] crypto: sun4i-ss: handle BigEndian for cipher
` [PATCH v2 5/7] crypto: sun4i-ss: initialize need_fallback
` [PATCH v2 6/7] crypto: sun4i-ss: enabled stats via debugfs
` [PATCH v2 7/7] crypto: sun4i-ss: add SPDX header and remove blank lines

[PATCH -next v2] crypto: caam: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-20 17:56 UTC  (2+ messages)

[PATCH v32 00/12] /dev/random - a new approach with full SP800-90B compliance
 2020-09-20 16:49 UTC  (18+ messages)
` [PATCH v33 "
  ` [PATCH v35 00/13] /dev/random - a new approach
    ` [PATCH v35 01/13] Linux Random Number Generator
    ` [PATCH v35 02/13] LRNG - allocate one DRNG instance per NUMA node
    ` [PATCH v35 03/13] LRNG - sysctls and /proc interface
    ` [PATCH v35 04/13] LRNG - add switchable DRNG support
    ` [PATCH v35 05/13] LRNG - add common generic hash support
    ` [PATCH v35 06/13] crypto: DRBG - externalize DRBG functions for LRNG
    ` [PATCH v35 07/13] LRNG - add SP800-90A DRBG extension
    ` [PATCH v35 08/13] LRNG - add kernel crypto API PRNG extension
    ` [PATCH v35 09/13] crypto: provide access to a static Jitter RNG state
    ` [PATCH v35 10/13] LRNG - add Jitter RNG fast noise source
    ` [PATCH v35 11/13] LRNG - add SP800-90B compliant health tests
    ` [PATCH v35 12/13] LRNG - add interface for gathering of raw entropy
    ` [PATCH v35 13/13] LRNG - add power-on and runtime self-tests

[PATCH v7 00/10] crpyto: introduce OSCCA certificate and SM2 asymmetric algorithm
 2020-09-20 16:21 UTC  (11+ messages)
` [PATCH v7 01/10] crypto: sm3 - export crypto_sm3_final function
` [PATCH v7 02/10] lib/mpi: Extend the MPI library
` [PATCH v7 03/10] lib/mpi: Introduce ec implementation to "
` [PATCH v7 04/10] crypto: sm2 - introduce OSCCA SM2 asymmetric cipher algorithm
` [PATCH v7 05/10] crypto: testmgr - support test with different ciphertext per encryption
` [PATCH v7 06/10] crypto: testmgr - Fix potential memory leak in test_akcipher_one()
` [PATCH v7 07/10] crypto: sm2 - add SM2 test vectors to testmgr
` [PATCH v7 08/10] X.509: support OSCCA certificate parse
` [PATCH v7 09/10] X.509: support OSCCA SM2-with-SM3 certificate verification
` [PATCH v7 10/10] integrity: Asymmetric digsig supports SM2-with-SM3 algorithm

linux-next: manual merge of the staging tree with the crypto tree
 2020-09-20 14:01 UTC  (6+ messages)

[PATCH 0/7] crypto: sun4i-ss: prevent always fallback for ciphers
 2020-09-19 19:05 UTC  (12+ messages)
` [PATCH 1/7] crypto: sun4i-ss: linearize buffers content must be kept
` [PATCH 2/7] crypto: sun4i-ss: checking sg length is not sufficient
` [PATCH 3/7] crypto: sun4i-ss: IV register does not work on A10 and A13
` [PATCH 4/7] crypto: sun4i-ss: handle BigEndian for cipher
` [PATCH 5/7] crypto: sun4i-ss: initialize need_fallback
` [PATCH 6/7] crypto: sun4i-ss: enabled stats via debugfs
` [PATCH 7/7] crypto: sun4i-ss: add SPDX header and remove blank lines

[PATCH 0/2] crypto: hisilicon/qm - misc fixes
 2020-09-19 11:01 UTC  (3+ messages)
` [PATCH 1/2] crypto: hisilicon/qm - fix wrong return type of 'pci_get_drvdata'
` [PATCH 2/2] crypto: hisilicon/qm - remove the update of flags

[PATCH v3,net-next,0/4] Add Support for Marvell OcteonTX2 Cryptographic
 2020-09-19  8:46 UTC  (12+ messages)
` [PATCH v3,net-next,1/4] octeontx2-pf: move asm code to include/linux/soc
` [PATCH v3,net-next,2/4] octeontx2-af: add support to manage the CPT unit
` [PATCH v3,net-next,3/4] drivers: crypto: add support for OCTEONTX2 CPT engine
` [PATCH v3,net-next,4/4] drivers: crypto: add the Virtual Function driver for OcteonTX2 CPT
  ` [EXT] Re: [PATCH v3,net-next,0/4] Add Support for Marvell OcteonTX2 Cryptographic

[PATCH v2 0/3] crypto: hisilicon/hpre - misc clean up and fixes
 2020-09-19  3:13 UTC  (4+ messages)
` [PATCH v2 1/3] crypto: hisilicon/hpre - remove useless code
` [PATCH v2 2/3] crypto: hisilicon/hpre - adjust some coding style
` [PATCH v2 3/3] crypto: hisilicon/hpre - fix a bug in dh algorithm

[PATCH] random: initialize ChaCha20 constants with correct endianness
 2020-09-18 21:57 UTC  (4+ messages)

[PATCH] crypto/chcr: fix minor indentation issue
 2020-09-18 21:56 UTC 

[PATCH v2 0/2] crypto: arm/sha-neon - avoid ADRL instructions
 2020-09-18 20:30 UTC  (5+ messages)

[PATCH v7] crypto: af_alg - add extra parameters for DRBG interface
 2020-09-18 15:42 UTC  (4+ messages)
` [PATCH v8] "
    ` [PATCH v9] "

[PATCH v6 0/8] crpyto: introduce OSCCA certificate and SM2 asymmetric algorithm
 2020-09-18 13:34 UTC  (4+ messages)
` [PATCH v6 5/8] crypto: testmgr - support test with different ciphertext per encryption

[PATCH 0/3] crypto: hisilicon/hpre - misc clean up and fixes
 2020-09-18  8:44 UTC  (4+ messages)
` [PATCH 3/3] crypto: hisilicon/hpre - fix a bug in dh algorithm

[PATCH] crypto: inside-secure - Fix corruption on not fully coherent systems
 2020-09-18  8:21 UTC  (5+ messages)

[PATCH] crypto: mark unused ciphers as obsolete
 2020-09-18  7:30 UTC  (2+ messages)

[PATCH] crypto: inside-secure - Add support for EIP197 with output classifier
 2020-09-18  7:30 UTC  (2+ messages)

[PATCH v2 1/4] crypto: caam - Fix kerneldoc
 2020-09-18  7:30 UTC  (2+ messages)

[PATCH 0/5] crypto: hisilicon - update ACC module parameter
 2020-09-18  7:29 UTC  (2+ messages)

[PATCH RESEND 0/2] crypto: qat - replace DIDs macros
 2020-09-18  7:29 UTC  (2+ messages)

[PATCH] crypto: sa2ul - Fix pm_runtime_get_sync() error checking
 2020-09-18  7:29 UTC  (2+ messages)

[PATCH] crypto: inside-secure - Prevent missing of processing errors
 2020-09-18  7:28 UTC  (2+ messages)

[PATCH v2 00/10] crypto: hisilicon/zip - misc clean up
 2020-09-18  7:28 UTC  (2+ messages)

[PATCH] crypto: omap-sham: fix digcnt register handling with export/import
 2020-09-18  7:28 UTC  (2+ messages)

[PATCH] crypto: omap-sham: convert to use crypto engine
 2020-09-18  7:28 UTC  (2+ messages)

[PATCH v7 00/17] crypto: allwinner: add xRNG and hashes
 2020-09-18  7:23 UTC  (18+ messages)
` [PATCH v7 01/17] crypto: sun8i-ss: Add SS_START define
` [PATCH v7 02/17] crypto: sun8i-ss: Add support for the PRNG
` [PATCH v7 03/17] crypto: sun8i-ss: support hash algorithms
` [PATCH v7 04/17] crypto: sun8i-ss: fix a trivial typo
` [PATCH v7 05/17] crypto: sun8i-ss: Add more comment on some structures
` [PATCH v7 06/17] crypto: sun8i-ss: better debug printing
` [PATCH v7 07/17] crypto: sun8i-ce: handle endianness of t_common_ctl
` [PATCH v7 08/17] crypto: sun8i-ce: move iv data to request context
` [PATCH v7 09/17] crypto: sun8i-ce: split into prepare/run/unprepare
` [PATCH v7 10/17] crypto: sun8i-ce: handle different error registers
` [PATCH v7 11/17] crypto: sun8i-ce: rename has_t_dlen_in_bytes to cipher_t_dlen_in_bytes
` [PATCH v7 12/17] crypto: sun8i-ce: support hash algorithms
` [PATCH v7 13/17] crypto: sun8i-ce: Add stat_bytes debugfs
` [PATCH v7 14/17] crypto: sun8i-ce: Add support for the PRNG
` [PATCH v7 15/17] crypto: sun8i-ce: Add support for the TRNG
` [PATCH v7 16/17] crypto: sun8i-ce: fix comparison of integer expressions of different signedness
` [PATCH v7 17/17] crypto: sun8i-ss: "

[PATCH AUTOSEL 5.4 031/330] net: silence data-races on sk_backlog.tail
 2020-09-18  1:57 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 128/330] crypto: chelsio - This fixes the kernel panic which occurs during a libkcapi test

[PATCH AUTOSEL 4.19 017/206] net: silence data-races on sk_backlog.tail
 2020-09-18  2:05 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 078/206] crypto: chelsio - This fixes the kernel panic which occurs during a libkcapi test

[PATCH -next v2] crypto: hisilicon/qm - Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-18  1:31 UTC 

[PATCH -next v2] crypto: amlogic: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-18  1:31 UTC 

[PATCH -next v2] crypto: cavium/zip - Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-18  1:31 UTC 

[PATCH -next v2] crypto: allwinner - Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-18  1:31 UTC 

[PATCH -next] crypto: caam: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-18  1:29 UTC  (3+ messages)

[PATCH -next] crypto: caam: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-18  1:25 UTC  (4+ messages)

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-17 19:40 UTC  (4+ messages)
` [oss-drivers] "

[PATCH] crypto: procfs: Removing some useless only space lines
 2020-09-17 18:59 UTC 

[PATCH 0/9] Update to zstd-1.4.6
 2020-09-17 17:57 UTC  (17+ messages)
` [PATCH 1/9] lib: zstd: Add zstd compatibility wrapper
` [PATCH 5/9] btrfs: zstd: Switch to the zstd-1.4.6 API
  ` [PATCH 3/9] lib: zstd: Upgrade to latest upstream zstd version 1.4.6

[PATCH] random: use correct memory barriers for crng_node_pool
 2020-09-17 16:58 UTC  (3+ messages)

[PATCH -next] crypto: marvell/cesa - use devm_platform_ioremap_resource_byname
 2020-09-17  7:42 UTC 

[PATCH] random: remove dead code left over from blocking pool
 2020-09-16 13:53 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).