linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-05-03 07:10:26 to 2016-05-11 09:21:33 UTC [more...]

[patch V4 00/31] bitops: add parity functions
 2016-05-11  9:21 UTC  (2+ messages)
` [patch V4 21/31] crypto: use parity functions in qat_hal

[PATCH v6 0/3] Key-agreement Protocol Primitives (KPP) API
 2016-05-11  9:04 UTC  (5+ messages)
` [PATCH v6 1/3] crypto: Key-agreement Protocol Primitives API (KPP)
` [PATCH v6 2/3] crypto: kpp - Add DH software implementation
` [PATCH v6 3/3] crypto: kpp - Add ECDH software support

[PATCH] crypto: caam: add backlogging support
 2016-05-11  7:53 UTC  (7+ messages)
` [PATCH] crypto: caam: fix caam_jr_alloc() ret code

[PATCH v2 0/8] crypto: caam - add support for LS1043A SoC
 2016-05-11  0:35 UTC  (17+ messages)
` [PATCH v2 2/8] asm-generic/io.h: add io{read,write}64 accessors
` [PATCH v2 3/8] arm64: add io{read,write}64be accessors
` [PATCH v2 4/8] powerpc: add io{read,write}64 accessors
` [PATCH v2 5/8] crypto: caam - fix offset field in hw sg entries
` [PATCH v2 6/8] crypto: caam - handle core endianness != caam endianness
` [PATCH v2 7/8] crypto: caam - add ARCH_LAYERSCAPE to supported architectures
` [PATCH v2 8/8] arm64: dts: ls1043a: add crypto node
` [RESEND PATCH v2 1/8] asm-generic/io.h: allow barriers in io{read,write}{16,32}be

[PATCH v5 0/3] Key-agreement Protocol Primitives (KPP) API
 2016-05-10 12:49 UTC  (6+ messages)
` [PATCH v5 1/3] crypto: Key-agreement Protocol Primitives API (KPP)
` [PATCH v5 2/3] crypto: kpp - Add DH software implementation
` [PATCH v5 3/3] crypto: kpp - Add ECDH software support

[PATCH] crypto: vmx - comply with ABIs that specify vrsave as reserved
 2016-05-10  9:53 UTC  (4+ messages)

RSA/MPI handling issues and keyctl access to public key keyrings
 2016-05-09 22:56 UTC 

[PATCH v2] Bluetooth: convert smp and selftest to crypto kpp API
 2016-05-09 22:00 UTC 

pkcs1pad_verify_complete: decoding missing?
 2016-05-09 19:31 UTC  (8+ messages)

Crypto Update for 3.18
 2016-05-09  8:46 UTC  (11+ messages)
` Crypto Update for 3.19
  ` Crypto Update for 3.20
    ` Crypto Update for 4.1
      ` Crypto Update for 4.2
        ` Crypto Update for 4.3
          ` Crypto Update for 4.4
            ` Crypto Update for 4.5
              ` Crypto Fixes "
                ` Crypto Fixes for 4.6

我的交友主页是
 2016-05-07 19:01 UTC 

[RFC PATCH 0/3] random: replace urandom pool with a CRNG
 2016-05-06 20:30 UTC  (44+ messages)
` [PATCH 1/3] random: replace non-blocking pool with a Chacha20-based CRNG
              ` better patch for linux/bitops.h
                                ` UB in general ... and linux/bitops.h in particular
                ` linux/bitops.h

[crypto / sparc64] cryptomgr_test OOPS
 2016-05-06 19:52 UTC  (18+ messages)

[PATCH RESEND v5 0/6] crypto: algif - add akcipher
 2016-05-06 11:46 UTC  (9+ messages)
` [PATCH RESEND v5 1/6] crypto: AF_ALG -- add sign/verify API
` [PATCH RESEND v5 2/6] crypto: AF_ALG -- add setpubkey setsockopt call
` [PATCH RESEND v5 3/6] crypto: AF_ALG -- add asymmetric cipher interface
` [PATCH RESEND v5 4/6] crypto: algif_akcipher - enable compilation
` [PATCH RESEND v5 5/6] crypto: algif_akcipher - add ops_nokey
` [PATCH RESEND v5 6/6] crypto: AF_ALG - add support for key_id

[PATCH 0/3 v4] Key-agreement Protocol Primitives (KPP) API
 2016-05-06 12:02 UTC  (5+ messages)
` [PATCH 1/3 v4] crypto: Key-agreement Protocol Primitives API (KPP)
` [PATCH 2/3 v4] crypto: kpp - Add DH software implementation
` [PATCH 3/3 v4] crypto: kpp - Add ECDH software support

[PATCH] Bluetooth: convert smp module to crypto kpp API
 2016-05-05 15:51 UTC  (2+ messages)

[PATCH v2] Bluetooth: convert smp module to crypto kpp API
 2016-05-05 15:32 UTC 

[PATCH -v2 0/4] random: replace urandom pool with a CRNG
 2016-05-05 12:49 UTC  (8+ messages)
` [PATCH 1/4] random: replace non-blocking pool with a Chacha20-based CRNG
` [PATCH 2/4] random: make /dev/urandom scalable for silly userspace programs
` [PATCH 3/4] random: add interrupt callback to VMBus IRQ handler
` [PATCH 4/4] random: add backtracking protection to the CRNG

[PATCH 1/7] asm-generic/io.h: add io{read,write}64 accessors
 2016-05-05 11:05 UTC  (5+ messages)

[PATCH] crypto: rsa - return raw integer for the ASN.1 parser
 2016-05-05 10:25 UTC  (3+ messages)

[RFC PATCH 2/5] KEYS: Provide keyctls to drive the new key type ops for asymmetric keys
 2016-05-05  9:57 UTC 

[PATCH 0/3 v3] Key-agreement Protocol Primitives (KPP) API
 2016-05-05  9:27 UTC  (6+ messages)
` [PATCH 1/3] crypto: Key-agreement Protocol Primitives API (KPP)
` [PATCH 2/3] crypto: kpp - Add DH software implementation
` [PATCH 3/3] crypto: kpp - Add ECDH software support

v4.6-rc1 regression bisected, Problem loading in-kernel X.509 certificate (-2)
 2016-05-05  6:46 UTC  (15+ messages)

[PATCH v3] crypto: Add a flag allowing the self-tests to be disabled at runtime
 2016-05-05  6:46 UTC  (3+ messages)

[PATCH 0/7] crypto: caam - add support for LS1043A SoC
 2016-05-04 17:16 UTC 

[PATCH 7/7] arm64: dts: ls1043a: add crypto node
 2016-05-04 17:17 UTC 

[PATCH 6/7] crypto: caam - add ARCH_LAYERSCAPE to supported architectures
 2016-05-04 17:17 UTC 

[PATCH 5/7] crypto: caam - handle core endianness != caam endianness
 2016-05-04 17:16 UTC 

[PATCH 3/7] powerpc: add io{read,write}64 accessors
 2016-05-04 17:16 UTC 

[PATCH 4/7] crypto: caam - fix offset field in hw sg entries
 2016-05-04 17:16 UTC 

[PATCH 2/7] arm64: add io{read,write}64be accessors
 2016-05-04 17:16 UTC 

[RFC PATCH] crypto: Make the page handling of hash walk compatible to networking
 2016-05-04 11:39 UTC  (8+ messages)
    ` crypto: hash - Fix page length clamping in hash walk
        ` [PATCH v2] "

[PATCH v2] lib/mpi: Fix kernel unaligned access in mpi_write_to_sgl
 2016-05-04 11:05 UTC  (4+ messages)

[PATCH] crypto: algif_skcipher: replace sg++ with sg_next()
 2016-05-04  4:09 UTC  (2+ messages)

[RFC][PATCH 0/6] /dev/random - a new approach
 2016-05-03 16:20 UTC  (10+ messages)

[cryptodev:master 56/77] ccp-dmaengine.c:undefined reference to `dma_async_tx_descriptor_init'
 2016-05-03 10:54 UTC 

[PATCH] crypto: talitos: fix driver init
 2016-05-03  8:10 UTC  (3+ messages)

[PATCH] crypto: constify ccp_actions structure
 2016-05-03  8:17 UTC  (2+ messages)

[PATCH 0/5] Use dma_pool_zalloc
 2016-05-03  8:17 UTC  (3+ messages)
` [PATCH 4/5] crypto: "

[PATCH 1/2] crypto: qat - Fix typo in comments
 2016-05-03  8:17 UTC  (2+ messages)

[PATCH] crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wq
 2016-05-03  8:16 UTC  (2+ messages)

[PATCH] crypto: omap-aes: Use dma_request_chan() for requesting DMA channel
 2016-05-03  8:16 UTC  (2+ messages)

[PATCH] crypto: omap-des: Integrate with the crypto engine framework
 2016-05-03  8:16 UTC  (2+ messages)

[PATCH v2] crypto: Add a flag allowing the self-tests to be disabled at runtime
 2016-05-03  7:32 UTC  (3+ messages)

Regarding mechanism to store/retrive the private data structure in any SHA/AEAD/ablkcipher algos
 2016-05-03  7:10 UTC 


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