Linux Cryptography
[Prev Page][Next Page]
- Re: [PATCHv3 06/10]crypto: add rocksoft 64b crc framework, (continued)
- [PATCH] siphash: use one source of truth for siphash permutations, Jason A. Donenfeld
- [PATCH] crypto: vmx - Fix build error,
Masahiro Yamada
- [PATCH 1/3] random: order timer entropy functions below interrupt functions,
Jason A. Donenfeld
- [PATCH v2] crypto: vmx - Align the short log with Makefile cleanups, Masahiro Yamada
- [PATCH v2 00/11] crypto: qat - re-enable algorithms,
Giovanni Cabiddu
- [PATCH v2 02/11] crypto: qat - refactor submission logic, Giovanni Cabiddu
- [PATCH v2 03/11] crypto: qat - add backlog mechanism, Giovanni Cabiddu
- [PATCH v2 01/11] crypto: qat - use pre-allocated buffers in datapath, Giovanni Cabiddu
- [PATCH v2 04/11] crypto: qat - fix memory leak in RSA, Giovanni Cabiddu
- [PATCH v2 05/11] crypto: qat - remove dma_free_coherent() for RSA, Giovanni Cabiddu
- [PATCH v2 06/11] crypto: qat - remove dma_free_coherent() for DH, Giovanni Cabiddu
- [PATCH v2 09/11] crypto: qat - add param check for DH, Giovanni Cabiddu
- [PATCH v2 07/11] crypto: qat - set to zero DH parameters before free, Giovanni Cabiddu
- [PATCH v2 08/11] crypto: qat - add param check for RSA, Giovanni Cabiddu
- [PATCH v2 10/11] crypto: qat - honor CRYPTO_TFM_REQ_MAY_SLEEP flag, Giovanni Cabiddu
- [PATCH v2 11/11] crypto: qat - re-enable registration of algorithms, Giovanni Cabiddu
- [PATCH v6 0/5] virtio-crypto: Improve performance,
zhenwei pi
- [PATCH 00/12] crypto: qat - re-enable algorithms,
Giovanni Cabiddu
- [PATCH 01/12] crypto: qat - use pre-allocated buffers in datapath, Giovanni Cabiddu
- [PATCH 04/12] crypto: qat - fix memory leak in RSA, Giovanni Cabiddu
- [PATCH 02/12] crypto: qat - refactor submission logic, Giovanni Cabiddu
- [PATCH 03/12] crypto: qat - add backlog mechanism, Giovanni Cabiddu
- [PATCH 06/12] crypto: qat - remove dma_free_coherent() for DH, Giovanni Cabiddu
- [PATCH 05/12] crypto: qat - remove dma_free_coherent() for RSA, Giovanni Cabiddu
- [PATCH 08/12] crypto: qat - add param check for RSA, Giovanni Cabiddu
- [PATCH 07/12] crypto: qat - set to zero DH parameters before free, Giovanni Cabiddu
- [PATCH 11/12] crypto: qat - honor CRYPTO_TFM_REQ_MAY_SLEEP flag, Giovanni Cabiddu
- [PATCH 09/12] crypto: qat - add param check for DH, Giovanni Cabiddu
- [PATCH 10/12] crypto: qat - use memzero_explicit() for algs, Giovanni Cabiddu
- [PATCH 12/12] crypto: qat - re-enable registration of algorithms, Giovanni Cabiddu
- [PATCH v9 0/7] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys,
Ahmad Fatoum
- [PATCH v5 0/5] virtio-crypto: Improve performance,
zhenwei pi
- [PATCH] crypto: octeontx2: simplify the return expression of otx2_cpt_aead_cbc_aes_sha_setkey(),
cgel . zte
- Re: [patch 3/3] x86/fpu: Make FPU protection more robust,
Thomas Gleixner
- [PATCH] crypto: cryptd - Protect per-CPU resource by disabling BH.,
Sebastian Andrzej Siewior
- [PATCH] random: do not pretend to handle premature next security model,
Jason A. Donenfeld
- [PATCH v6 0/9] crypto: HCTR2 support,
Nathan Huckleberry
- [PATCH] random: mix hwgenerator randomness before sleeping,
Jason A. Donenfeld
- [PATCH] crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZ,
Ondrej Mosnacek
- [PATCH RFC v1] random: use static branch for crng_ready(),
Jason A. Donenfeld
- [PATCH] random: do not use batches when !crng_ready(),
Jason A. Donenfeld
- [PATCH v2 00/19] crypto: allwinner: lots of fixes,
Corentin Labbe
- [PATCH v2 01/19] crypto: sun8i-ce: Fix minor style issue, Corentin Labbe
- [PATCH v2 02/19] crypto: sun8i-ce: do not allocate memory when handling requests, Corentin Labbe
- [PATCH v2 06/19] crypto: sun8i-ss: remove redundant test, Corentin Labbe
- [PATCH v2 04/19] crypto: sun8i-ss: rework handling of IV, Corentin Labbe
- [PATCH v2 08/19] crypto: sun8i-ss: use sg_nents_for_len, Corentin Labbe
- [PATCH v2 07/19] crypto: sun8i-ss: test error before assigning, Corentin Labbe
- [PATCH v2 05/19] crypto: sun8i-ss: handle zero sized sg, Corentin Labbe
- [PATCH v2 03/19] crypto: sun4i-ss: do not allocate backup IV on requests, Corentin Labbe
- [PATCH v2 11/19] crypto: sun8i-ss: handle requests if last block is not modulo 64, Corentin Labbe
- [PATCH v2 18/19] crypto: sun8i-ce: rework debugging, Corentin Labbe
- [PATCH v2 13/19] crypto: sun8i-ss: Add function for handling hash padding, Corentin Labbe
- [PATCH v2 19/19] crypto: sun8i-ce: do not fallback if cryptlen is less than sg length, Corentin Labbe
- [PATCH v2 09/19] crypto: sun8i-ss: do not allocate memory when handling hash requests, Corentin Labbe
- [PATCH v2 14/19] crypto: sun8i-ss: add hmac(sha1), Corentin Labbe
- [PATCH v2 16/19] crypto: sun8i-ce: Add function for handling hash padding, Corentin Labbe
- [PATCH v2 10/19] crypto: sun8i-ss: do not zeroize all pad, Corentin Labbe
- [PATCH v2 12/19] crypto: sun8i-ss: rework debugging, Corentin Labbe
- [PATCH v2 15/19] crypto: sun8i-ss: do not fallback if cryptlen is less than sg length, Corentin Labbe
- [PATCH v2 17/19] crypto: sun8i-ce: use sg_nents_for_len, Corentin Labbe
- Re: [PATCH v2 00/19] crypto: allwinner: lots of fixes, Herbert Xu
- [PATCH 1/2] sysctl: read() must consume poll events, not poll(),
Jason A. Donenfeld
- [PATCH] crypto: vmx - Align the short log with Makefile cleanups,
Masahiro Yamada
- [PATCH] random: mix in timestamps and reseed on system restore,
Jason A. Donenfeld
- [PATCH] s390/crypto: fix typos in comments,
Julia Lawall
- [PATCH] random: use first 128 bits of input as fast init,
Jason A. Donenfeld
- [PATCH v8 06/19] openrisc: start CPU timer early in boot,
Jason A. Donenfeld
- [PATCH] crypto: atmel-i2c - Simplify return code in probe function,
Uwe Kleine-König
- [PATCH 1/2] crypto: atmel-sha204a: Remove useless check,
Uwe Kleine-König
- [PATCH v8 0/6] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys,
Ahmad Fatoum
- [PATCH v5 0/9] Introduce akcipher service for virtio-crypto,
zhenwei pi
- [PATCH v5 2/9] qapi: crypto-akcipher: Introduce akcipher types to qapi, zhenwei pi
- [PATCH v5 4/9] crypto: add ASN.1 DER decoder, zhenwei pi
- [PATCH v5 3/9] crypto: Introduce akcipher crypto class, zhenwei pi
- [PATCH v5 6/9] crypto: Implement RSA algorithm by gcrypt, zhenwei pi
- [PATCH v5 7/9] test/crypto: Add test suite for crypto akcipher, zhenwei pi
- [PATCH v5 5/9] crypto: Implement RSA algorithm by hogweed, zhenwei pi
- [PATCH v5 1/9] virtio-crypto: header update, zhenwei pi
- [PATCH v5 8/9] tests/crypto: Add test suite for RSA keys, zhenwei pi
- [PATCH v5 9/9] crypto: Introduce RSA algorithm, zhenwei pi
- Re: [PATCH v5 0/9] Introduce akcipher service for virtio-crypto, Michael S. Tsirkin
- is "premature next" a real world rng concern, or just an academic exercise?,
Jason A. Donenfeld
[BUG] Layerscape CAAM+kTLS+io_uring,
Steffen Trumtrar
[PATCH v2] crypto: inside-secure - Add MODULE_FIRMWARE macros,
Juerg Haefliger
[PATCH] crypto: inside-secure - Add MODULE_FIRMWARE macros,
Juerg Haefliger
[PATCH v5 0/8] crypto: HCTR2 support,
Nathan Huckleberry
Re: [PATCH] arm64: dts: fvp: Add virtio-rng support, Andre Przywara
[PATCH] crypto: hisilicon/sec - add sm4 generic selection,
Kai Ye
[linux-next:master] BUILD REGRESSION e7d6987e09a328d4a949701db40ef63fbb970670, kernel test robot
Re: mmotm 2022-04-25-17-59 uploaded (drivers/char/hw_random/mpfs-rng.c),
Randy Dunlap
[PATCH v6 00/33] crypto: rockchip: permit to pass self-tests,
Corentin Labbe
- [PATCH v6 01/33] crypto: rockchip: use dev_err for error message about interrupt, Corentin Labbe
- [PATCH v6 02/33] crypto: rockchip: do not use uninitialized variable, Corentin Labbe
- [PATCH v6 03/33] crypto: rockchip: do not do custom power management, Corentin Labbe
- [PATCH v6 09/33] crypto: rockchip: remove non-aligned handling, Corentin Labbe
- [PATCH v6 10/33] crypto: rockchip: rework by using crypto_engine, Corentin Labbe
- [PATCH v6 04/33] crypto: rockchip: fix privete/private typo, Corentin Labbe
- [PATCH v6 05/33] crypto: rockchip: do not store mode globally, Corentin Labbe
- [PATCH v6 06/33] crypto: rockchip: add fallback for cipher, Corentin Labbe
- [PATCH v6 07/33] crypto: rockchip: add fallback for ahash, Corentin Labbe
- [PATCH v6 11/33] crypto: rockchip: rewrite type, Corentin Labbe
- [PATCH v6 08/33] crypto: rockchip: better handle cipher key, Corentin Labbe
- [PATCH v6 12/33] crypto: rockchip: add debugfs, Corentin Labbe
- [PATCH v6 15/33] crypto: rockchip: use clk_bulk to simplify clock management, Corentin Labbe
- [PATCH v6 14/33] crypto: rockchip: handle reset also in PM, Corentin Labbe
- [PATCH v6 19/33] crypto: rockchip: add support for rk3328, Corentin Labbe
- [PATCH v6 20/33] crypto: rockchip: rename ablk functions to cipher, Corentin Labbe
- [PATCH v6 21/33] crypto: rockchip: rework rk_handle_req function, Corentin Labbe
- [PATCH v6 18/33] crypto: rockchip: fix style issue, Corentin Labbe
- [PATCH v6 16/33] crypto: rockchip: add myself as maintainer, Corentin Labbe
- [PATCH v6 17/33] crypto: rockchip: use read_poll_timeout, Corentin Labbe
- [PATCH v6 22/33] crypto: rockchip: use a rk_crypto_info variable instead of lot of indirection, Corentin Labbe
- [PATCH v6 13/33] crypto: rockchip: introduce PM, Corentin Labbe
- [PATCH v6 23/33] crypto: rockchip: use the rk_crypto_info given as parameter, Corentin Labbe
- [PATCH v6 24/33] dt-bindings: crypto: convert rockchip-crypto to YAML, Corentin Labbe
- [PATCH v6 29/33] crypto: rockchip: store crypto_info in request context, Corentin Labbe
- [PATCH v6 30/33] crypto: rockchip: Check for clocks numbers and their frequencies, Corentin Labbe
- [PATCH v6 31/33] crypto: rockchip: rk_ahash_reg_init use crypto_info from parameter, Corentin Labbe
- [PATCH v6 28/33] arm64: dts: rockchip: rk3399: add crypto node, Corentin Labbe
- [PATCH v6 27/33] arm64: dts: rockchip: add rk3328 crypto node, Corentin Labbe
- [PATCH v6 32/33] crypto: rockchip: permit to have more than one reset, Corentin Labbe
- [PATCH v6 26/33] clk: rk3399: use proper crypto0 name, Corentin Labbe
- [PATCH v6 25/33] dt-bindings: crypto: rockchip: convert to new driver bindings, Corentin Labbe
- [PATCH v6 33/33] crypto: rockchip: Add support for RK3399, Corentin Labbe
[PATCH] hex2bin: make the function hex_to_bin constant-time,
Mikulas Patocka
[PATCH] hwrng: optee-rng: remove redundant initialization to variable rng_size,
Colin Ian King
[PATCH v4 0/5] virtio-crypto: Improve performance,
zhenwei pi
[PATCH] crypto: qat - Fix unsigned function returning negative constant,
Haowen Bai
[PATCH v6 00/17] archs/random: fallback to best raw ktime when no cycle counter,
Jason A. Donenfeld
- [PATCH v6 02/17] s390: define get_cycles macro for arch-override, Jason A. Donenfeld
- [PATCH v6 01/17] ia64: define get_cycles macro for arch-override, Jason A. Donenfeld
- [PATCH v6 03/17] parisc: define get_cycles macro for arch-override, Jason A. Donenfeld
- [PATCH v6 04/17] alpha: define get_cycles macro for arch-override, Jason A. Donenfeld
- [PATCH v6 05/17] powerpc: define get_cycles macro for arch-override, Jason A. Donenfeld
- [PATCH v6 06/17] timekeeping: add raw clock fallback for random_get_entropy(), Jason A. Donenfeld
- [PATCH v6 07/17] m68k: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v6 08/17] riscv: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v6 14/17] um: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v6 11/17] openrisc: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v6 10/17] arm: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v6 09/17] mips: use fallback for random_get_entropy() instead of just c0 random, Jason A. Donenfeld
- [PATCH v6 13/17] x86: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v6 12/17] nios2: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v6 16/17] xtensa: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v6 17/17] random: insist on random_get_entropy() existing in order to simplify, Jason A. Donenfeld
- [PATCH v6 15/17] sparc: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
[PATCH] random: vary jitter iterations based on cycle counter speed,
Jason A. Donenfeld
[PATCH v2] siphash: update the hsiphash documentation,
Eric Biggers
Re: [PATCH] WireGuard: restrict packet handling to non-isolated CPUs.,
Jason A. Donenfeld
[PATCH v2] random: avoid mis-detecting a slow counter as a cycle counter,
Eric Biggers
[PATCH] siphash: update the HalfSipHash documentation,
Eric Biggers
[PATCH] random: avoid mis-detecting a slow counter as a cycle counter,
Eric Biggers
[PATCH] ecdsa: Fix incorrect usage of vli_cmp,
Stefan Berger
[PATCH] crypto: ecrdsa - Fix incorrect use of vli_cmp,
Vitaly Chikunov
[PATCH] crypto: atmel-sha204a: Add support for ATSHA204 cryptochip,
Pali Rohár
[PATCH v3 0/5] virtio-crypto: Improve performance,
zhenwei pi
[PATCH] hwrng: cn10k - Enable compile testing,
Herbert Xu
[no subject], Unknown
[PATCH v5] crypto: caam - fix i.MX6SX entropy delay value,
Fabio Estevam
RE: [EXT] [PATCH v5] crypto: caam - fix i.MX6SX entropy delay value, Gaurav Jain
Re: [PATCH v5] crypto: caam - fix i.MX6SX entropy delay value, Herbert Xu
[PATCH] crypto: sun8i-ce: using pm_runtime_resume_and_get instead of pm_runtime_get_sync,
cgel . zte
[PATCH] crypto: atmel - Avoid flush_scheduled_work() usage,
Tetsuo Handa
[PATCH] random: add fork_event sysctl for polling VM forks,
Jason A. Donenfeld
[PATCH v4] crypto: caam - fix i.MX6SX entropy delay value,
Fabio Estevam
[PATCH v5 00/11] archs/random: fallback to best raw ktime when no cycle counter,
Jason A. Donenfeld
- [PATCH v5 01/11] timekeeping: add raw clock fallback for random_get_entropy(), Jason A. Donenfeld
- [PATCH v5 02/11] m68k: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v5 03/11] riscv: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v5 04/11] mips: use fallback for random_get_entropy() instead of just c0 random, Jason A. Donenfeld
- [PATCH v5 05/11] arm: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v5 06/11] nios2: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v5 07/11] x86: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v5 08/11] um: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v5 09/11] sparc: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v5 10/11] xtensa: use fallback for random_get_entropy() instead of zero, Jason A. Donenfeld
- [PATCH v5 11/11] random: insist on random_get_entropy() existing in order to simplify, Jason A. Donenfeld
[PATCH] random: document crng_fast_key_erasure() destination possibility,
Jason A. Donenfeld
[PATCH] x86: crypto: fix Using uninitialized value walk.flags,
chinayanlei2002
[PATCH v3] crypto: caam - fix i.MX6SX entropy delay value,
Fabio Estevam
[PATCH] crypto: sun8i-ss: using pm_runtime_resume_and_get instead of pm_runtime_get_sync,
cgel . zte
[PATCH v2 0/4] virtio-crypto: Improve performance,
zhenwei pi
[PATCH] crypto: Make use of the helper function devm_platform_ioremap_resource(),
cgel . zte
Re: [PATCH 0/2] riscv: implement Zicbom-based CMO instructions + the t-head variant,
Corentin Labbe
[PATCH v2] crypto: caam - fix i.MX6SX entropy delay value,
Fabio Estevam
[PATCH 0/4] crypto: hisilicon/qm - misc fixes,
Weili Qian
[PATCH v7 0/6] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys,
Ahmad Fatoum
[PATCH 0/4] virtio-crypto: Improve performance,
zhenwei pi
[PATCH v2] crypto: ccp - Fix the INIT_EX data file open failure,
Jacky Li
[PATCH 1/2] crypto: marvell: cesa: ECB does not IV,
Corentin Labbe
[PATCH v5 00/33] crypto: rockchip: permit to pass self-tests,
Corentin Labbe
- [PATCH v5 02/33] crypto: rockchip: do not use uninitialized variable, Corentin Labbe
- [PATCH v5 03/33] crypto: rockchip: do not do custom power management, Corentin Labbe
- [PATCH v5 01/33] crypto: rockchip: use dev_err for error message about interrupt, Corentin Labbe
- [PATCH v5 06/33] crypto: rockchip: add fallback for cipher, Corentin Labbe
- [PATCH v5 05/33] crypto: rockchip: do not store mode globally, Corentin Labbe
- [PATCH v5 04/33] crypto: rockchip: fix privete/private typo, Corentin Labbe
- [PATCH v5 09/33] crypto: rockchip: remove non-aligned handling, Corentin Labbe
- [PATCH v5 08/33] crypto: rockchip: better handle cipher key, Corentin Labbe
- [PATCH v5 07/33] crypto: rockchip: add fallback for ahash, Corentin Labbe
- [PATCH v5 10/33] crypto: rockchip: rework by using crypto_engine, Corentin Labbe
- [PATCH v5 15/33] crypto: rockchip: use clk_bulk to simplify clock management, Corentin Labbe
- [PATCH v5 24/33] dt-bindings: crypto: convert rockchip-crypto to YAML, Corentin Labbe
- [PATCH v5 17/33] crypto: rockchip: use read_poll_timeout, Corentin Labbe
- [PATCH v5 11/33] crypto: rockchip: rewrite type, Corentin Labbe
[Index of Archives]
[Linux Kernel]
[Netfilter]
[Gnu Crypto]
[Gnu Classpath]
[Bugtraq]