linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-11 13:48:03 to 2019-06-17 08:19:08 UTC [more...]

[PATCH v4] wusb: switch to cbcmac transform
 2019-06-17  8:18 UTC 

[PATCH v3] net: ipv4: move tcp_fastopen server side code to SipHash library
 2019-06-17  8:09 UTC 

[PATCH v2] net: ipv4: move tcp_fastopen server side code to SipHash library
 2019-06-17  1:22 UTC  (6+ messages)

[RFC PATCH 0/3] crypto: switch to shash for ESSIV generation
 2019-06-16 21:09 UTC  (8+ messages)
` [RFC PATCH 1/3] crypto: essiv - create a new shash template for IV generation
` [RFC PATCH 2/3] dm crypt: switch to essiv shash
` [RFC PATCH 3/3] fscrypt: switch to ESSIV shash
    ` [dm-devel] [RFC PATCH 0/3] crypto: switch to shash for ESSIV generation

[PATCH] wireless: airo: switch to skcipher interface
 2019-06-16 20:08 UTC  (5+ messages)

[PATCH] lib80211: use crypto API ccm(aes) transform for CCMP processing
 2019-06-16 19:47 UTC  (5+ messages)

[PATCH v3] wusb: switch to cbcmac transform
 2019-06-16 18:25 UTC  (5+ messages)

crypto/NX: Set receive window credits to max number of CRBs in RxFIFO
 2019-06-15  8:39 UTC 

[PATCH v3 0/4] Additional fixes on Talitos driver
 2019-06-15  8:37 UTC  (11+ messages)
` [PATCH v3 1/4] crypto: talitos - move struct talitos_edesc into talitos.h
` [PATCH v3 2/4] crypto: talitos - fix hash on SEC1
      ` Issue with sg_copy_to_buffer() ? (was Re: [PATCH v3 2/4] crypto: talitos - fix hash on SEC1.)
` [PATCH v3 3/4] crypto: talitos - eliminate unneeded 'done' functions at build time
` [PATCH v3 4/4] crypto: talitos - drop icv_ool

[PATCH v2] wusb: switch to cbcmac transform
 2019-06-14 21:30 UTC  (4+ messages)

[PATCH AUTOSEL 5.1 26/59] crypto: hmac - fix memory leak in hmac_init_tfm()
 2019-06-14 20:28 UTC 

[PATCH] crypto: nx: no need to check return value of debugfs_create functions
 2019-06-14 14:29 UTC  (2+ messages)
` [PATCH v2] "

[RFC PATCH] net: ipv4: move tcp_fastopen server side code to SipHash library
 2019-06-14 12:37 UTC  (4+ messages)

[PATCH] wireless: airo: switch to skcipher interface
 2019-06-14  9:43 UTC  (2+ messages)

[PATCH 0/2] hwrng: Support for 7211 in iproc-rng200
 2019-06-13 20:16 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: rng: Document BCM7211 RNG compatible string

[PATCH] ARM: dts: imx7ulp: add crypto support
 2019-06-13  6:56 UTC  (9+ messages)

[PATCH v3 0/4] s390/crypto: Use -ENODEV instead of -EOPNOTSUPP
 2019-06-13  7:51 UTC  (9+ messages)
` [PATCH v3 1/4] s390/pkey: "
` [PATCH v3 2/4] s390/crypto: ghash: "
` [PATCH v3 3/4] s390/crypto: prng: "
` [PATCH v3 4/4] s390/crypto: sha: "

[PATCH v2 0/4] Additional fixes on Talitos driver
 2019-06-13 13:09 UTC  (22+ messages)
` [PATCH v2 1/4] crypto: talitos - move struct talitos_edesc into talitos.h
` [PATCH v2 2/4] crypto: talitos - fix hash on SEC1
` [PATCH v2 3/4] crypto: talitos - eliminate unneeded 'done' functions at build time
` [PATCH v2 4/4] crypto: talitos - drop icv_ool

[PATCH] crypto: user - fix potential warnings in cryptouser.h
 2019-06-13  6:01 UTC  (2+ messages)

[PATCH 0/2] crypto: make cra_driver_name mandatory
 2019-06-13  6:53 UTC  (2+ messages)

[PATCH] crypto: testmgr - add some more preemption points
 2019-06-13  6:54 UTC  (2+ messages)

[PATCH] crypto: doc - improve the skcipher API example code
 2019-06-13  6:54 UTC  (2+ messages)

[PATCH] crypto: x86/aesni - remove unused internal cipher algorithm
 2019-06-13  6:55 UTC  (2+ messages)

[PATCH] crypto: aead - un-inline encrypt and decrypt functions
 2019-06-13  6:55 UTC  (2+ messages)

[PATCH] crypto: skcipher - un-inline encrypt and decrypt functions
 2019-06-13  6:55 UTC  (2+ messages)

[PATCH] crypto: skcipher - make chunksize and walksize accessors internal
 2019-06-13  6:55 UTC  (2+ messages)

[PATCH] crypto: chacha20poly1305 - a few cleanups
 2019-06-13  6:55 UTC  (2+ messages)

[PATCH -next] crypto: bcm - Make some symbols static
 2019-06-13  6:56 UTC  (2+ messages)

[PATCH] crypto: chacha - constify ctx and iv arguments
 2019-06-13  6:55 UTC  (2+ messages)

[PATCH] crypto: cavium/nitrox - Use the correct style for SPDX License Identifier
 2019-06-13  6:56 UTC  (2+ messages)

[PATCH] crypto: hisilicon - Use the correct style for SPDX License Identifier
 2019-06-13  6:57 UTC  (2+ messages)

[PATCH] crypto: qat - use struct_size() helper
 2019-06-13  6:57 UTC  (2+ messages)

[PATCH 1/2] crypto: mxs-dcp - Use devm_platform_ioremap_resource()
 2019-06-13  6:57 UTC  (2+ messages)

[PATCH v5 0/7] crypto: rc4 cleanup
 2019-06-12 19:21 UTC  (10+ messages)
` [PATCH v5 1/7] crypto: arc4 - refactor arc4 core code into separate library
` [PATCH v5 2/7] net/mac80211: move WEP handling to ARC4 library interface
` [PATCH v5 3/7] net/lib80211: move WEP handling to ARC4 library code
` [PATCH v5 4/7] net/lib80211: move TKIP "
` [PATCH v5 5/7] crypto: arc4 - remove cipher implementation
` [PATCH v5 6/7] ppp: mppe: switch to RC4 library interface
` [PATCH v5 7/7] fs: cifs: "

[RFC PATCH 00/20] AES cleanup
 2019-06-12 17:08 UTC  (25+ messages)
` [RFC PATCH 01/20] crypto: arm/aes-ce - cosmetic/whitespace cleanup
` [RFC PATCH 02/20] crypto: arm/aes - rename local routines to prevent future clashes
` [RFC PATCH 03/20] crypto: aes/fixed-time - align key schedule with other implementations
` [RFC PATCH 04/20] crypto: aes - create AES library based on the fixed time AES code
` [RFC PATCH 05/20] crypto: x86/aes-ni - switch to generic for fallback and key routines
` [RFC PATCH 06/20] crypto: x86/aes - drop scalar assembler implementations
` [RFC PATCH 07/20] crypto: padlock/aes - switch to library version of key expansion routine
` [RFC PATCH 08/20] crypto: cesa/aes "
` [RFC PATCH 09/20] crypto: safexcel/aes "
` [RFC PATCH 10/20] crypto: arm64/ghash - switch to AES library
` [RFC PATCH 11/20] crypto: arm/aes-neonbs - switch to library version of key expansion routine
` [RFC PATCH 12/20] crypto: arm64/aes-ccm - switch to AES library
` [RFC PATCH 13/20] crypto: arm64/aes-neonbs - switch to library version of key expansion routine
` [RFC PATCH 14/20] crypto: arm64/aes-ce "
` [RFC PATCH 15/20] crypto: generic/aes - drop key expansion routine in favor of library version
` [RFC PATCH 16/20] crypto: arm64/aes-ce-cipher - use AES library as fallback
` [RFC PATCH 17/20] crypto: aes - move ctr(aes) non-SIMD fallback to AES library
` [RFC PATCH 18/20] crypto: arm/aes-ce - provide a synchronous version of ctr(aes)
` [RFC PATCH 19/20] crypto: arm/aes-neonbs "
` [RFC PATCH 20/20] crypto: arm/ghash - provide a synchronous version

[PATCH v2 0/4] crypto: caam - Add i.MX8MQ support
 2019-06-12 16:28 UTC  (6+ messages)
` [PATCH v2 1/4] crypto: caam - do not initialise clocks on the i.MX8

[PATCH v4 0/7] crypto: rc4 cleanup
 2019-06-12 15:47 UTC  (10+ messages)
` [PATCH v4 1/7] crypto: arc4 - refactor arc4 core code into separate library
` [PATCH v4 2/7] net/mac80211: move WEP handling to ARC4 library interface
` [PATCH v4 3/7] net/lib80211: move WEP handling to ARC4 library code
` [PATCH v4 4/7] net/lib80211: move TKIP "
` [PATCH v4 5/7] crypto: arc4 - remove cipher implementation
` [PATCH v4 6/7] ppp: mppe: switch to RC4 library interface
` [PATCH v4 7/7] fs: cifs: "

[PATCH v3 0/7] crypto: rc4 cleanup
 2019-06-12 15:39 UTC  (19+ messages)
` [PATCH v3 2/7] net/mac80211: move WEP handling to ARC4 library interface
` [PATCH v3 3/7] net/lib80211: move WEP handling to ARC4 library code
` [PATCH v3 4/7] net/lib80211: move TKIP "
` [PATCH v3 5/7] crypto: arc4 - remove cipher implementation
` [PATCH v3 6/7] ppp: mppe: switch to RC4 library interface
` [PATCH v3 7/7] fs: cifs: "

[PATCH] wusb: switch to cbcmac transform
 2019-06-12 14:42 UTC 

[PATCH] crypto: talitos - fix max key size for sha384 and sha512
 2019-06-12 13:37 UTC  (2+ messages)

ctr(aes) broken in CAAM driver
 2019-06-12 11:35 UTC  (7+ messages)

[PATCH v2 0/4] s390/crypto: Use -ENODEV instead of -EOPNOTSUPP
 2019-06-12 11:08 UTC  (15+ messages)
` [PATCH v2 1/4] s390/pkey: "
` [PATCH v2 2/4] s390/crypto: ghash: "
` [PATCH v2 3/4] s390/crypto: prng: "
` [PATCH v2 4/4] s390/crypto: sha: "

[PATCH v3 0/3] MediaTek Security random number generator support
 2019-06-12  4:02 UTC  (4+ messages)
` [PATCH v3 2/3] dt-bindings: rng: update bindings for MediaTek ARMv8 SoCs

[PATCH v1 0/5] Additional fixes on Talitos driver
 2019-06-11 14:04 UTC  (4+ messages)
` [PATCH v1 1/5] crypto: talitos - fix ECB and CBC algs ivsize


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