linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-18 07:23:50 to 2020-09-23 01:57:06 UTC [more...]

[PATCH 0/2] add optional cache params from DT
 2020-09-23  1:57 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: crypto: update ccree optional params

[PATCH 0/2] Add support for the TRNG in Ingenic X1830
 2020-09-22 23:06 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: RNG: Add Ingenic TRNG bindings

[PATCH] random: use correct memory barriers for crng_node_pool
 2020-09-22 21:55 UTC  (16+ messages)

[PATCH v2 0/9] Update to zstd-1.4.6
 2020-09-22 21:09 UTC  (9+ messages)
` [PATCH v2 1/9] lib: zstd: Add zstd compatibility wrapper
` [PATCH v2 2/9] lib: zstd: Add decompress_sources.h for decompress_unzstd
` [PATCH v2 4/9] crypto: zstd: Switch to zstd-1.4.6 API
` [PATCH v2 5/9] btrfs: zstd: Switch to the "
` [PATCH v2 6/9] f2fs: "
` [PATCH v2 7/9] squashfs: "
` [PATCH v2 8/9] lib: unzstd: "
` [PATCH v2 9/9] lib: zstd: Remove zstd compatibility wrapper

[DISCUSSION PATCH 00/41] random: possible ways towards NIST SP800-90B compliance
 2020-09-22 17:48 UTC  (47+ messages)
` [RFC PATCH 01/41] random: remove dead code in credit_entropy_bits()
` [RFC PATCH 02/41] random: remove dead code for nbits < 0 "
` [RFC PATCH 03/41] random: prune dead assignment to entropy_bits "
` [RFC PATCH 04/41] random: drop 'reserved' parameter from extract_entropy()
` [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 09/41] random: protect ->entropy_count with the pool spinlock
` [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 30/41] random: add a queued_entropy instance to struct fast_pool
` [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 39/41] random: make the startup tests include muliple APT invocations
` [RFC PATCH 40/41] random: trigger startup health test on any failure of the health tests
` [RFC PATCH 41/41] random: lower per-IRQ entropy estimate upon health test failure

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

[PATCH] crypto: ccp - fix error handling
 2020-09-22 13:41 UTC  (3+ messages)

[PATCH -next] crypto: mediatek - simplify the return expression of mtk_dfe_dse_reset()
 2020-09-21 13:10 UTC 

[PATCH -next] crypto: marvell/octeontx - simplify the return expression of create_sysfs_eng_grps_info()
 2020-09-21 13:10 UTC 

[PATCH 2/7] crypto: sun4i-ss: checking sg length is not sufficient
 2020-09-21 12:54 UTC  (2+ messages)

[PATCH v2 00/12] crypto: caam - xts(aes) updates
 2020-09-21 11:46 UTC  (15+ 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 "

[PATCH] crypto: sa2ul: Fix DMA mapping API usage
 2020-09-21 11:38 UTC 

[PATCH 0/2] crypto: caam - add tagged keys functionality and tk transformations for skcipher
 2020-09-21 11:23 UTC  (7+ messages)
` [PATCH 2/2] crypto: caam - support tagged keys for skcipher algorithms

[PATCH -next] crypto: cpt - simplify the return expression of cav_register_algs
 2020-09-21  8:24 UTC 

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

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  (6+ messages)
` [PATCH 4/7] crypto: sun4i-ss: handle BigEndian for cipher

[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  (9+ messages)
` [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
  ` [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  (3+ 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 v8] crypto: af_alg - add extra parameters for DRBG interface
 2020-09-18 15:42 UTC  (2+ messages)
` [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  (14+ messages)
` [PATCH v7 01/17] crypto: sun8i-ss: Add SS_START define
` [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 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: "


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