linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-24 06:09:48 to 2019-03-20 19:59:05 UTC [more...]

[PATCH v4 0/3] add AES support for Exynos5433
 2019-03-20 19:58 UTC  (11+ messages)
  ` [PATCH v4 3/3] crypto: s5p: "
    ` [PATCH v4 1/3] arm64: dts: exynos: add SlimSSS "

crypto: Kernel memory overwrite attempt detected to spans multiple pages
 2019-03-20 18:57 UTC  (3+ messages)

[PATCH trivial] crypto: Grammar s/options/option/, s/to/the/
 2019-03-20 13:26 UTC  (2+ messages)

[PATCH] crypto: vmx - fix copy-paste error in CTR mode
 2019-03-20  8:40 UTC  (10+ messages)

[PATCH -next] crypto: ccp - Make ccp_register_rsa_alg static
 2019-03-19 18:39 UTC  (2+ messages)

[PATCH -next] crypto: cavium - Make cptvf_device_init static
 2019-03-19 13:59 UTC 

[PATCH -next] crypto: brcm - remove unused array tag_to_hash_idx
 2019-03-19 13:57 UTC 

[PATCH -next] crypto: zip - Make some functions static
 2019-03-19 13:55 UTC 

[PATCH -next] crypto: cavium - Make some functions static
 2019-03-19 13:43 UTC 

[PATCH -next] crypto: cavium - remove unused fucntions
 2019-03-19 13:37 UTC 

[RFC PATCH v3 00/18] fscrypt: key management improvements
 2019-03-18 23:08 UTC  (6+ messages)
` [RFC PATCH v3 07/18] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl

[PATCH v2 0/6] ltp: AF_ALG test helpers and a few regression tests
 2019-03-18 19:10 UTC  (9+ messages)
` [PATCH v2 1/6] lib: add tst_af_alg lib
` [PATCH v2 2/6] crypto/af_alg01: new regression test for hmac nesting bug
` [PATCH v2 3/6] crypto/af_alg02: new regression test for salsa20 empty message bug
` [PATCH v2 4/6] crypto/af_alg03: new regression test for rfc7539 hash alg validation
` [PATCH v2 5/6] crypto/af_alg04: new regression test for vmac race conditions
` [PATCH v2 6/6] crypto/af_alg05: new regression test for skcipher_walk error bug
` [LTP] [PATCH v2 0/6] ltp: AF_ALG test helpers and a few regression tests

[Bug] Rockchip crypto driver sometimes produces wrong ciphertext
 2019-03-18 15:03 UTC  (7+ messages)

[PATCH v2] HID: add driver for U2F Zero built-in LED and RNG
 2019-03-18 14:51 UTC  (3+ messages)

[PATCH] crypto: ccree - reduce kernel stack usage with clang
 2019-03-17  6:06 UTC  (2+ messages)

[PATCH 0/6] ltp: AF_ALG test helpers and a few regression tests
 2019-03-15 19:49 UTC  (12+ messages)
` [PATCH 1/6] lib: add tst_af_alg lib
  ` [LTP] "
` [PATCH 2/6] crypto/af_alg01: new regression test for hmac nesting bug
  ` [LTP] "
` [PATCH 4/6] crypto/af_alg03: new regression test for rfc7539 hash alg validation
  ` [LTP] "
` [LTP] [PATCH 0/6] ltp: AF_ALG test helpers and a few regression tests

[PATCH v2 0/3] CAAM job ring driver cleanups
 2019-03-15 11:25 UTC  (4+ messages)
` [PATCH v2 1/3] crypto: caam/jr - Remove spinlock for output job ring
` [PATCH v2 2/3] crypto: caam/jr - Removed redundant vars from job ring private data
` [PATCH v2 3/3] crypto: caam/jr - Remove extra memory barrier during job ring enqueue

[PATCH 0/3] CAAM job ring driver cleanups
 2019-03-15  8:08 UTC  (5+ messages)
` [PATCH 1/3] crypto: caam/jr - Remove spinlock for output job ring
` [PATCH 2/3] crypto: caam/jr - Remove redundant vars from job ring private data
` [PATCH 3/3] crypto: caam/jr - Remove extra memory barrier during job ring enqueue

[PATCH] crypto: Kconfig - fix typos AEGSI -> AEGIS
 2019-03-15  7:47 UTC 

[PATCH 0/9] crypto: add SIMD helpers for AEADs
 2019-03-15  7:45 UTC  (11+ messages)
` [PATCH 1/9] crypto: simd - support wrapping AEAD algorithms
` [PATCH 2/9] crypto: x86/aesni - convert to use skcipher SIMD bulk registration
` [PATCH 3/9] crypto: x86/aesni - convert to use AEAD SIMD helpers
` [PATCH 4/9] crypto: x86/aegis128 "
` [PATCH 5/9] crypto: x86/aegis128l "
` [PATCH 6/9] crypto: x86/aegis256 "
` [PATCH 7/9] crypto: x86/morus640 "
` [PATCH 8/9] crypto: x86/morus1280 "
` [PATCH 9/9] crypto: testmgr - remove workaround for AEADs that modify aead_request

[PATCH] crypto: salsa20-generic - use crypto_xor_cpy()
 2019-03-15  4:21 UTC 

[PATCH] crypto: chacha-generic - use crypto_xor_cpy()
 2019-03-15  4:20 UTC 

BUG: p8_aes_ctr randomly returns wrong results
 2019-03-15  1:26 UTC  (4+ messages)

Crypto Fixes for 4.15
 2019-03-13 17:10 UTC  (18+ messages)
` Crypto Fixes for 4.16
  ` Crypto Fixes for 4.17
    ` Crypto Fixes for 4.18
      ` Crypto Fixes for 4.19
        ` Crypto Fixes for 4.20
            ` Crypto Fixes for 5.0
                ` [GIT] "
                  ` [GIT] Crypto Update for 5.1
                  ` [GIT] Crypto Fixes "

[PATCH 0/8] crypto: test the !may_use_simd() fallback code
 2019-03-13 10:50 UTC  (18+ messages)
` [PATCH 1/8] crypto: chacha-generic - fix use as arm64 no-NEON fallback
` [PATCH 2/8] crypto: arm64/gcm-aes-ce - fix no-NEON fallback code
` [PATCH 3/8] crypto: simd,testmgr - introduce crypto_simd_usable()
` [PATCH 4/8] crypto: x86 - convert to use crypto_simd_usable()
` [PATCH 5/8] crypto: arm "
` [PATCH 6/8] crypto: arm64 "
` [PATCH 7/8] crypto: simd "
` [PATCH 8/8] crypto: testmgr - test the !may_use_simd() fallback code

Announce loop-AES-v3.7n file/swap crypto package
 2019-03-12 18:46 UTC 

mainline/master boot bisection: v5.0-10530-g6bc3fe8e7e17 on peach-pi
 2019-03-12  4:02 UTC 

[PATCH] hwrng: omap - Set default quality
 2019-03-11 10:58 UTC 

ADR Exports -Import & Export
 2019-03-08  0:05 UTC 

[possible PATCH] crypto: sahara - Use #ifdef DEBUG not IS_ENABLED(DEBUG)
 2019-03-08  0:15 UTC 

[PATCH RESEND v3] crypto: caam - add missing put_device() call
 2019-03-07  8:26 UTC  (2+ messages)

[PATCH] crypto: s5p-sss - fix AES support for Exynos5433
 2019-03-07  8:25 UTC  (3+ messages)

mainline/master boot bisection: v5.0-4854-g8dcd175bc3d5 on odroid-xu3
 2019-03-07  7:30 UTC  (2+ messages)

mainline/master boot bisection: v5.0-5022-g542d0e583b7b on odroid-xu3
 2019-03-07  7:17 UTC 

Zdravstvujte Vas interesuyut klientskie bazy dannyh?
 2019-03-04 12:01 UTC 

[PATCH v3] crypto: caam/jr - optimize job ring enqueue and dequeue operations
 2019-03-05 18:34 UTC  (2+ messages)

[PATCH] crypto: caam/jr - optimize job ring enqueue and dequeue operations
 2019-03-05 17:55 UTC  (4+ messages)

[PATCH v2] crypto: caam/jr - optimize job ring enqueue and dequeue operations
 2019-03-05 17:49 UTC 

[RFC 0/4] crypto: caam - Add i.MX8MQ support
 2019-03-05  8:54 UTC  (14+ messages)
` [RFC 1/4] crypto: caam - fix detection of i.MX8 SoC
` [RFC 4/4] crypto: caam - use job ring for RNG instantiation instead of DECO

[PATCH v7 00/11] crypto: add EC-RDSA (GOST 34.10) algorithm
 2019-03-01 17:59 UTC  (12+ messages)
` [PATCH v7 01/11] KEYS: report to keyctl only actually supported key ops
` [PATCH v7 02/11] crypto: akcipher - check the presence of callback before the call
` [PATCH v7 03/11] crypto: rsa - unimplement sign/verify for raw RSA backends
` [PATCH v7 04/11] crypto: akcipher - new verify API for public key algorithms
` [PATCH v7 05/11] KEYS: do not kmemdup digest in {public,tpm}_key_verify_signature
` [PATCH v7 06/11] X.509: parse public key parameters from x509 for akcipher
` [PATCH v7 07/11] crypto: Kconfig - create Public-key cryptography section
` [PATCH v7 08/11] crypto: ecc - make ecc into separate module
` [PATCH v7 09/11] crypto: ecrdsa - add EC-RDSA (GOST 34.10) algorithm
` [PATCH v7 10/11] crypto: ecrdsa - add EC-RDSA test vectors to testmgr
` [PATCH v7 11/11] integrity: support EC-RDSA signatures for asymmetric_verify

[RFC PATCH 0/4] crypto: Add EC-RDSA algorithm
 2019-03-01 16:06 UTC  (15+ messages)
` [RFC PATCH 1/4] X.509: Parse public key parameters from x509 for akcipher

INFO: task hung in aead_recvmsg
 2019-03-01  3:38 UTC  (4+ messages)
            ` [RFC PATCH] crypto: pcrypt - forbid recursive instantiation

[PATCH v5 00/10] crypto: add EC-RDSA (GOST 34.10) algorithm
 2019-03-01  2:34 UTC  (16+ messages)
` [PATCH v5 01/10] KEYS: report to keyctl only actually supported key ops
` [PATCH v5 02/10] crypto: akcipher - check the presence of callback before the call
` [PATCH v5 03/10] crypto: rsa - unimplement sign/verify for raw RSA backends
` [PATCH v5 04/10] crypto: akcipher - new verify API for public key algorithms
` [PATCH v5 10/10] integrity: support EC-RDSA signatures for asymmetric_verify

[PATCH 00/12] add missing of_node_put after of_device_is_available
 2019-02-28  6:39 UTC  (3+ messages)
` [PATCH 08/12] crypto: "

[PATCH] crypto: cavium/zip - fix collision with generic cra_driver_name
 2019-02-28  6:39 UTC  (4+ messages)

[PATCH 0/2] crypto: arm64/chacha - fix for big endian
 2019-02-28  6:38 UTC  (2+ messages)

[PATCH] crypto: af_alg - use struct_size() in sock_kfree_s()
 2019-02-28  6:30 UTC  (2+ messages)

[PATCH v2] crypto: caam - remove redundant likely/unlikely annotation
 2019-02-28  6:30 UTC  (2+ messages)

[PATCH v2] crypto: s5p: update iv after AES-CBC op end
 2019-02-28  6:30 UTC  (2+ messages)

[PATCH] crypto: x86/poly1305 - Clear key material from stack in SSE2 variant
 2019-02-28  6:29 UTC  (2+ messages)

[PATCH 0/3] crypto: caam/jr - DMA API fixes
 2019-02-28  6:29 UTC  (2+ messages)

[PATCH] hwrng: bcm2835 - fix probe as platform device
 2019-02-28  6:29 UTC  (2+ messages)

[PATCH] crypto: s5p-sss - Use AES_BLOCK_SIZE define instead of number
 2019-02-28  6:29 UTC  (2+ messages)

[PATCH] crypto: stm32 drop pointless static qualifier in stm32_hash_remove()
 2019-02-28  6:28 UTC  (2+ messages)
` [PATCH] crypto: stm32 - "

[PATCH] crypto/chelsio/chcr: Fixed Traffic Stall
 2019-02-28  6:28 UTC  (2+ messages)

[PATCH -next] crypto: marvell - Remove set but not used variable 'ivsize'
 2019-02-28  6:23 UTC  (2+ messages)

[PATCH RFC v6] integrity: support EC-RDSA signatures for asymmetric_verify
 2019-02-27  6:15 UTC 

SEV Command Privilege Separation
 2019-02-26 19:18 UTC  (2+ messages)

general protection fault in gcmaes_crypt_by_sg
 2019-02-26  7:33 UTC  (4+ messages)

[PATCH] crypto: ccp: introduce SEV_GET_ID2 command
 2019-02-25 22:46 UTC  (5+ messages)

[PATCH v7 07/28] x86/asm/crypto: annotate local functions
 2019-02-25 10:13 UTC  (2+ messages)

VAS INTERESUYUT BAZY DANNYKH?
 2019-02-24  4:53 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).