linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-17 05:34:14 to 2018-10-23 19:03:28 UTC [more...]

[RFC PATCH v2 00/12] crypto: Adiantum support
 2018-10-23 10:40 UTC  (71+ messages)
` [RFC PATCH v2 01/12] crypto: chacha20-generic - add HChaCha20 library function
` [RFC PATCH v2 02/12] crypto: chacha20-generic - add XChaCha20 support
` [RFC PATCH v2 03/12] crypto: chacha20-generic - refactor to allow varying number of rounds
` [RFC PATCH v2 04/12] crypto: chacha - add XChaCha12 support
` [RFC PATCH v2 05/12] crypto: arm/chacha20 - add XChaCha20 support
` [RFC PATCH v2 06/12] crypto: arm/chacha20 - refactor to allow varying number of rounds
` [RFC PATCH v2 07/12] crypto: arm/chacha - add XChaCha12 support
` [RFC PATCH v2 08/12] crypto: poly1305 - add Poly1305 core API
` [RFC PATCH v2 09/12] crypto: nhpoly1305 - add NHPoly1305 support
` [RFC PATCH v2 10/12] crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305
` [RFC PATCH v2 11/12] crypto: adiantum - add Adiantum support

Crypto Fixes for 4.9
 2018-10-23 10:09 UTC  (6+ messages)
` Crypto Update for 4.10
  ` Crypto Update for 4.11
    ` Crypto Update for 4.14
      ` Crypto Update for 4.15
        ` Crypto Update for 4.20

[PATCH v4 0/7] add integrity and security to TPM2 transactions
 2018-10-23 10:08 UTC  (14+ messages)
` [PATCH v4 1/7] tpm-buf: create new functions for handling TPM buffers
` [PATCH v4 2/7] tpm2-sessions: Add full HMAC and encrypt/decrypt session handling
` [PATCH v4 3/7] tpm2: add hmac checks to tpm2_pcr_extend()
` [PATCH v4 4/7] tpm2: add session encryption protection to tpm2_get_random()
` [PATCH v4 5/7] trusted keys: Add session encryption protection to the seal/unseal path
` [PATCH v4 6/7] tpm: add the null key name as a tpm2 sysfs variable
` [PATCH v4 7/7] tpm2-sessions: NOT FOR COMMITTING add sessions testing

I NEED YOUR HELP URGENTLY!!!
 2018-10-21  0:25 UTC 

[PATCH 1/2] crypto: fix cfb mode decryption
 2018-10-21  9:07 UTC  (14+ messages)
` [PATCH 2/2] crypto: testmgr: add AES-CFB tests

[PATCH 0/3] crypto: ccree: add SM3 support
 2018-10-21  7:06 UTC  (8+ messages)
` [PATCH 1/3] crypto: ccree: adjust hash length to suit certain context specifics
` [PATCH 2/3] crypto: ccree: modify set_cipher_mode usage from cc_hash
` [PATCH 3/3] crypto: ccree: add SM3 support

Editors 4
 2018-10-20 16:16 UTC 

Editors 4
 2018-10-20 12:43 UTC 

[PATCH net-next v8 00/28] WireGuard: Secure Network Tunnel
 2018-10-20 22:47 UTC  (30+ messages)
` [PATCH net-next v8 01/28] ARM: makefile: use ARMv3M mode for RiscPC
` [PATCH net-next v8 02/28] asm: simd context helper API
` [PATCH net-next v8 03/28] zinc: introduce minimal cryptography library
` [PATCH net-next v8 04/28] zinc: ChaCha20 generic C implementation and selftest
` [PATCH net-next v8 05/28] zinc: import Andy Polyakov's ChaCha20 x86_64 implementation
` [PATCH net-next v8 06/28] zinc: "
` [PATCH net-next v8 07/28] zinc: import Andy Polyakov's ChaCha20 ARM and ARM64 implementations
` [PATCH net-next v8 08/28] zinc: port "
` [PATCH net-next v8 09/28] zinc: "
` [PATCH net-next v8 10/28] zinc: ChaCha20 MIPS32r2 implementation
` [PATCH net-next v8 11/28] zinc: Poly1305 generic C implementations and selftest
` [PATCH net-next v8 12/28] zinc: import Andy Polyakov's Poly1305 x86_64 implementation
` [PATCH net-next v8 13/28] zinc: "
` [PATCH net-next v8 14/28] zinc: import Andy Polyakov's Poly1305 ARM and ARM64 implementations
` [PATCH net-next v8 15/28] zinc: "
` [PATCH net-next v8 16/28] zinc: import Andy Polyakov's Poly1305 MIPS64 implementation
` [PATCH net-next v8 17/28] zinc: Poly1305 MIPS32r2 and MIPS64 implementations
` [PATCH net-next v8 18/28] zinc: ChaCha20Poly1305 construction and selftest
` [PATCH net-next v8 19/28] zinc: BLAKE2s generic C implementation "
` [PATCH net-next v8 20/28] zinc: BLAKE2s x86_64 implementation
` [PATCH net-next v8 21/28] zinc: Curve25519 generic C implementations and selftest
` [PATCH net-next v8 22/28] zinc: Curve25519 x86_64 implementation
` [PATCH net-next v8 23/28] zinc: import Bernstein and Schwabe's Curve25519 ARM implementation
` [PATCH net-next v8 24/28] zinc: "
` [PATCH net-next v8 25/28] crypto: port Poly1305 to Zinc
` [PATCH net-next v8 26/28] crypto: port ChaCha20 "
` [PATCH net-next v8 27/28] security/keys: rewrite big_key crypto to use Zinc
` [PATCH net-next v8 28/28] net: WireGuard secure network tunnel

Solutions
 2018-10-20 12:57 UTC 

[PATCH v3 0/2] crypto: some hardening against AES cache-timing attacks
 2018-10-20  2:34 UTC  (13+ messages)
` [PATCH v3 1/2] crypto: aes_ti - disable interrupts while accessing S-box
` [PATCH v3 2/2] crypto: arm/aes - add some hardening against cache-timing attacks

[PATCH] crypto: crypto_user_stat: Zeroize whole structure given to user space
 2018-10-19 12:27 UTC 

[PATCH] crypto: cavium/nitrox - fix a DMA pool free failure
 2018-10-19  0:50 UTC 

[PATCH net-next] cxgb4: fix the error path of cxgb4_uld_register()
 2018-10-18 23:26 UTC  (2+ messages)

[PATCH 3/3] crypto: ccree: add SM3 support
 2018-10-18 20:46 UTC 

[PATCH v4 0/4] Port mxs-dcp to imx6ull and imx6sll
 2018-10-18 18:25 UTC  (18+ messages)
` [PATCH v4 1/4] dt-bindings: crypto: Mention clocks for mxs-dcp
` [PATCH v4 2/4] crypto: mxs-dcp - Add support for dcp clk
` [PATCH v4 3/4] ARM: dts: imx6ull: Add dcp node
` [PATCH v4 4/4] ARM: imx_v6_v7_defconfig: Enable CRYPTO_DEV_MXS_DCP

Photos 36
 2018-10-18 10:50 UTC 

Photos 40
 2018-10-18 14:12 UTC 

[PATCH] powerpc/8xx: Add DT node for using the SEC engine of the MPC885
 2018-10-18 13:57 UTC 

[PATCH 0/3] Add Inline Crypto Engine (ICE) driver
 2018-10-18 11:43 UTC  (7+ messages)
` [PATCH 1/3] firmware: qcom: scm: Update qcom_scm_call signature
` [PATCH 2/3] dt-bindings: Add ICE device specific parameters
` [PATCH 3/3] crypto: qce: ice: Add support for Inline Crypto Engine

[PATCH] crypto: inside-secure: safexcel - fix memory allocation
 2018-10-18  6:24 UTC  (8+ messages)

dm-integrity stalls with iMX6q CAAM
 2018-10-18  5:35 UTC  (3+ messages)

[PATCH v2 0/2] crypto: some hardening against AES cache-timing attacks
 2018-10-18  4:01 UTC  (7+ messages)
` [PATCH v2 1/2] crypto: aes_ti - disable interrupts while accessing S-box
` [PATCH v2 2/2] crypto: arm/aes - add some hardening against cache-timing attacks

[cryptodev:master 97/126] ERROR: "crypto_fpu_exit" [arch/x86/crypto/aesni-intel.ko] undefined!
 2018-10-17 13:51 UTC 

[cryptodev:master 97/126] arch/x86/crypto/aesni-intel_glue.c:1505: undefined reference to `crypto_fpu_exit'
 2018-10-17 12:18 UTC 

my subject
 2018-10-17 11:28 UTC 

set_cpus_allowed_ptr() usage in FREESCALE CAAM
 2018-10-17  6:21 UTC  (3+ messages)
` [PATCH] crypto: caam/qi - simplify CGR allocation, freeing

[PATCH v2 1/1] crypto:chelsio: Update ntx queue received from cxgb4
 2018-10-17  6:22 UTC  (2+ messages)

[PATCH] crypto: caam - add SPDX license identifier to all files
 2018-10-17  6:21 UTC 

[PATCH] crypto: ccree - avoid implicit enum conversion
 2018-10-17  6:22 UTC  (2+ messages)

[PATCH v2 0/2] crypto: streebog - add Streebog hash function
 2018-10-17  6:08 UTC  (6+ messages)
` [PATCH v2 1/2] "

[PATCH] crypto: aes_ti - disable interrupts while accessing sbox
 2018-10-16 22:37 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).