linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-08-14 13:17:24 to 2017-08-22 08:08:18 UTC [more...]

[PATCH 00/11] crypto: gcm - add GCM IV size constant
 2017-08-22  8:08 UTC  (11+ messages)
` [PATCH 01/11] "
` [PATCH 02/11] crypto: caam - Use "
` [PATCH 03/11] crypto: ccp "
` [PATCH 05/11] crypto: atmel "
` [PATCH 06/11] crypto: bcm "
` [PATCH 07/11] crypto: mediatek "
` [PATCH 08/11] crypto: chelsio "
` [PATCH 09/11] crypto: omap "
` [PATCH 10/11] crypto: gcm "
` [PATCH 11/11] crypto: aesni "

[PATCH v2] crypto: AF_ALG - consolidation of duplicate code
 2017-08-22  7:59 UTC  (11+ messages)
            ` [PATCH v4] crypto: only call put_page on referenced and used pages

[PATCH] crypto: cavium/nitrox - Fix an error handling path in 'nitrox_probe()'
 2017-08-22  7:58 UTC  (2+ messages)

[PATCH] crypto: inside-secure - fix an error handling path in safexcel_probe()
 2017-08-22  7:58 UTC  (2+ messages)

[PATCH 1/2] crypto/chacha20: fix handling of chunked input
 2017-08-22  7:58 UTC  (4+ messages)
` [PATCH 2/2] crypto: testmgr - add chunked test cases for chacha20

[PATCH] crypto: rockchip: Don't dequeue the request when device is busy
 2017-08-22  7:58 UTC  (2+ messages)

[PATCH] crypto: cavium - add release_firmware to all return case
 2017-08-22  7:58 UTC  (2+ messages)

[PATCH] crypto: AF_ALG - get_page upon reassignment to TX SGL
 2017-08-22  7:57 UTC  (2+ messages)

[PATCH] crypto: sahara: constify platform_device_id
 2017-08-22  7:57 UTC  (2+ messages)

[PATCH v4 0/4] crypto: add driver for Axis ARTPEC crypto accelerator
 2017-08-22  7:57 UTC  (2+ messages)

[PATCH] crypto: MPI - kunmap after finishing accessing buffer
 2017-08-22  7:57 UTC  (3+ messages)

[PATCH] crypto: algif_aead - fix comment regarding memory layout
 2017-08-22  7:57 UTC  (2+ messages)

[PATCH v1] crypto: mediatek - Add empty messages check in GCM mode
 2017-08-22  7:53 UTC 

[PATCH] crypto: mediatek - Add empty messages check in GCM mode
 2017-08-22  7:25 UTC  (5+ messages)

[PATCH 0/6] crypto: Add driver for JZ4780 PRNG
 2017-08-21 16:04 UTC  (12+ messages)
` [PATCH 1/6] crypto: jz4780-rng: Add devicetree bindings for RNG in JZ4780 SoC
` [PATCH 2/6] crypto: jz4780-rng: Make ingenic CGU driver use syscon
` [PATCH 3/6] crypto: jz4780-rng: Add Ingenic JZ4780 hardware PRNG driver
` [PATCH 4/6] crypto: jz4780-rng: Add RNG node to jz4780.dtsi
` [PATCH 5/6] crypto: jz4780-rng: Add myself as mainatainer for JZ4780 PRNG driver
` [PATCH 6/6] crypto: jz4780-rng: Enable PRNG support in CI20 defconfig

x86: PIE support and option to extend KASLR randomization
 2017-08-21 15:57 UTC  (19+ messages)
              `  "

[PATCH v2 0/2] crypto: engine - Permit to enqueue skcipher request
 2017-08-21 15:07 UTC  (10+ messages)
` [PATCH v2 2/2] "

[PATCH v6 00/19] simplify crypto wait for async op
 2017-08-21 14:05 UTC  (20+ messages)
` [PATCH v6 01/19] crypto: change transient busy return code to -EAGAIN
` [PATCH v6 02/19] crypto: ccp: use -EAGAIN for transient busy indication
` [PATCH v6 03/19] crypto: remove redundant backlog checks on EBUSY
` [PATCH v6 04/19] crypto: marvell/cesa: "
` [PATCH v6 05/19] crypto: introduce crypto wait for async op
` [PATCH v6 06/19] crypto: move algif to generic async completion
` [PATCH v6 07/19] crypto: move pub key "
` [PATCH v6 08/19] crypto: move drbg "
` [PATCH v6 09/19] crypto: move gcm "
` [PATCH v6 10/19] crypto: move testmgr "
` [PATCH v6 11/19] fscrypt: move "
` [PATCH v6 12/19] dm: move dm-verity "
` [PATCH v6 13/19] cifs: move "
` [PATCH v6 14/19] ima: "
` [PATCH v6 15/19] crypto: tcrypt: "
` [PATCH v6 16/19] crypto: talitos: "
` [PATCH v6 17/19] crypto: qce: "
` [PATCH v6 18/19] crypto: mediatek: "
` [PATCH v6 19/19] crypto: adapt api sample to use async. op wait

[PATCH v5 00/19] simplify crypto wait for async op
 2017-08-21 12:49 UTC  (29+ messages)
` [PATCH v5 02/19] crypto: ccp: use -EAGAIN for transient busy indication
` [PATCH v5 03/19] crypto: remove redundant backlog checks on EBUSY
` [PATCH v5 04/19] crypto: marvell/cesa: "
` [PATCH v5 05/19] crypto: introduce crypto wait for async op
` [PATCH v5 06/19] crypto: move algif to generic async completion
` [PATCH v5 07/19] crypto: move pub key "
  ` [PATCH v5 01/19] crypto: change transient busy return code to -EAGAIN
  ` [PATCH v5 08/19] crypto: move drbg to generic async completion
` [PATCH v5 09/19] crypto: move gcm "
` [PATCH v5 10/19] crypto: move testmgr "
` [PATCH v5 11/19] fscrypt: move "
` [PATCH v5 12/19] dm: move dm-verity "
  ` [dm-devel] "
` [PATCH v5 13/19] cifs: move "
` [PATCH v5 14/19] ima: "
` [PATCH v5 15/19] crypto: tcrypt: "
` [PATCH v5 16/19] crypto: talitos: "
` [PATCH v5 17/19] crypto: qce: "
` [PATCH v5 18/19] crypto: mediatek: "
` [PATCH v5 19/19] crypto: adapt api sample to use async. op wait

[PATCH 0/2] crypto: add OSCCA SM3 secure hash and tests
 2017-08-21 10:51 UTC  (3+ messages)
` [PATCH 1/2] crypto: add OSCCA SM3 secure hash
` [PATCH 2/2] crypto: add SM3 test vectors

[PATCH v8 0/4] crypto: add algif_akcipher user space API
 2017-08-21  9:39 UTC  (11+ messages)
` [PATCH v8 3/4] crypto: AF_ALG -- add asymmetric cipher

[PATCH RESEND] X.509: Recognize the legacy OID 1.3.14.3.2.29 (sha1WithRSASignature)
 2017-08-21  7:27 UTC  (2+ messages)

[PATCH] crypto: aesni: make arrays aesni_simd_skciphers and aesni_simd_skciphers2 static
 2017-08-20 21:34 UTC 

[PATCH] crypto: ccp - Fix XTS-AES support on a version 5 CCP
 2017-08-19  4:02 UTC  (6+ messages)
    ` [PATCH] crypto: ccp - Fix XTS-AES-128 support on v5 CCPs

[PATCH v3 3/4] btrfs: Add zstd support
 2017-08-18 15:37 UTC  (2+ messages)

[PATCH 1/1] crypto: stm32/hash - Remove uninitialized symbol
 2017-08-18 13:54 UTC 

[PATCH v4 0/1] crypto: engine - Permit to enqueue skcipher request
 2017-08-18 11:42 UTC  (2+ messages)
` [PATCH v4 1/1] "

[PATCH 0/3 v3] crypto: engine - Permit to enqueue skcipher request
 2017-08-18 11:40 UTC  (8+ messages)
` [PATCH 1/3] crypto: skcipher - export crypto_skcipher_type2
` [PATCH 2/3] crypto: engine - find request type with cra_type
` [PATCH 3/3] crypto: engine - Permit to enqueue skcipher request

[PATCH v3 0/3] STM32 CRYP crypto driver
 2017-08-18  9:19 UTC  (4+ messages)
` [PATCH v3 1/3] crypto: engine - permit to enqueue aead_request
` [PATCH v3 2/3] dt-bindings: Document STM32 CRYP bindings
` [PATCH v3 3/3] crypto: stm32 - Support for STM32 CRYP crypto module

[PATCH v2 0/3] STM32 CRYP crypto driver
 2017-08-17 21:11 UTC  (5+ messages)
` [PATCH v2 1/3] crypto: engine - permit to enqueue aead_request
` [PATCH v2 2/3] dt-bindings: Document STM32 CRYP bindings
` [PATCH v2 3/3] crypto: stm32 - Support for STM32 CRYP crypto module

[PATCH] hwrng: pseries: constify vio_device_id
 2017-08-17 17:36 UTC 

[PATCH v4 0/7] Appended signatures support for IMA appraisal
 2017-08-17 15:43 UTC  (4+ messages)
` [PATCH v4 7/7] ima: Support module-style appended signatures for appraisal

[PATCH] crypto: nx: constify vio_device_id
 2017-08-17 13:14 UTC  (2+ messages)
` [PATCH] crypto: nx: 842: "

[PATCH] crypto: doc - clarify return values for async hash methods
 2017-08-17 10:27 UTC 

[PATCH RESEND] lib/mpi: fix build with clang
 2017-08-17  9:00 UTC  (2+ messages)

crypto: ccp: use dma_mapping_error to check map error
 2017-08-17  9:00 UTC  (2+ messages)

[PATCH] crypto: sahara - Remove leftover from previous used spinlock
 2017-08-17  9:00 UTC  (2+ messages)

[PATCH] crypto: sahara - Fix dma unmap direction
 2017-08-17  9:00 UTC  (2+ messages)

[RFC PATCH 00/10] crypto: caam - add DPAA2 (DPSECI) driver
 2017-08-17  8:46 UTC  (2+ messages)

random.c: LFSR polynomials are not irreducible/primitive
 2017-08-17  6:07 UTC  (7+ messages)

[PATCH v3 00/22] staging: ccree: fixes and simplifications
 2017-08-16 22:12 UTC  (26+ messages)
` [PATCH v3 01/22] staging: ccree: fix split strings
` [PATCH v3 02/22] staging: ccree: kmalloc by sizeof var not type
` [PATCH v3 03/22] staging: ccree: Replace kzalloc with devm_kzalloc
` [PATCH v3 04/22] staging: ccree: Convert to devm_ioremap_resource for map, unmap
` [PATCH v3 05/22] staging: ccree: Use platform_get_irq and devm_request_irq
` [PATCH v3 06/22] staging: ccree: simplify resource release on error
` [PATCH v3 07/22] staging: ccree: remove unused completion
` [PATCH v3 08/22] staging: ccree: remove m32r as supported platform
` [PATCH v3 09/22] staging: ccree: Fix format/argument mismatches
` [PATCH v3 10/22] staging: ccree: rewrite GET_DMA_BUFFER_TYPE as func
` [PATCH v3 11/22] staging: ccree: fix line indentation and breaks
` [PATCH v3 12/22] staging: ccree: align box comment correctly
` [PATCH v3 13/22] staging: ccree: fix line indentation and breaks
` [PATCH v3 14/22] staging: ccree: fix struct init braces
` [PATCH v3 15/22] staging: ccree: fix line indentation and breaks
` [PATCH v3 16/22] staging: ccree: fix spelling mistakes
` [PATCH v3 17/22] staging: ccree: clean up comments
` [PATCH v3 18/22] staging: ccree: move over to BIT macro for bit defines
` [PATCH v3 19/22] staging: ccree: fix code indent
` [PATCH v3 20/22] staging: ccree: replace noop macro with inline
` [PATCH v3 21/22] staging: ccree: save ciphertext for CTS IV
` [PATCH v3 22/22] staging: ccree: remove BUG macro usage

[PATCH] staging/ccree: Declare compiled out fuctions static inline
 2017-08-16 22:09 UTC  (2+ messages)

[PATCH v5] crypto : stm32 - Add STM32F4 CRC32 support
 2017-08-16  8:45 UTC  (2+ messages)

[PATCH v5 0/5] Add xxhash and zstd modules
 2017-08-14 13:30 UTC  (7+ messages)
` [PATCH v5 2/5] lib: Add "


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