Linux cryptographic layer development
 help / color / mirror / Atom feed
 messages from 2017-08-17 18:26:26 to 2017-08-28 14:00:07 UTC [more...]

[PATCH] crypto: drop unnecessary return statements
 2017-08-28 14:00 UTC 

[RFC PATCH 0/8] crypto: AF_ALG support for KPP
 2017-08-28 10:34 UTC  (3+ messages)
` [PATCH 7/8] crypto: ecdh - constify key

x86: PIE support and option to extend KASLR randomization
 2017-08-28  9:59 UTC  (24+ messages)
              `  "

[PATCH v2 0/4] crypto: Add driver for JZ4780 PRNG
 2017-08-27  6:39 UTC  (13+ messages)
` [PATCH v2 1/4] crypto: jz4780-rng: Add JZ4780 PRNG devicetree binding documentation
` [PATCH v2 2/4] crypto: jz4780-rng: Add Ingenic JZ4780 hardware PRNG driver
  ` [PATCH v2 3/4] crypto: jz4780-rng: Add RNG node to jz4780.dtsi
  ` [PATCH v2 4/4] crypto: jz4780-rng: Enable PRNG support in CI20 defconfig

[PATCH] crypto: Use PTR_ERR_ZERO
 2017-08-27  6:22 UTC 

[PATCH 0/2] remove NULL check before kfree
 2017-08-27  1:49 UTC  (4+ messages)
` [PATCH 1/2] crypto: n2 - remove null "
` [PATCH 2/2] crypto: inside-secure "

[PATCH] crypto: axis - hide an unused variable
 2017-08-26  7:57 UTC  (2+ messages)

[PATCH] crypto: padlock-sha: constify x86_cpu_id
 2017-08-25 18:23 UTC 

[PATCH] crypto: padlock-aes: constify x86_cpu_id
 2017-08-25 18:23 UTC 

[PATCH 01/12] crypto: crypto4xx: remove bad list_del
 2017-08-25 13:47 UTC  (12+ messages)
` [PATCH 02/12] crypto: crypto4xx: remove unused definitions and write-only variables
  ` [RFC PATCH 03/12] crypto: crypto4xx: set CRYPTO_ALG_KERN_DRIVER_ONLY flag
    ` [PATCH 04/12] crypto: crypto4xx: remove extern statement before function declaration
      ` [PATCH 05/12] crypto: crypto4xx: remove double assignment of pd_uinfo->state
        ` [PATCH 06/12] crypto: crypto4xx: fix dynamic_sa_ctl's sa_contents declaration
          ` [PATCH 07/12] crypto: crypto4xx: move and refactor dynamic_contents helpers
            ` [RFC PATCH 08/12] crypto: crypto4xx: enable AES RFC3686, ECB, CFB and OFB offloads
              ` [RFC PATCH 09/12] crypto: crypto4xx: refactor crypto4xx_copy_pkt_to_dst()
                ` [RFC PATCH 10/12] crypto: crypto4xx: replace crypto4xx_dev's scatter_buffer_size with constant
                  ` [PATCH 11/12] crypto: crypto4xx: fix crypto4xx_build_pdr, crypto4xx_build_sdr leak
                    ` [RFC PATCH 12/12] crypto: crypto4xx: pointer arithmetic overhaul

Dear God's Select,
 2017-08-25 11:54 UTC 

(unknown),
 2017-08-25  0:32 UTC 

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

[PATCH v6 00/19] simplify crypto wait for async op
 2017-08-24 13:25 UTC  (22+ 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 v2] dt/bindings: exynos-rng: Move dt binding documentation to bindings/crypto
 2017-08-24  4:54 UTC  (5+ messages)

[PATCH 0/6] Add support for ECDSA algorithm
 2017-08-23 13:40 UTC  (7+ messages)
      `  "

[BUGFIX PATCH v2] staging: ccree: save ciphertext for CTS IV
 2017-08-23 11:09 UTC  (4+ messages)

[BUGFIX PATCH] staging: ccree: save ciphertext for CTS IV
 2017-08-23  9:04 UTC  (3+ messages)

[PATCH] hw_random: timeriomem-rng: Remove 'max < 4' condition check
 2017-08-23  3:02 UTC  (3+ messages)

[PATCH v7 0/7] make io{read|write}64 globally usable
 2017-08-22 21:07 UTC  (16+ messages)
` [PATCH v7 1/7] drm/tilcdc: ensure nonatomic iowrite64 is not used
` [PATCH v7 2/7] powerpc: io.h: move iomap.h include so that it can use readq/writeq defs
` [PATCH v7 3/7] powerpc: iomap.c: introduce io{read|write}64_{lo_hi|hi_lo}
` [PATCH v7 4/7] iomap: "
` [PATCH v7 5/7] io-64-nonatomic: add io{read|write}64[be]{_lo_hi|_hi_lo} macros
` [PATCH v7 6/7] ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacks
` [PATCH v7 7/7] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64

★beijing--“JEC world 2018 世界复合材料展览及会议”将于“3月06-08日”在“法国巴黎”举行 (地右P1-L-Me)
 2017-08-22 18:07 UTC 

[PATCH] crypto: ccp - Fix XTS-AES support on a version 5 CCP
 2017-08-22 18:24 UTC  (7+ messages)
    ` [PATCH] crypto: ccp - Fix XTS-AES-128 support on v5 CCPs

[PATCH] Documentation: hw_random: Fix issue related to feeding entropy pool
 2017-08-22 16:15 UTC 

[PATCH] staging/ccree: Declare compiled out fuctions static inline
 2017-08-22 13:53 UTC  (6+ messages)

[PATCH 00/11] crypto: gcm - add GCM IV size constant
 2017-08-22  8:08 UTC  (12+ messages)
` [PATCH 01/11] "
` [PATCH 02/11] crypto: caam - Use "
` [PATCH 03/11] crypto: ccp "
` [PATCH 04/11] crypto: nx "
` [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  (6+ 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  (3+ messages)

[PATCH 0/6] crypto: Add driver for JZ4780 PRNG
 2017-08-21 16:04 UTC  (11+ messages)
` [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

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

[PATCH v5 00/19] simplify crypto wait for async op
 2017-08-21 12:49 UTC  (7+ messages)
` [PATCH v5 05/19] crypto: introduce "
` [PATCH v5 12/19] dm: move dm-verity to generic async completion
  ` [dm-devel] "

[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  (7+ 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 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  (4+ messages)
` [PATCH 2/3] crypto: engine - find request type with cra_type

[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  (3+ messages)
` [PATCH v2 2/3] dt-bindings: Document STM32 CRYP bindings


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox