messages from 2015-10-15 07:07:59 to 2015-10-27 15:16:53 UTC [more...]
[PATCH v2 0/5] crypto: add algif_akcipher user space API
2015-10-27 15:16 UTC (16+ messages)
` [PATCH v2 1/5] MPI: fix off by one in mpi_read_raw_from_sgl
` [PATCH v2 2/5] crypto: AF_ALG -- add sign/verify API
` [PATCH v2 3/5] crypto: AF_ALG -- add setpubkey setsockopt call
` [PATCH v2 4/5] crypto: AF_ALG -- add asymmetric cipher interface
` [PATCH v2 5/5] crypto: algif_akcipher - enable compilation
Crypto Update for 3.13
2015-10-26 11:02 UTC (11+ messages)
` Crypto Update for 3.14
` Crypto Update for 3.15
` Crypto Update for 3.16
` Crypto Update for 3.17
` Crypto Update for 3.18
` Crypto Update for 3.19
` Crypto Update for 3.20
` Crypto Fixes for 4.2
` Crypto Fixes for 4.3
kernel tainted while exporting shash context using af_alg interface
2015-10-26 9:21 UTC (4+ messages)
[PATCH 0/3] ARM: dts: Enable Exynos RNG module
2015-10-24 23:58 UTC (9+ messages)
` [PATCH 1/3] clk: samsung: exynos4: Add SSS gate clock
` [PATCH 2/3] ARM: dts: Add PRNG module for exynos4
` [PATCH 3/3] ARM: dts: Enable PRNG module on exynos4412-trats2
(unknown),
2015-10-23 12:10 UTC (2+ messages)
` [PATCH 11/11] crypto: algif: Change some variable to size_t
[PATCH] Add select of CONFIG_SRCU by CONFIG_CRYPTO
2015-10-23 8:22 UTC (3+ messages)
[PATCH v2] crypto: add precalculated hash for zero message length
2015-10-22 18:18 UTC (12+ messages)
` [PATCH 1/8] crypto: hash: add zero length message hash for shax and md5
` [PATCH 2/8] crypto: niagara: Use precalculated hash from headers
` [PATCH 3/8] crypto: ccp: "
` [PATCH 4/8] crypto: ux500: "
` [PATCH 5/8] crypto: akcipher: fix typos in include/crypto/akcipher.h
` [PATCH 6/8] crypto: akcipher: the key parameter must be const u8 *
` [PATCH 7/8] crypto: testmgr: Constify tested key/iv/plaintext/digest
` [PATCH 8/8] crypto: testmgr: Use the xxx_zero_message_hash from headers
[PATCH] crypto: qat - remove superfluous check from adf_probe
2015-10-22 14:23 UTC
[PATCH] crypto: qat - fix get instance function
2015-10-22 13:30 UTC
[PATCH 1/4] crypto: hifn_795x: replace simple_strtoul by kstrtouint
2015-10-22 6:51 UTC (4+ messages)
` [PATCH 2/4] crypto: hifn_795x: remove the hifn_test function
` [PATCH 3/4] crypto: hifn_795x: use dev_xx/pr_xx instead of printk
` [PATCH 4/4] crypto: hifn_795x: fix coding style
[PATCH] [RESEND] crypto: qat - don't use userspace pointer
2015-10-21 21:57 UTC
[PATCH] crypto: qat - don't use userspace pointer
2015-10-21 21:46 UTC (2+ messages)
[PATCH 00/10] KEYS: Change how keys are determined to be trusted
2015-10-21 18:48 UTC (17+ messages)
` [PATCH 01/10] KEYS: Generalise system_verify_data() to provide access to internal content
` [PATCH 02/10] PKCS#7: Make trust determination dependent on contents of trust keyring
` [PATCH 03/10] KEYS: Add facility to check key trustworthiness upon link creation
` [PATCH 04/10] KEYS: Allow authentication data to be stored in an asymmetric key
` [PATCH 05/10] KEYS: Add identifier pointers to public_key_signature struct
` [PATCH 06/10] X.509: Retain the key verification data
` [PATCH 07/10] X.509: Extract signature digest and make self-signed cert checks earlier
` [PATCH 08/10] PKCS#7: Make the signature a pointer rather than embedding it
` [PATCH 09/10] X.509: Move the trust validation code out to its own file
` [PATCH 10/10] KEYS: Move the point of trust determination to __key_link()
Randomness for crypto, github repositories
2015-10-21 17:28 UTC (3+ messages)
` [Cryptography] "
[PATCH 0/2] xfrm/crypto: unaligned access fixes
2015-10-21 13:22 UTC (12+ messages)
` [PATCH 1/2] crypto/x509: Fix unaligned access in x509_get_sig_params()
` [PATCH net-next 2/2] xfrm: Fix unaligned access in xfrm_notify_sa() for DELSA
[PATCH] crypto: add asynchronous compression support
2015-10-21 7:59 UTC (3+ messages)
[PATCH] crypto: qat - when stopping all devices make fure VF are stopped first
2015-10-20 19:50 UTC
[PATCH] crypto: sun4i-ss: add missing statesize
2015-10-20 18:05 UTC
[PATCH 0/5] Fix CAAM hash driver
2015-10-20 16:03 UTC (16+ messages)
` [PATCH 1/5] crypto: caam: print errno code when hash registration fails
` [PATCH 2/5] crypto: caam: avoid needlessly saving and restoring caam_hash_ctx
` [PATCH 3/5] crypto: caam: fix non-block aligned hash calculation
` [PATCH 4/5] crypto: caam: only export the state we really need to export
` [PATCH 5/5] crypto: caam: fix indentation of close braces
` [PATCH v2 0/6] Fix CAAM hash driver
` [PATCH 1/6] crypto: caam: print errno code when hash registration fails
` [PATCH 2/6] crypto: caam: avoid needlessly saving and restoring caam_hash_ctx
` [PATCH 3/6] crypto: caam: fix non-block aligned hash calculation
` [PATCH 4/6] crypto: caam: only export the state we really need to export
` [PATCH 5/6] crypto: caam: fix indentation of close braces
` [PATCH 6/6] crypto: caam: fix DMA API leak
[PATCH] akcipher: Don't #include crypto/public_key.h as the contents aren't used
2015-10-20 14:26 UTC (2+ messages)
[PATCH 0/4] hwrng: exynos - Add Device Tree support
2015-10-20 14:24 UTC (7+ messages)
` [PATCH 1/4] dt-bindings: rng: Describe Exynos4 PRNG bindings
` [PATCH 2/4] hwrng: exynos - Add timeout for waiting on init done
` [PATCH 3/4] hwrng: exynos - Fix missing configuration after suspend to RAM
` [PATCH 4/4] hwrng: exynos - Add Device Tree support
[PATCH 0/3] crypto: fixes for Marvell hash
2015-10-20 14:21 UTC (52+ messages)
` [PATCH v2 "
` [PATCH v3 0/5] "
` [PATCH v3 1/5] crypto: ensure algif_hash does not pass a zero-sized state
` [PATCH 00/18] crypto: further fixes for Marvell CESA hash
` [PATCH 01/18] crypto: marvell: easier way to get the transform
` crypto: ahash - Add crypto_ahash_blocksize
` [PATCH 02/18] crypto: marvell: keep creq->state in CPU endian format at all times
` [PATCH 03/18] crypto: marvell: add flag to determine algorithm endianness
` [PATCH 04/18] crypto: marvell: fix the bit length endianness
` [PATCH 05/18] crypto: marvell: ensure template operation is initialised
` [PATCH 06/18] crypto: marvell: const-ify argument to mv_cesa_get_op_cfg()
` [PATCH 07/18] crypto: marvell: factor out first fragment decisions to helper
` [PATCH 08/18] crypto: marvell: factor out adding an operation and launching it
` [PATCH 09/18] crypto: marvell: always ensure mid-fragments after first-fragment
` [PATCH 10/18] crypto: marvell: move mv_cesa_dma_add_frag() calls
` [PATCH 11/18] crypto: marvell: use presence of scatterlist to determine data load
` [PATCH 12/18] crypto: marvell: ensure iter.base.op_len is the full op length
` [PATCH 13/18] crypto: marvell: avoid adding final operation within loop
` [PATCH 14/18] crypto: marvell: rearrange last request handling
` [PATCH 15/18] crypto: marvell: rearrange handling for hw finished hashes
` [PATCH 16/18] crypto: marvell: rearrange handling for sw padded hashes
` [PATCH 17/18] crypto: marvell: fix first-fragment handling in mv_cesa_ahash_dma_last_req()
` [PATCH 18/18] crypto: marvell/cesa: fix memory leak
` [PATCH 0/6] Sparse related fixes
` [PATCH 1/6] crypto: marvell: use readl_relaxed()/writel_relaxed()
` [PATCH 2/6] crypto: marvell: use dma_addr_t for cur_dma
` [PATCH 3/6] crypto: marvell: use gfp_t for gfp flags
` [PATCH 4/6] crypto: marvell: use memcpy_fromio()/memcpy_toio()
` [PATCH 5/6] crypto: marvell: fix missing cpu_to_le32() in mv_cesa_dma_add_op()
` [PATCH 6/6] crypto: marvell: use __le32 for hardware descriptors
[PATCH] crypto: qat - fix crypto_get_instance_node function
2015-10-20 14:20 UTC (2+ messages)
[PATCH] hwrng: exynos - Fix unbalanced PM runtime get/puts
2015-10-20 14:19 UTC (3+ messages)
[PATCH] s390: crypto: replace raw value by their coresponding define
2015-10-20 14:19 UTC (4+ messages)
` [PATCH] lib/mpi: clean unused SHA1_DIGEST_LENGTH
crypto: api - Only abort operations on fatal signal
2015-10-19 10:23 UTC
[PATCH] Documentation: crypto - add akcipher API
2015-10-18 23:18 UTC
[PATCH] crypto: caam - Add support for hashing export and import functions
2015-10-18 0:35 UTC (9+ messages)
[PATCH] crypto: x86: Remove duplicate define of SHA1_DIGEST_SIZE
2015-10-16 16:04 UTC (2+ messages)
[PATCH] crypto: add precalculated hash for zero message length
2015-10-16 11:26 UTC (5+ messages)
` [PATCH 1/8] crypto: hash: add zero length message hash for shax and md5
[PATCH] crypto/pkcs7_verify: Fix unaligned access in pkcs7_verify()
2015-10-15 15:16 UTC (2+ messages)
[PATCH v4 0/3] SP800-38F / RFC3394 key wrapping
2015-10-15 13:20 UTC (9+ messages)
` [PATCH v4 1/3] crypto: add key wrapping block chaining mode
` [PATCH v4 3/3] crypto: keywrap - add testmgr support
[PATCH] crypto: n2: set array of const as const
2015-10-15 13:19 UTC (2+ messages)
[PATCH] crypto: sahara: set array of const as const
2015-10-15 13:19 UTC (2+ messages)
[PATCH 0/2] crypto: testmgr: test IV value after a cipher operation
2015-10-15 13:18 UTC (3+ messages)
` [PATCH 1/2] "
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).