messages from 2018-01-15 12:07:19 to 2018-01-25 21:08:50 UTC [more...]
[RFC crypto v3 8/9] chtls: Register the ULP
2018-01-25 21:08 UTC
[RESEND PATCH 0/6] Enable CAAM on i.MX7s fix TrustZone issues
2018-01-25 17:54 UTC (14+ messages)
` [RESEND PATCH 1/6] crypto: caam: Fix null dereference at error path
` [RESEND PATCH 2/6] crypto: caam: Fix endless loop when RNG is already initialized
` [RESEND PATCH 3/6] ARM: dts: imx7s: add CAAM device node
` [RESEND PATCH 4/6] imx7d: add CAAM clocks
` [RESEND PATCH 5/6] crypto: caam: add logic to detect when running under TrustZone
` [RESEND PATCH 6/6] crypto: caam: detect RNG init when TrustZone is active
[PATCH RFC 0/3] API for 128-bit IO access
2018-01-25 13:59 UTC (13+ messages)
` [PATCH 1/3] UAPI: Introduce 128-bit types and byteswap operations
` [PATCH 2/3] asm-generic/io.h: API for 128-bit memory accessors
` [PATCH 3/3] arm64: enable 128-bit memory read/write support
[PATCH] crypto: crypto_user: Replace GFP_ATOMIC with GFP_KERNEL in crypto_report
2018-01-25 10:06 UTC
[PATCH] crypto: rsa-pkcs1pad: Replace GFP_ATOMIC with GFP_KERNEL in pkcs1pad_encrypt_sign_complete
2018-01-25 9:57 UTC
[PATCH] crypto: sha512-mb - remove HASH_FIRST flag
2018-01-25 3:10 UTC
[PATCH] crypto: sha256-mb - remove HASH_FIRST flag
2018-01-25 3:10 UTC
[PATCH] crypto: sha1-mb - remove HASH_FIRST flag
2018-01-25 3:10 UTC
[PATCH] crypto: mcryptd - remove pointless wrapper functions
2018-01-25 3:09 UTC
[PATCH] sparc64: fix typo in CONFIG_CRYPTO_DES_SPARC64 => CONFIG_CRYPTO_CAMELLIA_SPARC64
2018-01-24 21:50 UTC (2+ messages)
Odroid HC1 cryptsetup:encrypt sata driver
2018-01-24 15:12 UTC (3+ messages)
[PATCH 0/6] Enable CAAM on i.MX7s fix TrustZone issues
2018-01-24 14:43 UTC (2+ messages)
[PATCH] crypto: picoxcell - Fix error handling in spacc_probe()
2018-01-24 13:08 UTC (2+ messages)
BUG: unable to handle kernel NULL pointer dereference in sha512_mb_mgr_get_comp_job_avx2
2018-01-24 8:31 UTC (2+ messages)
` [PATCH] crypto: sha512-mb - initialize pending lengths correctly
[PATCH v2 0/4] crypto: aesni - Use zero-copy for gcm(aes) buffers that are partially contiguous
2018-01-23 20:19 UTC (5+ messages)
` [PATCH v2 1/4] crypto: aesni - Fix out-of-bounds access of the AAD buffer in AVX gcm-aesni
` [PATCH v2 2/4] crypto: aesni - Enable one-sided zero copy for gcm(aes) request buffers
` [PATCH v2 3/4] crypto: aesni - Directly use kmap_atomic instead of scatter_walk object in gcm(aes)
` [PATCH v2 4/4] crypto: aesni - Use zero-copy for gcm(aes) even if the AAD/Data/AuthTag are separate
[RFC] AF_ALG AIO and IV
2018-01-23 11:02 UTC (17+ messages)
` [PATCH] crypto: AF_ALG - inline IV support
[PATCH -next] hwrng: make symbol imx_rngc_pm_ops static
2018-01-23 9:09 UTC (2+ messages)
[RFC crypto v3 0/9] Chelsio Inline TLS
2018-01-23 8:12 UTC (3+ messages)
[PATCH 0/4] crypto: aesni - Use zero-copy for gcm(aes) buffers that are partially contiguous
2018-01-23 6:06 UTC (6+ messages)
` [PATCH 1/4] crypto: aesni - Fix out-of-bounds access of the AAD buffer in AVX gcm-aesni
` [PATCH 2/4] crypto: aesni - Enable one-sided zero copy for gcm(aes) request buffers
` [PATCH 3/4] crypto: aesni - Directly use kmap_atomic instead of scatter_walk object in gcm(aes)
` [PATCH 4/4] crypto: aesni - Use zero-copy for gcm(aes) even if the AAD/Data/AuthTag are separate
[PATCH] crypto: chelsio - Delete stray tabs in create_authenc_wr()
2018-01-23 3:58 UTC (2+ messages)
[PATCH -next] hwrng: bcm2835 - Remove redundant dev_err call in bcm2835_rng_probe()
2018-01-22 23:09 UTC (3+ messages)
[PATCH 0/8] crypto: arm64+generic - SHA3/SHA-512/SM-3 roundup
2018-01-22 20:59 UTC (12+ messages)
` [PATCH 1/8] crypto/generic: sha3 - fixes for alignment and big endian operation
` [PATCH 2/8] crypto/generic: sha3: rewrite KECCAK transform to help the compiler optimize
` [PATCH 3/8] crypto/generic: sha3 - simplify code
` [PATCH 4/8] crypto/generic: sha3 - export init/update/final routines
` [PATCH 5/8] crypto/testmgr: sha3 - add new testcases
` [PATCH 6/8] crypto/arm64: sha3 - new v8.2 Crypto Extensions implementation
` [PATCH 7/8] crypto/arm64: sm3 "
` [PATCH 8/8] crypto/arm64: sha512 - fix/improve new v8.2 Crypto Extensions code
[PATCH v2 0/7] crypto: ccree: Introduce Arm TrustZone CryptoCell
2018-01-22 9:27 UTC (8+ messages)
` [PATCH v2 1/7] staging: ccree: rename staging ver and mark as broken
` [PATCH v2 2/7] crypto: ccree: introduce CryptoCell driver
` [PATCH v2 3/7] crypto: ccree: add skcipher support
` [PATCH v2 4/7] crypto: ccree: add ahash support
` [PATCH v2 5/7] crypto: ccree: add AEAD support
` [PATCH v2 6/7] crypto: ccree: add FIPS support
` [PATCH v2 7/7] MAINTAINERS: update ccree entry
[PATCH][next] staging: ccree: fix memory leaks in cc_ivgen_init
2018-01-22 7:13 UTC (2+ messages)
[PATCH 0/7] Introduce Arm TrustZone CryptoCell
2018-01-22 7:08 UTC (10+ messages)
` [PATCH 1/7] staging: ccree: remove ccree from staging tree
` [PATCH 3/7] crypto: ccree: add ablkcipher support
Getting the ccree driver out of staging
2018-01-21 15:15 UTC (3+ messages)
[RFT PATCH] crypto: arm64 - implement SM3 secure hash using special instructions
2018-01-21 13:09 UTC (3+ messages)
[PATCH v3] tpm: use struct tpm_chip for tpm_chip_find_get()
2018-01-20 8:00 UTC (7+ messages)
[PATCH v2] [v2] crypto: aes-generic - fix aes-generic regression on powerpc
2018-01-20 0:44 UTC (3+ messages)
[cryptodev:master 130/155] aes_generic.c:undefined reference to `_restgpr_31_x'
2018-01-20 0:22 UTC
[PATCH 1/1] crypto: chelsio - Fix indentation warning
2018-01-19 20:51 UTC (2+ messages)
[PATCH] crypto: chelsio - fix code indentation warning
2018-01-19 14:58 UTC
[PATCH v3 0/5] crypto: ahash.c: Require export/import in ahash
2018-01-19 10:53 UTC (10+ messages)
` [PATCH v3 1/5] crypto: mxs-dcp: Add empty hash export and import
` [PATCH 2/5] crypto: n2_core: "
` [PATCH 3/5] crypto: ux500/hash: Add empty "
` [PATCH 4/5] crypto: bfin_crc: Add empty hash "
` [PATCH 5/5] crypto: ahash.c: Require export/import in ahash
[PATCH V8 0/5] crypto: AES CBC multibuffer implementation
2018-01-19 0:44 UTC (4+ messages)
` [PATCH V8 1/5] crypto: Multi-buffer encryption infrastructure support
AES-NI: BUG in gcmaes_decrypt
2018-01-18 19:41 UTC (3+ messages)
` [PATCH] crypto: AES-NI GCM - handle zero length dst buffer
` [PATCH v2] "
[cryptodev:master 147/154] drivers/crypto/chelsio/chcr_algo.c:2113:2: note: in expansion of macro 'if'
2018-01-18 18:39 UTC
kernel failure while loading X.509 certificate
2018-01-18 18:12 UTC (9+ messages)
[PATCH] crypto: ux500/hash: Add empty export and import
2018-01-18 17:53 UTC (4+ messages)
[PATCH] crypto: n2_core: Add empty hash export and import
2018-01-18 17:53 UTC (2+ messages)
[PATCH] crypto: mxs-dcp: Add empty hash export and import
2018-01-18 17:53 UTC (6+ messages)
[PATCH v2 0/3] sha3 fixes and new implementation for arm64
2018-01-18 13:43 UTC (2+ messages)
[cryptodev:master 147/154] drivers/crypto/chelsio/chcr_algo.c:2113:2: warning: this 'if' clause does not guard
2018-01-18 12:38 UTC
[PATCH] hwrng: imx-rngc: simplify the power management definitions
2018-01-18 12:04 UTC (2+ messages)
[PATCH] hw_random: mediatek: Setup default RNG quality
2018-01-18 12:02 UTC (2+ messages)
[PATCH] hwrng: exynos - Signedness bug in exynos_trng_do_read()
2018-01-18 12:02 UTC (2+ messages)
[PATCH -next] hwrng: exynos - remove redundant dev_err call in exynos_trng_probe()
2018-01-18 12:03 UTC (2+ messages)
[PATCH 0/5] crypto: chelsio - Cleanup and bug fixes
2018-01-18 12:04 UTC (2+ messages)
[PATCH 0/7] arm64: move literal data into .rodata section
2018-01-18 12:02 UTC (4+ messages)
[PATCH] crypto: marvell/cesa - Fix DMA API misuse
2018-01-18 12:03 UTC (2+ messages)
[RFT PATCH] crypto: arm64 - implement SHA-512 using special instructions
2018-01-18 12:01 UTC (4+ messages)
[PATCH 1/2] crypto: exynos-rng - Add SPDX license identifier and correct module license
2018-01-18 12:01 UTC (2+ messages)
[PATCH v2] crypto/ahash: Require export/import in ahash
2018-01-18 10:51 UTC (2+ messages)
[bug report] crypto: lrw - Convert to skcipher
2018-01-18 10:44 UTC
[BUG] skcipher: Test 1 failed (invalid result) on encryption for cts(virtio_crypto_aes_cbc)
2018-01-18 9:08 UTC
[PATCH 0/2] crypto: Implement generic crypto statistics
2018-01-18 8:58 UTC (5+ messages)
` [PATCH 1/2] crypto: Implement a "
[PATCH -next] staging: ccree: remove redundant dev_err call in init_cc_resources()
2018-01-18 8:43 UTC (2+ messages)
[PATCH] crypto: artpec6 - remove select on non-existing CRYPTO_SHA384
2018-01-17 18:50 UTC
[PATCH -next] crypto: stm32 - remove redundant dev_err call in stm32_cryp_probe()
2018-01-17 13:02 UTC (2+ messages)
[PATCH -next] crypto: axis - remove unnecessary platform_get_resource() error check
2018-01-17 11:26 UTC
general protection fault in __crypto_alg_lookup
2018-01-17 6:42 UTC
BUG: unable to handle kernel NULL pointer dereference in crypto_alg_tested
2018-01-17 6:41 UTC
general protection fault in crypto_remove_spawns
2018-01-17 6:34 UTC (2+ messages)
KASAN: slab-out-of-bounds Write in sha3_update (2)
2018-01-17 6:33 UTC (3+ messages)
[PATCH v2] net/core: Increase default optmem_max limit
2018-01-16 18:11 UTC (3+ messages)
[PATCH] crypto: testmgr.c: test misuse of result in ahash
2018-01-16 14:26 UTC
[RFT PATCH] crypto: ahash.c: Require export/import in ahash
2018-01-16 12:20 UTC (2+ messages)
[bug report] crypto: ccp: Add Secure Encrypted Virtualization (SEV) command support
2018-01-16 10:57 UTC
TRADING ACCOUNT
2018-01-16 8:55 UTC
[PATCH 0/5] sha3 fixes and new implementation for arm64
2018-01-16 8:44 UTC (4+ messages)
[PATCH v2] crypto: inside-secure - make function safexcel_try_push_requests static
2018-01-16 7:41 UTC
Neujahrsspende von 4.800.000 €
2018-01-16 0:24 UTC
[PATCH 00/17] crypto: inside-secure - various improvements
2018-01-14 11:15 UTC (5+ messages)
[PATCH] crypto: wp512: fixed a brace coding style issue
2018-01-15 23:01 UTC
[PATCH] crypto: aes-generic - fix aes-generic regression on powerpc
2018-01-15 15:58 UTC (2+ messages)
[PATCH 0/4] KVM: SVM: kbuild test robot warning fixes
2018-01-15 13:32 UTC (2+ messages)
` [PATCH 1/4] crypto: ccp: Fix sparse, use plain integer as NULL pointer
[PATCH 4.4 43/87] hwrng: core - sleep interruptible in read
2018-01-15 12:34 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).