linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-08-23 03:08:48 to 2019-09-04 12:27:38 UTC [more...]

[PATCH -next] crypto: inside-secure - Fix build error without CONFIG_PCI
 2019-09-04 12:27 UTC  (8+ messages)
` [PATCH v2 "
      ` PCI: Add stub pci_irq_vector and others

[PATCH v13 0/6] crypto: switch to crypto API for ESSIV generation
 2019-09-04 11:01 UTC  (12+ messages)
` [PATCH v13 1/6] crypto: essiv - create wrapper template "
` [PATCH v13 5/6] md: dm-crypt: switch to ESSIV crypto API template
` [PATCH v13 6/6] md: dm-crypt: omit parsing of the encapsulated cipher

[PATCH] random: Support freezable kthreads in add_hwgenerator_randomness()
 2019-09-04 11:00 UTC  (2+ messages)

Question: kexec() ISO images using encrypted partitions and/or "persistent RAM"
 2019-09-04 10:54 UTC 

[PATCH] crypto: arm64: Use PTR_ERR_OR_ZERO rather than its implementation
 2019-09-04 10:25 UTC  (2+ messages)

[PATCH 0/3] Use kzfree instead of memset() + kfree()
 2019-09-04  9:38 UTC  (6+ messages)
` [PATCH 1/3] crypto: marvell: Use kzfree rather than its implementation
` [PATCH 2/3] iommu/pamu: "
` [PATCH 3/3] Staging: rtl8723bs: "

[PATCH 0/3] crypto: inside-secure - Add support for the CBCMAC
 2019-09-04  7:36 UTC  (4+ messages)
` [PATCH 1/3] crypto: inside-secure - Added support for the AES CBCMAC ahash
` [PATCH 2/3] crypto: inside-secure - Added support for the AES XCBC ahash
` [PATCH 3/3] crypto: inside-secure - Added support for the AES-CMAC ahash

[PATCH 00/12] CAAM bugfixes, small improvements
 2019-09-04  2:55 UTC  (15+ messages)
` [PATCH 01/12] crypto: caam - make sure clocks are enabled first
` [PATCH 02/12] crypto: caam - use devres to unmap JR's registers
` [PATCH 03/12] crypto: caam - check irq_of_parse_and_map for errors
` [PATCH 04/12] crypto: caam - dispose of IRQ mapping only after IRQ is freed
` [PATCH 05/12] crypto: caam - use devres to unmap memory
` [PATCH 06/12] crypto: caam - use devres to remove debugfs
` [PATCH 07/12] crypto: caam - use devres to de-initialize the RNG
` [PATCH 08/12] crypto: caam - use devres to de-initialize QI
` [PATCH 09/12] crypto: caam - user devres to populate platform devices
` [PATCH 10/12] crypto: caam - populate platform devices last
` [PATCH 11/12] crypto: caam - convert caamrng to platform device
` [PATCH 12/12] crypto: caam - change JR device ownership scheme

[PATCH 00/17] crypto: arm/aes - XTS ciphertext stealing and other updates
 2019-09-03 22:36 UTC  (9+ messages)
` [PATCH 08/17] crypto: skcipher - add the ability to abort a skcipher walk
      ` crypto: skcipher - Unmap pages after an external error
        ` crypto: ablkcipher "
          ` crypto: blkcipher "

[PATCH v2 00/17] crypto: arm/aes - XTS ciphertext stealing and other updates
 2019-09-03 16:43 UTC  (18+ messages)
` [PATCH v2 01/17] crypto: arm/aes - fix round key prototypes
` [PATCH v2 02/17] crypto: arm/aes-ce - yield the SIMD unit between scatterwalk steps
` [PATCH v2 03/17] crypto: arm/aes-ce - switch to 4x interleave
` [PATCH v2 04/17] crypto: arm/aes-ce - replace tweak mask literal with composition
` [PATCH v2 05/17] crypto: arm/aes-neonbs "
` [PATCH v2 06/17] crypto: arm64/aes-neonbs "
` [PATCH v2 07/17] crypto: arm64/aes-neon - limit exposed routines if faster driver is enabled
` [PATCH v2 08/17] crypto: skcipher - add the ability to abort a skcipher walk
` [PATCH v2 09/17] crypto: arm64/aes-cts-cbc-ce - performance tweak
` [PATCH v2 10/17] crypto: arm64/aes-cts-cbc - move request context data to the stack
` [PATCH v2 11/17] crypto: arm64/aes - implement support for XTS ciphertext stealing
` [PATCH v2 12/17] crypto: arm64/aes-neonbs - implement ciphertext stealing for XTS
` [PATCH v2 13/17] crypto: arm/aes-ce "
` [PATCH v2 14/17] crypto: arm/aes-neonbs "
` [PATCH v2 15/17] crypto: arm/aes-ce - implement ciphertext stealing for CBC
` [PATCH v2 16/17] crypto: testmgr - add test vectors for XTS ciphertext stealing
` [PATCH v2 17/17] crypto: testmgr - Add additional AES-XTS vectors for covering CTS

[PATCH AUTOSEL 4.19 056/167] crypto: ccree - fix resume race condition on init
 2019-09-03 16:23 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 058/167] crypto: ccree - add missing inline qualifier

[PATCH 0/9] crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h
 2019-09-03  7:59 UTC  (13+ messages)
` [PATCH 1/9] crypto: arm - Rename functions to avoid conflict with crypto/sha256.h
` [PATCH 2/9] crypto: arm64 "
` [PATCH 3/9] crypto: s390 "
` [PATCH 4/9] crypto: x86 "
` [PATCH 5/9] crypto: ccree - Rename arrays "
` [PATCH 6/9] crypto: chelsio "
` [PATCH 7/9] crypto: n2 "
` [PATCH 8/9] crypto: sha256 - Merge crypto/sha256.h into crypto/sha.h
` [PATCH 9/9] crypto: sha256 - Remove sha256/224_init code duplication

How to use nonce in DRBG functions
 2019-09-03  4:29 UTC  (3+ messages)

[PATCH V2 0/4] Add Xilinx's ZynqMP AES driver support
 2019-09-02  6:58 UTC  (6+ messages)
` [PATCH V2 1/4] dt-bindings: crypto: Add bindings for ZynqMP AES driver
` [PATCH V2 2/4] ARM64: zynqmp: Add Xilinix AES node
` [PATCH V2 3/4] firmware: xilinx: Add ZynqMP aes API for AES functionality
` [PATCH V2 4/4] crypto: Add Xilinx AES driver

[RFC/RFT v4 0/5] Add generic trusted keys framework/subsystem
 2019-09-02  5:07 UTC  (6+ messages)
` [RFC/RFT v4 5/5] KEYS: trusted: Add generic trusted keys framework

cbc mode broken in rk3288 driver
 2019-08-31 15:29 UTC  (5+ messages)

Crypto Fixes for 4.19
 2019-08-31 12:12 UTC  (14+ messages)
` Crypto Fixes for 4.20
    ` Crypto Fixes for 5.0
        ` [GIT] "
          ` [GIT] Crypto Fixes for 5.1
            ` [GIT] Crypto Fixes for 5.2
              ` [GIT] Crypto Fixes for 5.3

[PATCH] hw_random: timeriomem_rng: relax check on memory resource size
 2019-08-31 11:55 UTC 

[PATCH v1 0/2] hwrng: npcm: add NPCM RNG driver support
 2019-08-30 22:47 UTC  (6+ messages)
` [PATCH v1 1/2] dt-binding: hwrng: add NPCM RNG documentation
` [PATCH v1 2/2] hwrng: npcm: add NPCM RNG driver

[PATCH] arm64: dts: imx8mq: Add CAAM node
 2019-08-30 21:01 UTC 

[PATCH v8 00/16] crypto: caam - Add i.MX8MQ support
 2019-08-30 20:36 UTC  (7+ messages)

[cryptodev:master 241/242] include/asm-generic/qspinlock.h:65:55: warning: pointer targets in passing argument 2 of 'atomic_try_cmpxchg' differ in signedness
 2019-08-30 12:29 UTC 

[cryptodev:master 219/242] drivers/crypto/inside-secure/safexcel.c:840:9: error: implicit declaration of function 'pci_irq_vector'; did you mean 'rcu_irq_enter'?
 2019-08-30 11:16 UTC 

[PATCH 0/4] Add support for AES-GCM, AES-CFB, AES-OFB and AES-CCM
 2019-08-30  7:52 UTC  (5+ messages)
` [PATCH 1/4] crypto: inside-secure - Added support for basic AES-GCM
` [PATCH 2/4] crypto: inside-secure - Added AES-CFB support
` [PATCH 3/4] crypto: inside-secure - Added AES-OFB support
` [PATCH 4/4] crypto: inside-secure - Added support for basic AES-CCM

[PATCH] crypto: inside-secure - Minor code cleanup and optimizations
 2019-08-30  7:43 UTC 

[PATCH] crypto: inside-secure - Minor optimization recognizing CTR is always AES
 2019-08-30  7:42 UTC 

[PATCH] crypto: inside-secure - Made .cra_priority value a define
 2019-08-30  7:41 UTC 

[PATCH 0/3] crypto: inside-secure - Add AES-XTS cipher support
 2019-08-30  7:40 UTC  (4+ messages)
` [PATCH 1/3] crypto: inside-secure - Move static cipher alg & mode settings to init
` [PATCH 2/3] crypto: inside-secure - Add support for the AES-XTS algorithm
` [PATCH 3/3] crypto: inside-secure - Only enable algorithms advertised by the hardware

[PATCH] crypto: sha256 - Add missing MODULE_LICENSE() to lib/crypto/sha256.c
 2019-08-30  8:25 UTC  (2+ messages)

[PATCH -next] crypto: hisilicon: select CRYPTO_LIB_DES while compiling SEC driver
 2019-08-30  8:25 UTC  (5+ messages)
    ` [PATCH v2 "

[PATCH -next] crypto: nx - remove unused variables 'nx_driver_string' and 'nx_driver_version'
 2019-08-30  8:24 UTC  (2+ messages)

[PATCH] crypto: ccp - invoke fallback for XTS ciphertext stealing
 2019-08-30  8:24 UTC  (2+ messages)

[PATCH -next] crypto: atmel - Fix -Wunused-const-variable warning
 2019-08-30  8:24 UTC  (2+ messages)

[PATCH -next] crypto: aegis128 - Fix -Wunused-const-variable warning
 2019-08-30  8:24 UTC  (2+ messages)

[PATCH] crypto: caam/qi - use print_hex_dump_debug function to print debug messages
 2019-08-30  8:20 UTC  (2+ messages)

[PATCHv5 0/4] crypto: inside-secure - broaden driver scope
 2019-08-30  8:20 UTC  (2+ messages)

[PATCH 0/2] drivers/crypto - s5p fixes
 2019-08-30  8:19 UTC  (2+ messages)

[PATCH] crypto: arm64/aegis128 - use explicit vector load for permute vectors
 2019-08-30  8:14 UTC  (2+ messages)

[PATCH] crypto: picoxcell - Fix the name of the module in the description of CRYPTO_DEV_PICOXCELL
 2019-08-30  8:13 UTC  (2+ messages)

[PATCH v3 00/39] put_user_pages(): miscellaneous call sites
 2019-08-30  2:21 UTC  (4+ messages)

[PATCH v9 00/11] x86: PIE support to extend KASLR randomization
 2019-08-29 19:55 UTC  (4+ messages)

[PATCH v2 0/9] padata: use unbound workqueues for parallel jobs
 2019-08-29 17:30 UTC  (10+ messages)
` [PATCH v2 1/9] padata: allocate workqueue internally
` [PATCH v2 2/9] workqueue: unconfine alloc/apply/free_workqueue_attrs()
` [PATCH v2 3/9] workqueue: require CPU hotplug read exclusion for apply_workqueue_attrs
` [PATCH v2 4/9] padata: make padata_do_parallel find alternate callback CPU
` [PATCH v2 5/9] pcrypt: remove padata cpumask notifier
` [PATCH v2 6/9] padata, pcrypt: take CPU hotplug lock internally in padata_alloc_possible
` [PATCH v2 7/9] padata: use separate workqueues for parallel and serial work
` [PATCH v2 8/9] padata: unbind parallel jobs from specific CPUs
` [PATCH v2 9/9] padata: remove cpu_index from the parallel_queue

[PATCH v2 00/15] crypto: improved skcipher, aead, and hash tests
 2019-08-29 15:58 UTC  (4+ messages)
` [PATCH v2 13/15] crypto: testmgr - convert hash testing to use testvec_configs

[PATCH v5 0/4] Create and consolidate trusted keys subsystem
 2019-08-29 14:53 UTC  (9+ messages)
` [PATCH v5 1/4] tpm: move tpm_buf code to include/linux/
` [PATCH v5 3/4] KEYS: trusted: create trusted keys subsystem
` [PATCH v5 4/4] KEYS: trusted: move tpm2 trusted keys code

net/tls(TLS_SW): double free in tls_tx_records
 2019-08-29  5:03 UTC  (2+ messages)

[PATCH v2 0/5] padata flushing and CPU hotplug fixes
 2019-08-28 22:14 UTC  (6+ messages)
` [PATCH v2 1/5] padata: make flushing work with async users
` [PATCH v2 2/5] padata: remove reorder_objects
` [PATCH v2 3/5] padata: get rid of padata_remove_cpu() for real
` [PATCH v2 4/5] padata: always acquire cpu_hotplug_lock before pinst->lock
` [PATCH v2 5/5] padata: validate cpumask without removed CPU during offline

[PATCH v12 00/11] Appended signatures support for IMA appraisal
 2019-08-28 13:43 UTC  (4+ messages)

[PATCH 1/5] crypto: mediatek: move mtk_aes_find_dev() to the right place
 2019-08-28  7:03 UTC  (6+ messages)
` [PATCH 2/5] crypto: mediatek: fix uninitialized value of gctx->textlen
` [PATCH 3/5] crypto: mediatek: only treat EBUSY as transient if backlog
` [PATCH 4/5] crypto: mediatek: add support to OFB/CFB mode
` [PATCH 5/5] crypto: mediatek: fix incorrect crypto key setting

[PATCH 5/9] block: support diskcipher
 2019-08-28  2:20 UTC 

[PATCH 5/9] block: support diskcipher
 2019-08-27 16:40 UTC  (2+ messages)

Data size error interrupt with Talitos driver on 4.9.82 kernel
 2019-08-27 14:06 UTC  (3+ messages)
    ` Fwd: "

linux-next: build warning after merge of the crypto tree
 2019-08-25 18:01 UTC  (2+ messages)

[PATCH 6/9] dm crypt: support diskcipher
 2019-08-23  7:18 UTC 

[PATCH 6/9] dm crypt: support diskcipher
 2019-08-23  4:27 UTC  (2+ messages)

linux-next: manual merge of the crypto tree with Linus' tree
 2019-08-23  3:25 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).