Linux Cryptography
[Prev Page][Next Page]
- Re: [PATCH 12/18] crypto: dh - introduce support for ephemeral key generation to qat driver, (continued)
- [PATCH 3/3] MIPS: TXX9: Remove TX4939 SoC support,
Thomas Bogendoerfer
- [PATCH 0/3] crypto: jitterentropy - bound collection loop,
Nicolai Stange
- [RFC PATCH 0/6] crypto: Add Xilinx ZynqMP SHA3 driver support,
Harsha
- [PATCH v4 0/9] STM32 CRYP driver: many fixes,
Nicolas Toromanoff
- [PATCH v4 1/9] crypto: stm32/cryp - defer probe for reset controller, Nicolas Toromanoff
- [PATCH v4 2/9] crypto: stm32/cryp - don't print error on probe deferral, Nicolas Toromanoff
- [PATCH v4 3/9] crypto: stm32/cryp - fix CTR counter carry, Nicolas Toromanoff
- [PATCH v4 4/9] crypto: stm32/cryp - fix xts and race condition in crypto_engine requests, Nicolas Toromanoff
- [PATCH v4 6/9] crypto: stm32/cryp - fix double pm exit, Nicolas Toromanoff
- [PATCH v4 5/9] crypto: stm32/cryp - check early input data, Nicolas Toromanoff
- [PATCH v4 7/9] crypto: stm32/cryp - fix lrw chaining mode, Nicolas Toromanoff
- [PATCH v4 9/9] crypto: stm32/cryp - reorder hw initialization, Nicolas Toromanoff
- [PATCH v4 8/9] crypto: stm32/cryp - fix bugs and crash in tests, Nicolas Toromanoff
- Re: [PATCH v4 0/9] STM32 CRYP driver: many fixes, Herbert Xu
- Performance regression in "net: macsec: preserve ingress frame ordering", Venkat Venkatsubra
- [PATCH] hwrng: cn10k: Add random number generator support,
sgoutham
- [PATCH] crypto: DH: remove duplicate includes,
Guo Zhengkui
- [PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage,
Yury Norov
- [PATCH 1/9] lib/bitmap: add bitmap_weight_{eq,gt,le}, Yury Norov
- [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty,full,eq,gt,le}, Yury Norov
- Re: [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty,full,eq,gt,le}, Michał Mirosław
- Re: [PATCH 3/9] all: replace bitmap_weigth() with bitmap_{empty,full,eq,gt,le}, Greg Kroah-Hartman
- [PATCH 2/9] lib/bitmap: implement bitmap_{empty,full} with bitmap_weight_eq(), Yury Norov
- [PATCH 4/9] tools: sync bitmap_weight() usage with the kernel, Yury Norov
- [PATCH 5/9] lib/cpumask: add cpumask_weight_{eq,gt,le}, Yury Norov
- [PATCH 6/9] lib/nodemask: add nodemask_weight_{eq,gt,le}, Yury Norov
- [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Yury Norov
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Michał Mirosław
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Michał Mirosław
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Yury Norov
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Joe Perches
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Yury Norov
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Dennis Zhou
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Joe Perches
- Re: [PATCH 7/9] lib/cpumask: add num_{possible,present,active}_cpus_{eq,gt,le}, Emil Renner Berthing
- [PATCH 8/9] lib/nodemask: add num_node_state_eq(), Yury Norov
- [PATCH 9/9] MAINTAINERS: add cpumask and nodemask files to BITMAP_API, Yury Norov
- Re: [PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage, Nicholas Piggin
- Re: [PATCH 0/9] lib/bitmap: optimize bitmap_weight() usage, mirq-test
- [PATCH] crypto: octeontx2 - uninitialized variable in kvf_limits_store(),
Dan Carpenter
- [PATCH] crypto: siphash - use _unaligned version by default,
Arnd Bergmann
- [PATCH] hwrng: virtio - unregister device before reset, Michael S. Tsirkin
- [PATCH v2 0/6] KEXEC_SIG with appended signature,
Michal Suchanek
- [PATCH v2 3/6] kexec_file: Don't opencode appended signature verification., Michal Suchanek
- Re: [PATCH v2 0/6] KEXEC_SIG with appended signature, Heiko Carstens
- Re: [PATCH v2 0/6] KEXEC_SIG with appended signature, Baoquan He
- Re: [PATCH v2 0/6] KEXEC_SIG with appended signature, Philipp Rudo
- Re: [PATCH v2 0/6] KEXEC_SIG with appended signature, Nayna
[PATCH v3 00/15] x86: Support Key Locker,
Chang S. Bae
- [PATCH v3 01/15] Documentation/x86: Document Key Locker, Chang S. Bae
- [PATCH v3 02/15] x86/cpufeature: Enumerate Key Locker feature, Chang S. Bae
- [PATCH v3 03/15] x86/insn: Add Key Locker instructions to the opcode map, Chang S. Bae
- [PATCH v3 04/15] x86/asm: Add a wrapper function for the LOADIWKEY instruction, Chang S. Bae
- [PATCH v3 05/15] x86/msr-index: Add MSRs for Key Locker internal wrapping key, Chang S. Bae
- [PATCH v3 06/15] x86/keylocker: Define Key Locker CPUID leaf, Chang S. Bae
- [PATCH v3 11/15] crypto: x86/aes-kl - Support AES algorithm using Key Locker instructions, Chang S. Bae
- [PATCH v3 07/15] x86/cpu/keylocker: Load an internal wrapping key at boot-time, Chang S. Bae
- [PATCH v3 09/15] x86/cpu: Add a configuration and command line option for Key Locker, Chang S. Bae
- [PATCH v3 08/15] x86/power/keylocker: Restore internal wrapping key from the ACPI S3/4 sleep states, Chang S. Bae
- [PATCH v3 12/15] crypto: x86/aes-kl - Support ECB mode, Chang S. Bae
- [PATCH v3 10/15] crypto: x86/aes - Prepare for a new AES implementation, Chang S. Bae
- [PATCH v3 13/15] crypto: x86/aes-kl - Support CBC mode, Chang S. Bae
- [PATCH v3 14/15] crypto: x86/aes-kl - Support CTR mode, Chang S. Bae
- [PATCH v3 15/15] crypto: x86/aes-kl - Support XTS mode, Chang S. Bae
- Re: [PATCH v3 00/15] x86: Support Key Locker, Eric Biggers
[PATCH v8 00/17] Enroll kernel keys thru MOK,
Eric Snowberg
- [PATCH v8 07/17] integrity: restrict INTEGRITY_KEYRING_MACHINE to restrict_link_by_ca, Eric Snowberg
- [PATCH v8 04/17] integrity: Do not allow machine keyring updates following init, Eric Snowberg
- [PATCH v8 05/17] X.509: Parse Basic Constraints for CA, Eric Snowberg
- [PATCH v8 13/17] integrity: store reference to machine keyring, Eric Snowberg
- [PATCH v8 12/17] KEYS: integrity: change link restriction to trust the machine keyring, Eric Snowberg
- [PATCH v8 11/17] KEYS: Introduce link restriction for machine keys, Eric Snowberg
- [PATCH v8 09/17] KEYS: Rename get_builtin_and_secondary_restriction, Eric Snowberg
- [PATCH v8 14/17] KEYS: link machine trusted keys to secondary_trusted_keys, Eric Snowberg
- [PATCH v8 02/17] integrity: Fix warning about missing prototypes, Eric Snowberg
- [PATCH v8 17/17] integrity: Only use machine keyring when uefi_check_trust_mok_keys is true, Eric Snowberg
- [PATCH v8 10/17] KEYS: add a reference to machine keyring, Eric Snowberg
- [PATCH v8 15/17] efi/mokvar: move up init order, Eric Snowberg
- [PATCH v8 06/17] KEYS: CA link restriction, Eric Snowberg
- [PATCH v8 03/17] integrity: Introduce a Linux keyring called machine, Eric Snowberg
- [PATCH v8 16/17] integrity: Trust MOK keys if MokListTrustedRT found, Eric Snowberg
- [PATCH v8 08/17] integrity: add new keyring handler for mok keys, Eric Snowberg
- [PATCH v8 01/17] KEYS: Create static version of public_key_verify_signature, Eric Snowberg
- Re: [PATCH v8 00/17] Enroll kernel keys thru MOK, Jarkko Sakkinen
[PATCHv7 00/12] nvme: In-band authentication support,
Hannes Reinecke
- [PATCH 04/12] lib/base64: RFC4648-compliant base64 encoding, Hannes Reinecke
- [PATCH 02/12] crypto: add crypto_has_kpp(), Hannes Reinecke
- [PATCH 01/12] crypto: add crypto_has_shash(), Hannes Reinecke
- [PATCH 06/12] nvme-fabrics: decode 'authentication required' connect error, Hannes Reinecke
- [PATCH 09/12] nvmet: Parse fabrics commands on all queues, Hannes Reinecke
- [PATCH 12/12] nvmet-auth: expire authentication sessions, Hannes Reinecke
- [PATCH 03/12] crypto/ffdhe: Finite Field DH Ephemeral Parameters, Hannes Reinecke
- [PATCH 08/12] nvme-auth: Diffie-Hellman key exchange support, Hannes Reinecke
- [PATCH 05/12] nvme: add definitions for NVMe In-Band authentication, Hannes Reinecke
- [PATCH 11/12] nvmet-auth: Diffie-Hellman key exchange support, Hannes Reinecke
- [PATCH 10/12] nvmet: Implement basic In-Band Authentication, Hannes Reinecke
- [PATCH 07/12] nvme: Implement In-Band authentication, Hannes Reinecke
[PATCH] crypto: sa2ul - Use bitfield helpers,
Geert Uytterhoeven
[PATCH v2] crypto: caam: save caam memory to support crypto engine retry mechanism.,
Gaurav Jain
[PATCHv6 00/12] nvme: In-band authentication support,
Hannes Reinecke
- [PATCH 04/12] lib/base64: RFC4648-compliant base64 encoding, Hannes Reinecke
- [PATCH 09/12] nvmet: Parse fabrics commands on all queues, Hannes Reinecke
- [PATCH 02/12] crypto: add crypto_has_kpp(), Hannes Reinecke
- [PATCH 01/12] crypto: add crypto_has_shash(), Hannes Reinecke
- [PATCH 05/12] nvme: add definitions for NVMe In-Band authentication, Hannes Reinecke
- [PATCH 11/12] nvmet-auth: Diffie-Hellman key exchange support, Hannes Reinecke
- [PATCH 12/12] nvmet-auth: expire authentication sessions, Hannes Reinecke
- [PATCH 03/12] crypto/ffdhe: Finite Field DH Ephemeral Parameters, Hannes Reinecke
- [PATCH 08/12] nvme-auth: Diffie-Hellman key exchange support, Hannes Reinecke
- [PATCH 10/12] nvmet: Implement basic In-Band Authentication, Hannes Reinecke
- [PATCH 07/12] nvme: Implement In-Band authentication, Hannes Reinecke
- [PATCH 06/12] nvme-fabrics: decode 'authentication required' connect error, Hannes Reinecke
- Re: [PATCHv6 00/12] nvme: In-band authentication support, Sagi Grimberg
[PATCH v43 00/15] /dev/random - a new approach,
Stephan Müller
- [PATCH v43 02/15] LRNG - IRQ entropy source, Stephan Müller
- [PATCH v43 09/15] LRNG - add SP800-90A DRBG extension, Stephan Müller
- [PATCH v43 07/15] LRNG - add common generic hash support, Stephan Müller
- [PATCH v43 11/15] crypto: move Jitter RNG header include dir, Stephan Müller
- [PATCH v43 13/15] LRNG - add SP800-90B compliant health tests, Stephan Müller
- [PATCH v43 12/15] LRNG - add Jitter RNG fast noise source, Stephan Müller
- [PATCH v43 10/15] LRNG - add kernel crypto API PRNG extension, Stephan Müller
- [PATCH v43 08/15] crypto: DRBG - externalize DRBG functions for LRNG, Stephan Müller
- [PATCH v43 05/15] LRNG - CPU entropy source, Stephan Müller
- [PATCH v43 06/15] LRNG - add switchable DRNG support, Stephan Müller
- [PATCH v43 14/15] LRNG - add interface for gathering of raw entropy, Stephan Müller
- [PATCH v43 15/15] LRNG - add power-on and runtime self-tests, Stephan Müller
- [PATCH v43 04/15] LRNG - allocate one DRNG instance per NUMA node, Stephan Müller
- [PATCH v43 03/15] LRNG - sysctls and /proc interface, Stephan Müller
- [PATCH v43 01/15] Linux Random Number Generator, Stephan Müller
- Re: [PATCH v43 01/15] Linux Random Number Generator, Joe Perches
- Re: [PATCH v43 01/15] Linux Random Number Generator, Jason A. Donenfeld
- Re: [PATCH v43 01/15] Linux Random Number Generator, Stephan Mueller
- Re: [PATCH v43 01/15] Linux Random Number Generator, Simo Sorce
- Re: [PATCH v43 01/15] Linux Random Number Generator, Greg Kroah-Hartman
- Re: [PATCH v43 01/15] Linux Random Number Generator, Stephan Mueller
- Re: [PATCH v43 01/15] Linux Random Number Generator, Greg Kroah-Hartman
- Re: [PATCH v43 01/15] Linux Random Number Generator, Stephan Mueller
- Re: [PATCH v43 01/15] Linux Random Number Generator, Greg Kroah-Hartman
- Re: [PATCH v43 01/15] Linux Random Number Generator, Stephan Mueller
- Re: [PATCH v43 01/15] Linux Random Number Generator, Jeffrey Walton
- Re: [PATCH v43 01/15] Linux Random Number Generator, Greg Kroah-Hartman
- Re: [PATCH v43 01/15] Linux Random Number Generator, Simo Sorce
- Re: [PATCH v43 01/15] Linux Random Number Generator, Greg Kroah-Hartman
- Re: [PATCH v43 01/15] Linux Random Number Generator, Willy Tarreau
- Re: [PATCH v43 01/15] Linux Random Number Generator, Simo Sorce
- Re: [PATCH v43 01/15] Linux Random Number Generator, Eric Biggers
- Re: [PATCH v43 01/15] Linux Random Number Generator, Jason A. Donenfeld
- Re: [PATCH v43 01/15] Linux Random Number Generator, Simo Sorce
- Re: [PATCH v43 01/15] Linux Random Number Generator, Jason A. Donenfeld
- Re: [PATCH v43 01/15] Linux Random Number Generator, Simo Sorce
- Re: [PATCH v43 01/15] Linux Random Number Generator, Boris Krasnovskiy
- Re: [PATCH v43 01/15] Linux Random Number Generator, Greg Kroah-Hartman
- Re: [PATCH v43 01/15] Linux Random Number Generator, Jason A. Donenfeld
- Re: [PATCH v43 01/15] Linux Random Number Generator, Jeffrey Walton
- Re: [PATCH v43 01/15] Linux Random Number Generator, Greg Kroah-Hartman
- Re: [PATCH v43 01/15] Linux Random Number Generator, John Haxby
- Re: [PATCH v43 01/15] Linux Random Number Generator, Jason A. Donenfeld
- Message not available
- Re: [PATCH v43 01/15] Linux Random Number Generator, Greg Kroah-Hartman
- Re: [PATCH v43 01/15] Linux Random Number Generator, Marcelo Henrique Cerri
- Re: [PATCH v43 01/15] Linux Random Number Generator, Greg Kroah-Hartman
- Re: [PATCH v43 01/15] Linux Random Number Generator, Marcelo Henrique Cerri
- Re: [PATCH v43 01/15] Linux Random Number Generator, Greg Kroah-Hartman
- Re: [PATCH v43 01/15] Linux Random Number Generator, Simo Sorce
- Re: [PATCH v43 01/15] Linux Random Number Generator, Willy Tarreau
- Re: [PATCH v43 01/15] Linux Random Number Generator, Stephan Müller
- Re: [PATCH v43 01/15] Linux Random Number Generator, Willy Tarreau
- Re: [PATCH v43 01/15] Linux Random Number Generator, Marcelo Henrique Cerri
- Re: [PATCH v43 01/15] Linux Random Number Generator, Jason A. Donenfeld
- Re: [PATCH v43 01/15] Linux Random Number Generator, Theodore Ts'o
- Re: [PATCH v43 01/15] Linux Random Number Generator, Jason A. Donenfeld
- Re: [PATCH v43 01/15] Linux Random Number Generator, Theodore Ts'o
- Re: [PATCH v43 01/15] Linux Random Number Generator, Eric Biggers
- Re: [PATCH v43 01/15] Linux Random Number Generator, Jason A. Donenfeld
- Re: [PATCH v43 01/15] Linux Random Number Generator, Simo Sorce
- Re: [PATCH v43 01/15] Linux Random Number Generator, Eric Biggers
- Re: [PATCH v43 01/15] Linux Random Number Generator, Theodore Ts'o
- Re: [PATCH v43 01/15] Linux Random Number Generator, Jason A. Donenfeld
- Re: [PATCH v43 01/15] Linux Random Number Generator, Andy Lutomirski
- Re: [PATCH v43 01/15] Linux Random Number Generator, Theodore Ts'o
- Re: [PATCH v43 01/15] Linux Random Number Generator, Willy Tarreau
- Re: [PATCH v43 01/15] Linux Random Number Generator, Matthew Garrett
- Re: [PATCH v43 01/15] Linux Random Number Generator, Alexander E. Patrakov
- Message not available
- Re: [PATCH v43 01/15] Linux Random Number Generator, Matthew Garrett
- Re: [PATCH v43 01/15] Linux Random Number Generator, Jason A. Donenfeld
- Re: [PATCH v43 01/15] Linux Random Number Generator, Theodore Ts'o
- Re: [PATCH v43 01/15] Linux Random Number Generator, Jason A. Donenfeld
- Re: [PATCH v43 01/15] Linux Random Number Generator, Andy Lutomirski
- Re: [PATCH v43 01/15] Linux Random Number Generator, Jason A. Donenfeld
- Re: [PATCH v43 01/15] Linux Random Number Generator, Marcelo Henrique Cerri
- Re: [PATCH v43 01/15] Linux Random Number Generator, Jeffrey Walton
- Re: [PATCH v43 01/15] Linux Random Number Generator, Sandy Harris
Re: [PATCH v43 01/15] Linux Random Number Generator, kernel test robot
Re: [PATCH v43 00/15] /dev/random - a new approach, Thomas Schoebel-Theuer
[PATCH] crypto: TDES - disallow in FIPS mode,
Stephan Müller
[PATCH] crypto: DH - limit key size to 2048 in FIPS mode,
Stephan Müller
[PATCH] crypto: RSA - limit key size to 2048 in FIPS mode,
Stephan Müller
[PATCH] crypto: Jitter RNG - consider 32 LSB for APT,
Stephan Müller
[PATCH 0/4] crypto: hisilicon/qm - misc clean up and fixes,
Kai Ye
[PATCH v4 0/4] Add SP800-108 KDF implementation to crypto API,
Stephan Müller
[PATCH 1/2] dt-bindings: crypto: sun8i-ce: Add compatible for D1,
Samuel Holland
[PATCH v3 0/9] STM32 CRYP driver: many fixes,
Nicolas Toromanoff
[PATCH v3 00/25] crypto: qat - PFVF refactoring,
Giovanni Cabiddu
- [PATCH v3 02/25] crypto: qat - fix undetected PFVF timeout in ACK loop, Giovanni Cabiddu
- [PATCH v3 01/25] crypto: qat - do not handle PFVF sources for qat_4xxx, Giovanni Cabiddu
- [PATCH v3 04/25] crypto: qat - move vf2pf interrupt helpers, Giovanni Cabiddu
- [PATCH v3 03/25] crypto: qat - refactor PF top half for PFVF, Giovanni Cabiddu
- [PATCH v3 06/25] crypto: qat - move interrupt code out of the PFVF handler, Giovanni Cabiddu
- [PATCH v3 07/25] crypto: qat - change PFVF ACK behaviour, Giovanni Cabiddu
- [PATCH v3 05/25] crypto: qat - move VF message handler to adf_vf2pf_msg.c, Giovanni Cabiddu
- [PATCH v3 08/25] crypto: qat - re-enable interrupts for legacy PFVF messages, Giovanni Cabiddu
- [PATCH v3 09/25] crypto: qat - split PFVF message decoding from handling, Giovanni Cabiddu
- [PATCH v3 10/25] crypto: qat - handle retries due to collisions in adf_iov_putmsg(), Giovanni Cabiddu
- [PATCH v3 12/25] crypto: qat - relocate PFVF VF related logic, Giovanni Cabiddu
- [PATCH v3 13/25] crypto: qat - relocate PFVF disabled function, Giovanni Cabiddu
- [PATCH v3 11/25] crypto: qat - relocate PFVF PF related logic, Giovanni Cabiddu
- [PATCH v3 14/25] crypto: qat - add pfvf_ops, Giovanni Cabiddu
- [PATCH v3 15/25] crypto: qat - differentiate between pf2vf and vf2pf offset, Giovanni Cabiddu
- [PATCH v3 16/25] crypto: qat - abstract PFVF send function, Giovanni Cabiddu
- [PATCH v3 17/25] crypto: qat - abstract PFVF receive logic, Giovanni Cabiddu
- [PATCH v3 18/25] crypto: qat - reorganize PFVF code, Giovanni Cabiddu
- [PATCH v3 19/25] crypto: qat - reorganize PFVF protocol definitions, Giovanni Cabiddu
- [PATCH v3 20/25] crypto: qat - use enums for PFVF protocol codes, Giovanni Cabiddu
- [PATCH v3 22/25] crypto: qat - refactor pfvf version request messages, Giovanni Cabiddu
- [PATCH v3 21/25] crypto: qat - pass the PF2VF responses back to the callers, Giovanni Cabiddu
- [PATCH v3 23/25] crypto: qat - do not rely on min version, Giovanni Cabiddu
- [PATCH v3 25/25] crypto: qat - improve logging of PFVF messages, Giovanni Cabiddu
- [PATCH v3 24/25] crypto: qat - fix VF IDs in PFVF log messages, Giovanni Cabiddu
- Re: [PATCH v3 00/25] crypto: qat - PFVF refactoring, Herbert Xu
Re: [PATCH 5.15 000/927] 5.15.3-rc2 review,
Naresh Kamboju
[PATCH] dt-bindings: crypto: Add optional dma properties,
Maxime Ripard
[PATCH 8/8] Replace memset() with memzero_explicit(), Sandy Harris
[PATCH 7/8] Replace memset() with memzero_explicit(), Sandy Harris
[PATCH 6/8] Replace memset() with memzero_explicit(), Sandy Harris
[PATCH 5/8] Replace memset() with memzero_explicit(), Sandy Harris
[PATCH 4/8] Replace memset() with memzero_explicit(), Sandy Harris
[PATCH 3/8] Replace memset() with memzero_explicit(), Sandy Harris
[PATCH 2/8] Replace memset() with memzero_explicit(), Sandy Harris
[PATCH 1/8] Replace memset() with memzero_explicit(),
Sandy Harris
[PATCH 0/8] memset() in crypto code,
Sandy Harris
Re: [PATCH 5.15 000/917] 5.15.3-rc1 review,
Naresh Kamboju
[PATCH v7 00/17] Enroll kernel keys thru MOK,
Eric Snowberg
- [PATCH v7 05/17] KEYS: CA link restriction, Eric Snowberg
- [PATCH v7 04/17] X.509: Parse Basic Constraints for CA, Eric Snowberg
- [PATCH v7 01/17] integrity: Introduce a Linux keyring called machine, Eric Snowberg
- [PATCH v7 12/17] KEYS: integrity: change link restriction to trust the machine keyring, Eric Snowberg
- [PATCH v7 06/17] integrity: restrict INTEGRITY_KEYRING_MACHINE to restrict_link_by_ca, Eric Snowberg
- [PATCH v7 02/17] integrity: Do not allow machine keyring updates following init, Eric Snowberg
- [PATCH v7 07/17] integrity: Fix warning about missing prototypes, Eric Snowberg
- [PATCH v7 13/17] KEYS: link secondary_trusted_keys to machine trusted keys, Eric Snowberg
- [PATCH v7 15/17] efi/mokvar: move up init order, Eric Snowberg
- [PATCH v7 14/17] integrity: store reference to machine keyring, Eric Snowberg
- [PATCH v7 16/17] integrity: Trust MOK keys if MokListTrustedRT found, Eric Snowberg
- [PATCH v7 10/17] KEYS: add a reference to machine keyring, Eric Snowberg
- [PATCH v7 11/17] KEYS: Introduce link restriction for machine keys, Eric Snowberg
- [PATCH v7 17/17] integrity: Only use machine keyring when uefi_check_trust_mok_keys is true, Eric Snowberg
- [PATCH v7 09/17] KEYS: Rename get_builtin_and_secondary_restriction, Eric Snowberg
- [PATCH v7 08/17] integrity: add new keyring handler for mok keys, Eric Snowberg
- [PATCH v7 03/17] KEYS: Create static version of public_key_verify_signature, Eric Snowberg
- Re: [PATCH v7 00/17] Enroll kernel keys thru MOK, Jarkko Sakkinen
[PATCH V4.1 5/5] crypto: ccp - Add SEV_INIT_EX support, Peter Gonda
[PATCH V4 0/5] Add SEV_INIT_EX support,
Peter Gonda
Re: Build regressions/improvements in v5.16-rc1,
Geert Uytterhoeven
[PATCH v2 0/6] crypto: DRBG - improve 'nopr' reseeding,
Nicolai Stange
[PATCH v2 00/24] crypto: qat - PFVF refactoring,
Giovanni Cabiddu
- [PATCH v2 01/24] crypto: qat - fix undetected PFVF timeout in ACK loop, Giovanni Cabiddu
- [PATCH v2 02/24] crypto: qat - refactor PF top half for PFVF, Giovanni Cabiddu
- [PATCH v2 03/24] crypto: qat - move vf2pf interrupt helpers, Giovanni Cabiddu
- [PATCH v2 04/24] crypto: qat - move VF message handler to adf_vf2pf_msg.c, Giovanni Cabiddu
- [PATCH v2 05/24] crypto: qat - move interrupt code out of the PFVF handler, Giovanni Cabiddu
- [PATCH v2 07/24] crypto: qat - re-enable interrupts for legacy PFVF messages, Giovanni Cabiddu
- [PATCH v2 08/24] crypto: qat - split PFVF message decoding from handling, Giovanni Cabiddu
- [PATCH v2 06/24] crypto: qat - change PFVF ACK behaviour, Giovanni Cabiddu
- [PATCH v2 09/24] crypto: qat - handle retries due to collisions in adf_iov_putmsg(), Giovanni Cabiddu
- [PATCH v2 11/24] crypto: qat - relocate PFVF VF related logic, Giovanni Cabiddu
- [PATCH v2 10/24] crypto: qat - relocate PFVF PF related logic, Giovanni Cabiddu
- [PATCH v2 12/24] crypto: qat - relocate PFVF disabled function, Giovanni Cabiddu
- [PATCH v2 13/24] crypto: qat - add pfvf_ops, Giovanni Cabiddu
- [PATCH v2 15/24] crypto: qat - abstract PFVF send function, Giovanni Cabiddu
- [PATCH v2 14/24] crypto: qat - differentiate between pf2vf and vf2pf offset, Giovanni Cabiddu
- [PATCH v2 18/24] crypto: qat - reorganize PFVF protocol definitions, Giovanni Cabiddu
- [PATCH v2 17/24] crypto: qat - reorganize PFVF code, Giovanni Cabiddu
- [PATCH v2 16/24] crypto: qat - abstract PFVF receive logic, Giovanni Cabiddu
- [PATCH v2 21/24] crypto: qat - refactor pfvf version request messages, Giovanni Cabiddu
- [PATCH v2 23/24] crypto: qat - fix VF IDs in PFVF log messages, Giovanni Cabiddu
- [PATCH v2 24/24] crypto: qat - improve logging of PFVF messages, Giovanni Cabiddu
- [PATCH v2 22/24] crypto: qat - do not rely on min version, Giovanni Cabiddu
- [PATCH v2 19/24] crypto: qat - use enums for PFVF protocol codes, Giovanni Cabiddu
- [PATCH v2 20/24] crypto: qat - pass the PF2VF responses back to the callers, Giovanni Cabiddu
[PATCH v3 0/4] Add SP800-108 KDF implementation to crypto API,
Stephan Müller
[PATCH] crypto: ccp: ccp-dev: no need to initialise statics to 0,
Jason Wang
[PATCH Strawman] crypto: Handle PEM-encoded x.509 certificates,
Chuck Lever
[PATCH] crypto: ccree - remove redundant 'flush_workqueue()' calls,
Christophe JAILLET
[PATCHv5 00/12] nvme: In-band authentication support,
Hannes Reinecke
- [PATCH 04/12] lib/base64: RFC4648-compliant base64 encoding, Hannes Reinecke
- [PATCH 02/12] crypto: add crypto_has_kpp(), Hannes Reinecke
- [PATCH 09/12] nvmet: Parse fabrics commands on all queues, Hannes Reinecke
- [PATCH 01/12] crypto: add crypto_has_shash(), Hannes Reinecke
- [PATCH 11/12] nvmet-auth: Diffie-Hellman key exchange support, Hannes Reinecke
- [PATCH 03/12] crypto/ffdhe: Finite Field DH Ephemeral Parameters, Hannes Reinecke
- [PATCH 06/12] nvme-fabrics: decode 'authentication required' connect error, Hannes Reinecke
- [PATCH 12/12] nvmet-auth: expire authentication sessions, Hannes Reinecke
- [PATCH 08/12] nvme-auth: Diffie-Hellman key exchange support, Hannes Reinecke
- [PATCH 05/12] nvme: add definitions for NVMe In-Band authentication, Hannes Reinecke
- [PATCH 07/12] nvme: Implement In-Band authentication, Hannes Reinecke
- [PATCH 10/12] nvmet: Implement basic In-Band Authentication, Hannes Reinecke
- Re: [PATCHv5 00/12] nvme: In-band authentication support, Sagi Grimberg
Re: [PATCH] crypto: cavium/nitrox - Fix 'File exists' error in 'nitrox_probe()', Greg Kroah-Hartman
[PATCH 00/24] crypto: qat - PFVF refactoring,
Giovanni Cabiddu
- [PATCH 01/24] crypto: qat - fix undetected PFVF timeout in ACK loop, Giovanni Cabiddu
- [PATCH 02/24] crypto: qat - refactor PF top half for PFVF, Giovanni Cabiddu
- [PATCH 03/24] crypto: qat - move vf2pf interrupt helpers, Giovanni Cabiddu
- [PATCH 04/24] crypto: qat - move VF message handler to adf_vf2pf_msg.c, Giovanni Cabiddu
- [PATCH 05/24] crypto: qat - move interrupt code out of the PFVF handler, Giovanni Cabiddu
- [PATCH 06/24] crypto: qat - change PFVF ACK behaviour, Giovanni Cabiddu
- [PATCH 07/24] crypto: qat - re-enable interrupts for legacy PFVF messages, Giovanni Cabiddu
- [PATCH 08/24] crypto: qat - split PFVF message decoding from handling, Giovanni Cabiddu
- [PATCH 09/24] crypto: qat - handle retries due to collisions in adf_iov_putmsg(), Giovanni Cabiddu
- [PATCH 10/24] crypto: qat - relocate PFVF PF related logic, Giovanni Cabiddu
- [PATCH 11/24] crypto: qat - relocate PFVF VF related logic, Giovanni Cabiddu
- [PATCH 12/24] crypto: qat - relocate PFVF disabled function, Giovanni Cabiddu
- [PATCH 13/24] crypto: qat - add pfvf_ops, Giovanni Cabiddu
- [PATCH 14/24] crypto: qat - differentiate between pf2vf and vf2pf offset, Giovanni Cabiddu
- [PATCH 15/24] crypto: qat - abstract PFVF send function, Giovanni Cabiddu
- [PATCH 16/24] crypto: qat - abstract PFVF receive logic, Giovanni Cabiddu
- [PATCH 17/24] crypto: qat - reorganize PFVF code, Giovanni Cabiddu
- [PATCH 18/24] crypto: qat - reorganize PFVF protocol definitions, Giovanni Cabiddu
- [PATCH 19/24] crypto: qat - use enums for PFVF protocol codes, Giovanni Cabiddu
- [PATCH 20/24] crypto: qat - pass the PF2VF responses back to the callers, Giovanni Cabiddu
- [PATCH 21/24] crypto: qat - refactor pfvf version request messages, Giovanni Cabiddu
- [PATCH 22/24] crypto: qat - do not rely on min version, Giovanni Cabiddu
- [PATCH 23/24] crypto: qat - fix VF IDs in PFVF log messages, Giovanni Cabiddu
- [PATCH 24/24] crypto: qat - improve logging of PFVF messages, Giovanni Cabiddu
[PATCH v3 0/5] Update STMicroelectronics maintainers email,
patrice.chotard
[PATCH v5 00/22] Enable Qualcomm Crypto Engine on sm8150 & sm8250,
Bhupesh Sharma
- [PATCH v5 01/22] arm64: dts: qcom: msm8996: Fix qcom,controlled-remotely property, Bhupesh Sharma
- [PATCH v5 02/22] arm64: dts: qcom: msm8996: Fix 'dma' nodes in dts, Bhupesh Sharma
- [PATCH v5 03/22] dt-bindings: qcom-bam: Convert binding to YAML, Bhupesh Sharma
- [PATCH v5 04/22] dt-bindings: qcom-bam: Add 'interconnects' & 'interconnect-names' to optional properties, Bhupesh Sharma
- [PATCH v5 05/22] dt-bindings: qcom-bam: Add 'iommus' to optional properties, Bhupesh Sharma
- [PATCH v5 06/22] dt-bindings: qcom-bam: Add "powered remotely" mode, Bhupesh Sharma
- [PATCH v5 07/22] dt-bindings: qcom-qce: Convert bindings to yaml, Bhupesh Sharma
- [PATCH v5 08/22] dt-bindings: qcom-qce: Add 'interconnects' and 'interconnect-names', Bhupesh Sharma
- [PATCH v5 09/22] dt-bindings: qcom-qce: Move 'clocks' to optional properties, Bhupesh Sharma
- [PATCH v5 10/22] dt-bindings: qcom-qce: Add 'iommus' to optional properties, Bhupesh Sharma
- [PATCH v5 11/22] dt-bindings: crypto : Add new compatible strings for qcom-qce, Bhupesh Sharma
- [PATCH v5 12/22] arm64/dts: qcom: Use new compatibles for crypto nodes, Bhupesh Sharma
- [PATCH v5 13/22] dma: qcom: bam_dma: Add support to initialize interconnect path, Bhupesh Sharma
- [PATCH v5 14/22] crypto: qce: core: Add support to initialize interconnect path, Bhupesh Sharma
- [PATCH v5 15/22] crypto: qce: Add new compatibles for qce crypto driver, Bhupesh Sharma
- [PATCH v5 16/22] crypto: qce: core: Make clocks optional, Bhupesh Sharma
[Index of Archives]
[Linux Kernel]
[Netfilter]
[Gnu Crypto]
[Gnu Classpath]
[Bugtraq]