messages from 2014-04-08 22:00:44 to 2014-05-06 10:11:28 UTC [more...]
[PATCH] crypto:caam - Modify width of few read only registers
2014-05-06 10:11 UTC (3+ messages)
[PATCH] crypto: x86/sha1: fix coverity CID 1195603
2014-05-06 8:28 UTC (2+ messages)
[PATCH] crypto: caam - Fix key inlining in AEAD shared descriptors
2014-05-06 3:39 UTC (6+ messages)
Why does CRYPTO_USER require CAP_NET_ADMIN?
2014-05-03 23:45 UTC (6+ messages)
` [PATCH] crypto: user - Allow CRYPTO_MSG_GETALG without CAP_NET_ADMIN
[PATCH] crypto:caam - Define setbits32() and clrbits32() for ARM in the Freescale CAAM driver
2014-05-01 20:46 UTC (2+ messages)
[PATCH resend 10/15] arm64: pull in <asm/simd.h> from asm-generic
2014-05-01 15:51 UTC (6+ messages)
` [PATCH resend 11/15] arm64/crypto: AES-ECB/CBC/CTR/XTS using ARMv8 NEON and Crypto Extensions
` [PATCH resend 12/15] arm64/crypto: add shared macro to test for NEED_RESCHED
` [PATCH resend 13/15] arm64/crypto: add voluntary preemption to Crypto Extensions SHA1
` [PATCH resend 14/15] arm64/crypto: add voluntary preemption to Crypto Extensions SHA2
` [PATCH resend 15/15] arm64/crypto: add voluntary preemption to Crypto Extensions GHASH
[PATCH resend 00/15] arm64 crypto roundup
2014-05-01 15:49 UTC (10+ messages)
` [PATCH resend 01/15] asm-generic: allow generic unaligned access if the arch supports it
` [PATCH resend 02/15] arm64: add abstractions for FPSIMD state manipulation
` [PATCH resend 03/15] arm64: defer reloading a task's FPSIMD state to userland resume
` [PATCH resend 04/15] arm64: add support for kernel mode NEON in interrupt context
` [PATCH resend 05/15] arm64/crypto: SHA-1 using ARMv8 Crypto Extensions
` [PATCH resend 06/15] arm64/crypto: SHA-224/SHA-256 "
` [PATCH resend 07/15] arm64/crypto: GHASH secure hash "
` [PATCH resend 08/15] arm64/crypto: AES "
` [PATCH resend 09/15] arm64/crypto: AES in CCM mode "
[PATCH 0/7 v8] crypto:s5p-sss: Add Device tree and Exynos support
2014-04-30 19:51 UTC (12+ messages)
` [PATCH 1/7 v8] crypto:s5p-sss: Use platform_get_irq() instead of _byname()
` [PATCH 2/7 v8] crypto:s5p-sss: Add device tree support
` [PATCH 3/7 v8] crypto:s5p-sss: Add support for SSS module on Exynos
` [PATCH 4/7 v8] crypto:s5p-sss: Kconfig: Let Exynos SoCs select SSS driver
` [PATCH 5/7 v8] crypto:s5p-sss: validate iv before memcpy
` [PATCH 6/7 v8] crypto:s5p-sss: Use clk_prepare/clk_unprepare
` [PATCH 7/7 v8] crypto:s5p-sss: Look for the next request in the queue
[RFC PATCH v2 0/9] Add Qualcomm crypto driver
2014-04-30 16:35 UTC (19+ messages)
` [RFC PATCH v2 1/9] crypto: qce: Add core driver implementation
` [RFC PATCH v2 2/9] crypto: qce: Add register defines
` [RFC PATCH v2 3/9] crypto: qce: Add dma and sg helpers
` [RFC PATCH v2 4/9] crypto: qce: Add ablkcipher algorithms
` [RFC PATCH v2 5/9] crypto: qce: Adds sha and hmac transforms
` [RFC PATCH v2 6/9] crypto: qce: Adds infrastructure to setup the crypto block
` [RFC PATCH v2 7/9] crypto: qce: Adds Makefile to build the driver
` [RFC PATCH v2 8/9] crypto: qce: Build Qualcomm qce driver
[PATCH] crypto:caam - Modify width of few read only registers
2014-04-29 10:02 UTC
[PATCH crypto 1/2] crypto: caam - fix mem leak in ahash_setkey
2014-04-28 22:29 UTC (12+ messages)
` [PATCH crypto 2/2] crypto: caam - add allocation failure handling in SPRINTFCAT macro
[PATCH] staging: crypto: skein: depend upon CRYPTO
2014-04-28 21:38 UTC (2+ messages)
[RFC] /dev/random for in-kernel use
2014-04-28 14:39 UTC (6+ messages)
[PATCH 0/2] crypto: atmel-aes: fixes on block size of aes cfb mode
2014-04-28 10:26 UTC (4+ messages)
` [PATCH 1/2] crypto: atmel-aes: correct block size of cfb8 mode
` [PATCH 2/2] crypto: atmel-aes: check alignment of cfb64 mode
[PATCH 0/3] Cleanup ressource leaks in test_aead_speed()
2014-04-28 10:25 UTC (13+ messages)
` [PATCH 1/3] crypto: Fix potential leak in test_aead_speed() if aad_size is too big
` [PATCH 2/3] crypto: Fix potential leak in test_aead_speed() if crypto_alloc_aead() fails
` [PATCH 3/3] crypto: Fix leak of struct aead_request in test_aead_speed()
[PATCH 0/6] SP800-90A Deterministic Random Bit Generator
2014-04-26 20:13 UTC (12+ messages)
` [PATCH v2 1/6] "
` [PATCH v2 2/6] header file for DRBG
` [PATCH v4 "
` [PATCH v3 1/6] SP800-90A Deterministic Random Bit Generator
` [PATCH v4 "
` [PATCH v5 "
` [PATCH v6 "
[PATCH 00/11] crypto: caam: Error reporting fixes
2014-04-25 18:20 UTC (13+ messages)
` [PATCH 01/11] crypto: caam: Contain caam_jr_strstatus() ugliness
` [PATCH 02/11] crypto: caam: Pull all the error codes out
` [PATCH 03/11] crypto: caam: Implement fast-path for error codes with no handler
` [PATCH 04/11] crypto: caam: Pass error type into the functions
` [PATCH 05/11] crypto: caam: Kill the easy targets
` [PATCH 06/11] crypto: caam: Dissolve report_jump_idx()
` [PATCH 07/11] crypto: caam: Clean up report_ccb_status()
` [PATCH 08/11] crypto: caam: Clean up report_deco_status()
` [PATCH 09/11] crypto: caam: Kill SPRINTFCAT() with fire
` [PATCH 10/11] crypto: caam: Sweep the remnants
` [PATCH 11/11] crypto: caam: Fix the 'quoted string split across lines'
Freescale SEC1 and AEAD / IPSEC
2014-04-25 16:03 UTC (2+ messages)
Freescale SEC1 and HMAC
2014-04-24 13:22 UTC
Parity Error on keys used for DES crypto test
2014-04-24 13:08 UTC (3+ messages)
[PATCH] crypto_user: Fix out-of-bounds read
2014-04-23 19:23 UTC (4+ messages)
RFC: Crypto API User-interface
2014-04-23 10:37 UTC
aes-x86_64 seems slower than the generic implementation
2014-04-19 14:42 UTC
[PATCH] splice: sendfile() at once fails for big files
2014-04-18 12:49 UTC
[PATCH] crypto: sha{256,512}_ssse3 - remove asmlinkage from static functions
2014-04-18 5:01 UTC (5+ messages)
Why care about signal when instantiate an crypt template
2014-04-17 9:52 UTC (4+ messages)
[PATCH] crypto: omap-des - handle error of pm_runtime_get_sync
2014-04-16 13:50 UTC (9+ messages)
` [PATCH V2] "
[PATCH] crypto/ccp: Use pci_enable_msix_range() instead of pci_enable_msix()
2014-04-16 13:50 UTC (2+ messages)
[PATCH] crypto: testmgr: add empty and large test vectors for SHA-1, SHA-224, SHA-256, SHA-384 and SHA-512
2014-04-16 13:50 UTC (2+ messages)
[PATCH] crypto: add test cases for SHA-1, SHA-224, SHA-256 and AES-CCM
2014-04-16 13:49 UTC (2+ messages)
[PATCH v3 1/2] crypto: bfin_crc: ignore duplicated registration of the same algorithm
2014-04-16 13:49 UTC (4+ messages)
[PATCH v2] crypt: bfin_crc: access crc registers by readl and writel functions
2014-04-16 13:48 UTC (4+ messages)
[PATCH] crypto: omap-des - use devm_ioremap_resource()
2014-04-16 13:48 UTC (6+ messages)
` [PATCH V2] "
[PATCH 05/28] Remove MPILIB_EXTRA
2014-04-15 9:21 UTC (4+ messages)
Question about Talitos Linux driver for MPC885
2014-04-14 12:01 UTC (5+ messages)
[PATCH 0/9] Add Qualcomm crypto driver
2014-04-14 8:23 UTC (11+ messages)
` [PATCH 1/9] crypto: qce: Add core driver implementation
` [PATCH 5/9] crypto: qce: Adds sha and hmac transforms
[PATCH 1/2] crypto: bfin_crc: ignore duplicated registration of the same algorithm
2014-04-14 4:41 UTC (7+ messages)
` [PATCH 2/2] crypto: bfin_crc: avoid get physical address of coherence memory by dma_map_single
Crypto Fixes for 2.6.39
2014-04-13 23:34 UTC (11+ messages)
` Crypto Fixes for 3.0
` Crypto Fixes for 3.3
` Crypto Fixes for 3.6
` Crypto Fixes for 3.7
` Crypto Fixes for 3.9
` Crypto Fixes for 3.13
` Crypto Fixes for 3.14
` Crypto Fixes for 3.15
[crypto:master 60/60] arch/x86/crypto/ghash-clmulni-intel_glue.c:71:25: sparse: cast to restricted __be64
2014-04-11 20:34 UTC (6+ messages)
` Fwd: "
[PATCH v2 1/2] crypto: bfin_crc: ignore duplicated registration of the same algorithm
2014-04-11 7:47 UTC (2+ messages)
[PATCH] crypt: bfin_crc: access crc registers by ioread32 and iowrite32 functions
2014-04-10 7:48 UTC (4+ messages)
[uml/do_xor_speed] WARNING: CPU: 0 PID: 1 at init/main.c:708 do_one_initcall()
2014-04-10 7:38 UTC (2+ messages)
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).