linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-04 08:30:27 to 2021-02-10 07:24:19 UTC [more...]

[PATCH v2 0/9] arm64: rework NEON yielding to avoid scheduling from asm code
 2021-02-10  7:23 UTC  (9+ messages)
` (subset) "

[PATCH] crypto: powerpc: remove unneeded semicolon
 2021-02-10  7:22 UTC  (2+ messages)

[PATCH] crypto: ecdh_helper - Ensure 'len >= secret.len' in decode_key()
 2021-02-10  7:22 UTC  (2+ messages)

[PATCH v2] crypto: caam - Replace DEFINE_SIMPLE_ATTRIBUTE with DEFINE_DEBUGFS_ATTRIBUTE
 2021-02-10  7:22 UTC  (2+ messages)

[PATCH 0/9] crypto: fix alignmask handling
 2021-02-10  7:22 UTC  (2+ messages)

[PATCH] hw_random/timeriomem-rng: Fix cooldown period calculation
 2021-02-10  7:21 UTC  (2+ messages)

[PATCH] crypto: marvell - CRYPTO_DEV_OCTEONTX2_CPT should depend on ARCH_THUNDER2
 2021-02-10  7:21 UTC  (2+ messages)

[PATCH v6 00/11] Regression fixes/clean ups in the Qualcomm crypto engine driver
 2021-02-10  7:18 UTC  (13+ messages)
` [PATCH v6 01/11] crypto: qce: sha: Restore/save ahash state with custom struct in export/import
` [PATCH v6 02/11] crypto: qce: sha: Hold back a block of data to be transferred as part of final
` [PATCH v6 03/11] crypto: qce: skcipher: Return unsupported if key1 and key 2 are same for AES XTS algorithm
` [PATCH v6 04/11] crypto: qce: skcipher: Return unsupported if any three keys are same for DES3 algorithms
` [PATCH v6 05/11] crypto: qce: skcipher: Return error for zero length messages
` [PATCH v6 06/11] crypto: qce: skcipher: Return error for non-blocksize data(ECB/CBC algorithms)
` [PATCH v6 07/11] crypto: qce: skcipher: Set ivsize to 0 for ecb(aes)
` [PATCH v6 08/11] crypto: qce: skcipher: Improve the conditions for requesting AES fallback cipher
` [PATCH v6 09/11] crypto: qce: common: Set data unit size to message length for AES XTS transformation
` [PATCH v6 10/11] crypto: qce: Remover src_tbl from qce_cipher_reqctx
` [PATCH v6 11/11] crypto: qce: Remove totallen and offset in qce_start

[PATCH] crypto: serpent - Fix sparse byte order warnings
 2021-02-10  7:15 UTC 

[PATCH 00/20] Rid W=1 warnings in Crypto
 2021-02-10  6:51 UTC  (28+ messages)
` [PATCH 01/20] crypto: hisilicon: sec_drv: Supply missing description for 'sec_queue_empty()'s 'queue' param
` [PATCH 02/20] crypto: bcm: util: Repair a couple of documentation formatting issues
` [PATCH 03/20] crypto: chelsio: chcr_core: File headers are not good candidates for kernel-doc
` [PATCH 04/20] crypto: ux500: hash: hash_core: Fix worthy kernel-doc headers and remove others
` [PATCH 05/20] crypto: bcm: spu: Fix formatting and misspelling issues
` [PATCH 06/20] crypto: keembay: ocs-hcu: Fix incorrectly named functions/structs
` [PATCH 07/20] crypto: bcm: spu2: Fix a whole host of kernel-doc misdemeanours
` [PATCH 08/20] crypto: ux500: cryp: Demote some conformant non-kernel headers fix another
` [PATCH 09/20] crypto: ux500: cryp_irq: File headers are not good kernel-doc candidates
` [PATCH 10/20] crypto: chelsio: chcr_algo: Fix a couple of kernel-doc issues caused by doc-rot
` [PATCH 11/20] crypto: ux500: cryp_core: Fix formatting issue and add description for 'session_id'
` [PATCH 12/20] crypto: atmel-ecc: Struct headers need to start with keyword 'struct'
` [PATCH 13/20] crypto: bcm: cipher: Provide description for 'req' and fix formatting issues
` [PATCH 14/20] crypto: caam: caampkc: Provide the name of the function
` [PATCH 15/20] crypto: caam: caamalg_qi2: Supply a couple of 'fallback' related descriptions
` [PATCH 16/20] crypto: vmx: Source headers are not good kernel-doc candidates
` [PATCH 17/20] crypto: nx: nx-aes-cbc: Headers comments should not be kernel-doc
` [PATCH 18/20] crypto: nx: nx_debugfs: Header "
` [PATCH 19/20] crypto: nx: Demote header comment and add description for 'nbytes'
` [PATCH 20/20] crypto: cavium: nitrox_isr: Demote non-compliant kernel-doc headers

[PATCH v2 0/3] crypto:hisilicon/sec - fixes some coding style
 2021-02-10  6:43 UTC  (5+ messages)
` [PATCH v2 1/3] crypto: hisilicon/sec - fixes some log printing style
` [PATCH v2 2/3] crypto: hisilicon/sec - fixes some driver coding style
` [PATCH v2 3/3] crypto: hisilicon/sec - fixes shash test error

[PATCH] crypto: picoxcell - convert sysfs sprintf/snprintf family to sysfs_emit
 2021-02-10  6:24 UTC  (2+ messages)

[PATCH v8 0/9] add ECDH and CURVE25519 algorithms support for Kunpeng 930
 2021-02-10  4:57 UTC  (14+ messages)
` [PATCH v8 1/9] crypto: hisilicon/hpre - add version adapt to new algorithms
` [PATCH v8 2/9] crypto: hisilicon/hpre - add algorithm type
` [PATCH v8 3/9] crypto: atmel-ecc - move curve_id of ECDH from the key to algorithm name
` [PATCH v8 4/9] net/bluetooth: modify ECDH name in 'crypto_alloc_kpp'
` [PATCH v8 5/9] crypto: move curve_id of ECDH to algorithm name
` [PATCH v8 6/9] crypto: add new ecc curve and expose them
` [PATCH v8 7/9] crypto: hisilicon/hpre - add 'ECDH' algorithm
` [PATCH v8 8/9] crypto: add curve25519 params and expose them
` [PATCH v8 9/9] crypto: hisilicon/hpre - add 'CURVE25519' algorithm

[PATCH] crypto: amlogic - Fix unnecessary check in meson_crypto_probe()
 2021-02-10  3:16 UTC 

[PATCH v2] hwrng: bcm2835 - remove redundant null check
 2021-02-10  1:32 UTC  (2+ messages)

[net-next v4 00/14] Add Marvell CN10K support
 2021-02-09 23:58 UTC  (17+ messages)
` [net-next v4 01/14] octeontx2-af: cn10k: Add mbox support for CN10K platform
` [net-next v4 02/14] octeontx2-pf: cn10k: Add mbox support for CN10K
` [net-next v4 03/14] octeontx2-af: cn10k: Update NIX/NPA context structure
` [net-next v4 04/14] octeontx2-af: cn10k: Update NIX and NPA context in debugfs
` [net-next v4 05/14] octeontx2-pf: cn10k: Initialise NIX context
` [net-next v4 06/14] octeontx2-pf: cn10k: Map LMTST region
` [net-next v4 07/14] octeontx2-pf: cn10k: Use LMTST lines for NPA/NIX
` [net-next v4 08/14] octeontx2-af: cn10k: Add RPM MAC support
` [net-next v4 09/14] octeontx2-af: cn10k: Add support for programmable channels
` [net-next v4 10/14] octeontx2-af: cn10K: Add MTU configuration
` [net-next v4 11/14] octeontx2-pf: cn10k: Get max mtu supported from admin function
` [net-next v4 12/14] octeontx2-af: cn10k: Add RPM LMAC pause frame support
` [net-next v4 13/14] octeontx2-af: cn10k: Add RPM Rx/Tx stats support
` [net-next v4 14/14] octeontx2-af: cn10k: MAC internal loopback support
  ` [EXT] Re: [net-next v4 00/14] Add Marvell CN10K support

[PATCH] hwrng: bcm2835 - remove redundant null check
 2021-02-09 22:54 UTC  (2+ messages)

[PATCH] crypto: testmgr - add NIAP FPT_TST_EXT.1 subset of tests
 2021-02-09 14:02 UTC  (4+ messages)

[PATCH] crypto: qat - fix spelling mistake: "messge" -> "message"
 2021-02-09 10:28 UTC 

[PATCH] drivers: crypto: qat: qat_common: Two different lines fix the same spelling in the file adf_vf2pf_msg.c
 2021-02-09 10:24 UTC  (2+ messages)

[PATCH] drivers: crypto: qat: qat_common: Inside the comment a spelling fixed in adf_pf2vf_msg.c
 2021-02-09 10:22 UTC  (2+ messages)

[PATCH] hwrng: xiphera-trng: use devm_platform_ioremap_resource() to simplify
 2021-02-09  8:03 UTC 

[PATCH 0/4] Fix the parameter of dma_map_sg()
 2021-02-09  6:59 UTC  (5+ messages)
` [PATCH 1/4] crypto: amlogic - Fix the parameter of dma_unmap_sg()
` [PATCH 2/4] crypto: cavium "
` [PATCH 3/4] crypto: ux500 "
` [PATCH 4/4] crypto: allwinner "

[PATCH] crypto: arm/blake2b - drop unnecessary return statement
 2021-02-09  2:28 UTC 

[PATCH] hwrng: ba431 - Use device-managed registration
 2021-02-09  1:35 UTC 

[PATCH v7 0/7] add ECDH and CURVE25519 algorithms support for Kunpeng 930
 2021-02-08 21:27 UTC  (9+ messages)
` [PATCH v7 4/7] crypto: add ecc curve and expose them

[ANNOUNCE][CFP] Linux Security Summit 2021
 2021-02-08 19:59 UTC 

[PATCH v5 00/19]crypto: convert tasklets to use new tasklet_setup API()
 2021-02-08  9:46 UTC  (21+ messages)
` [PATCH v5 01/19] crypto: amcc: convert tasklets to use new tasklet_setup() API
` [PATCH v5 02/19] crypto: atmel: "
` [PATCH v5 03/19] crypto: axis: "
` [PATCH v5 04/19] crypto: caam: "
` [PATCH v5 05/19] crypto: cavium: "
` [PATCH v5 06/19] crypto: ccp: "
` [PATCH v5 07/19] crypto: ccree: "
` [PATCH v5 08/19] crypto: hifn_795x: "
` [PATCH v5 09/19] crypto: img-hash: "
` [PATCH v5 10/19] crypto: ixp4xx: "
` [PATCH v5 11/19] crypto: mediatek: "
` [PATCH v5 12/19] crypto: omap: "
` [PATCH v5 13/19] crypto: picoxcell: "
` [PATCH v5 14/19] crypto: qat: "
` [PATCH v5 15/19] crypto: qce: "
` [PATCH v5 16/19] crypto: rockchip: "
` [PATCH v5 17/19] crypto: s5p: "
` [PATCH v5 18/19] crypto: talitos: "
` [PATCH v5 19/19] crypto: octeontx: "

[PATCH] crypto: sha: remove unneeded semicolon
 2021-02-08  9:10 UTC 

[PATCH 0/3] crypto:hisilicon/sec - fixes some coding style
 2021-02-07  9:49 UTC  (8+ messages)
` [PATCH 1/3] crypto: hisilicon/sec - fixes some log printing style
` [PATCH 2/3] crypto: hisilicon/sec - fixes some driver coding style
` [PATCH 3/3] crypto: hisilicon/sec - fixes shash test error

[PATCH] hw_random: timeriomem_rng: Use device-managed registration API
 2021-02-07  2:39 UTC 

[PATCH 1/3] dt-bindings: Fix undocumented compatible strings in examples
 2021-02-06  1:25 UTC  (2+ messages)

[PATCH] coresight: etm4x: Fix merge resolution for amba rework
 2021-02-05 14:04 UTC  (2+ messages)

[PATCH v5 00/11] Regression fixes/clean ups in the Qualcomm crypto engine driver
 2021-02-05 14:08 UTC  (18+ messages)
` [PATCH v5 01/11] crypto: qce: sha: Restore/save ahash state with custom struct in export/import
` [PATCH v5 02/11] crypto: qce: sha: Hold back a block of data to be transferred as part of final
` [PATCH v5 03/11] crypto: qce: skcipher: Return unsupported if key1 and key 2 are same for AES XTS algorithm
` [PATCH v5 04/11] crypto: qce: skcipher: Return unsupported if any three keys are same for DES3 algorithms
` [PATCH v5 05/11] crypto: qce: skcipher: Return error for zero length messages
` [PATCH v5 06/11] crypto: qce: skcipher: Return error for non-blocksize data(ECB/CBC algorithms)
` [PATCH v5 07/11] crypto: qce: skcipher: Set ivsize to 0 for ecb(aes)
` [PATCH v5 08/11] crypto: qce: skcipher: Improve the conditions for requesting AES fallback cipher
` [PATCH v5 09/11] crypto: qce: common: Set data unit size to message length for AES XTS transformation
` [PATCH v5 10/11] crypto: qce: Remover src_tbl from qce_cipher_reqctx
` [PATCH v5 11/11] crypto: qce: Remove totallen and offset in qce_start

[PATCH v7 0/4] Add support for x509 certs with NIST p256 and p192 keys
 2021-02-05 12:24 UTC  (6+ messages)
` [PATCH v7 1/4] crypto: Add support for ECDSA signature verification
` [PATCH v7 4/4] ima: Support EC keys for "

[PATCH v3 0/5] amba: minor fix and various cleanups
 2021-02-05 11:07 UTC  (11+ messages)
` [GIT PULL] immutable branch for amba changes targeting v5.12-rc1

[PATCH 0/6] crypto: hisilicon/qm - misc fixes
 2021-02-05 10:12 UTC  (7+ messages)
` [PATCH 1/6] crypto: hisilicon/qm - removing driver after reset
` [PATCH 2/6] crypto: hisilicon/qm - fix request missing error
` [PATCH 3/6] crypto: hisilicon/qm - fix the value of 'QM_SQC_VFT_BASE_MASK_V2'
` [PATCH 4/6] crypto: hisilicon/qm - update irqflag
` [PATCH 5/6] crypto: hisilicon/qm - do not reset hardware when CE happens
` [PATCH 6/6] crypto: hisilicon/qm - fix printing format issue

[PATCH 2/2] crypto: crypto4xx - Avoid linking failure with HW_RANDOM=m
 2021-02-05  3:38 UTC  (2+ messages)

[PATCH] crypto/ccree: fix spelling typo of allocated
 2021-02-05  3:38 UTC  (2+ messages)

[PATCH] crypto: octeontx2 - fix signedness bug in cptvf_register_interrupts()
 2021-02-05  3:38 UTC  (2+ messages)

[PATCH v2 0/6] crypto: hisilicon - enable new algorithms of SEC
 2021-02-05  2:05 UTC  (5+ messages)

[PATCH v4 01/11] crypto: qce: sha: Restore/save ahash state with custom struct in export/import
 2021-02-04 21:44 UTC  (4+ messages)

[PATCH 1/2] crypto: octeontx2 - fix -Wpointer-bool-conversion warning
 2021-02-04 21:22 UTC  (4+ messages)
` [PATCH 2/2] crypto: marvell - fix ethernet driver dependency

[PATCH] vio: make remove callback return void
 2021-02-04 16:08 UTC  (2+ messages)

[PATCH RESEND] random: fix the RNDRESEEDCRNG ioctl
 2021-02-04 15:59 UTC  (3+ messages)

[net-next v3 07/14] octeontx2-pf: cn10k: Use LMTST lines for NPA/NIX operations
 2021-02-04 11:26 UTC 

[PATCH] crypto: hisilicon/hpre - enable Elliptic curve cryptography
 2021-02-04  9:00 UTC 

[PATCH 0/4] crypto: hisilicon - some updates to adapt Kunpeng930
 2021-02-04  8:59 UTC  (5+ messages)
` [PATCH 1/4] crypto: hisilicon/hpre - adapt the number of clusters
` [PATCH 2/4] crypto: hisilicon/hpre - tiny fix
` [PATCH 3/4] crypto: hisilicon/qm - fix use of 'dma_map_single'
` [PATCH 4/4] crypto: hisilicon - PASID fixed on Kunpeng 930


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