Linux Cryptography
[Prev Page][Next Page]
- Re: [RFC PATCH 07/13] crypto: riscv - add vector crypto accelerated AES-{ECB,CBC,CTR,XTS}, (continued)
- [PATCH RFC] dt-bindings: crypto: inside-secure,safexcel: make eip/mem IRQs optional,
Rafał Miłecki
- [PATCH v4 00/11] RISC-V: provide some accelerated cryptography implementations using vector extensions,
Jerry Shih
- [PATCH v4 01/11] RISC-V: add helper function to read the vector VLEN, Jerry Shih
- [PATCH v4 02/11] RISC-V: hook new crypto subdir into build-system, Jerry Shih
- [PATCH v4 03/11] RISC-V: add TOOLCHAIN_HAS_VECTOR_CRYPTO in kconfig, Jerry Shih
- [PATCH v4 04/11] RISC-V: crypto: add Zvkned accelerated AES implementation, Jerry Shih
- [PATCH v4 05/11] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations, Jerry Shih
- [PATCH v4 06/11] RISC-V: crypto: add Zvkg accelerated GCM GHASH implementation, Jerry Shih
- [PATCH v4 07/11] RISC-V: crypto: add Zvknha/b accelerated SHA224/256 implementations, Jerry Shih
- [PATCH v4 08/11] RISC-V: crypto: add Zvknhb accelerated SHA384/512 implementations, Jerry Shih
- [PATCH v4 09/11] RISC-V: crypto: add Zvksed accelerated SM4 implementation, Jerry Shih
- [PATCH v4 10/11] RISC-V: crypto: add Zvksh accelerated SM3 implementation, Jerry Shih
- [PATCH v4 11/11] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation, Jerry Shih
- [PATCH v11 00/35] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support,
Michael Roth
- [PATCH v11 09/35] KVM: x86: Determine shared/private faults based on vm_type, Michael Roth
- [PATCH v11 10/35] KVM: SEV: Do not intercept accesses to MSR_IA32_XSS for SEV-ES guests, Michael Roth
- [PATCH v11 11/35] KVM: SEV: Select KVM_GENERIC_PRIVATE_MEM when CONFIG_KVM_AMD_SEV=y, Michael Roth
- [PATCH v11 12/35] KVM: SEV: Add support to handle AP reset MSR protocol, Michael Roth
- [PATCH v11 13/35] KVM: SEV: Add GHCB handling for Hypervisor Feature Support requests, Michael Roth
- [PATCH v11 14/35] KVM: SEV: Add initial SEV-SNP support, Michael Roth
- [PATCH v11 15/35] KVM: SEV: Add KVM_SNP_INIT command, Michael Roth
- [PATCH v11 16/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_START command, Michael Roth
- [PATCH v11 17/35] KVM: Add HVA range operator, Michael Roth
- [PATCH v11 18/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_UPDATE command, Michael Roth
- [PATCH v11 19/35] KVM: SEV: Add KVM_SEV_SNP_LAUNCH_FINISH command, Michael Roth
- [PATCH v11 20/35] KVM: SEV: Add support to handle GHCB GPA register VMGEXIT, Michael Roth
- [PATCH v11 01/35] KVM: Add hugepage support for dedicated guest memory, Michael Roth
- [PATCH v11 21/35] KVM: SEV: Add support to handle MSR based Page State Change VMGEXIT, Michael Roth
- [PATCH v11 22/35] KVM: SEV: Add support to handle Page State Change VMGEXIT, Michael Roth
- [PATCH v11 23/35] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use, Michael Roth
- [PATCH v11 24/35] KVM: SEV: Add support to handle RMP nested page faults, Michael Roth
- [PATCH v11 25/35] KVM: SEV: Use a VMSA physical address variable for populating VMCB, Michael Roth
- [PATCH v11 26/35] KVM: SEV: Support SEV-SNP AP Creation NAE event, Michael Roth
- [PATCH v11 27/35] KVM: SEV: Add support for GHCB-based termination requests, Michael Roth
- [PATCH v11 28/35] KVM: SEV: Implement gmem hook for initializing private pages, Michael Roth
- [PATCH v11 29/35] KVM: SEV: Implement gmem hook for invalidating private pages, Michael Roth
- [PATCH v11 30/35] KVM: x86: Add gmem hook for determining max NPT mapping level, Michael Roth
- [PATCH v11 02/35] mm: Introduce AS_INACCESSIBLE for encrypted/confidential memory, Michael Roth
- [PATCH v11 31/35] KVM: SEV: Avoid WBINVD for HVA-based MMU notifications for SNP, Michael Roth
- [PATCH v11 32/35] KVM: SVM: Add module parameter to enable the SEV-SNP, Michael Roth
- [PATCH v11 33/35] KVM: SEV: Provide support for SNP_GUEST_REQUEST NAE event, Michael Roth
- [PATCH v11 34/35] crypto: ccp: Add the SNP_SET_CONFIG_{START,END} commands, Michael Roth
- [PATCH v11 35/35] KVM: SEV: Provide support for SNP_EXTENDED_GUEST_REQUEST NAE event, Michael Roth
- [PATCH v11 03/35] KVM: Use AS_INACCESSIBLE when creating guest_memfd inode, Michael Roth
- [PATCH v11 04/35] KVM: x86: Add gmem hook for initializing memory, Michael Roth
- [PATCH v11 05/35] KVM: x86: Add gmem hook for invalidating memory, Michael Roth
- [PATCH v11 06/35] KVM: x86/mmu: Pass around full 64-bit error code for KVM page faults, Michael Roth
- [PATCH v11 07/35] KVM: x86: Add KVM_X86_SNP_VM vm_type, Michael Roth
- [PATCH v11 08/35] KVM: x86: Define RMP page fault error bits for #NPF, Michael Roth
- [PATCH v1 00/26] Add AMD Secure Nested Paging (SEV-SNP) Initialization Support,
Michael Roth
- [PATCH v1 06/26] x86/sev: Add RMP entry lookup helpers, Michael Roth
- [PATCH v1 07/26] x86/fault: Add helper for dumping RMP entries, Michael Roth
- [PATCH v1 08/26] x86/traps: Define RMP violation #PF error code, Michael Roth
- [PATCH v1 09/26] x86/fault: Dump RMP table information when RMP page faults occur, Michael Roth
- [PATCH v1 10/26] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction, Michael Roth
- [PATCH v1 11/26] x86/sev: Invalidate pages from the direct map when adding them to the RMP table, Michael Roth
- [PATCH v1 12/26] crypto: ccp: Define the SEV-SNP commands, Michael Roth
- [PATCH v1 13/26] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP, Michael Roth
- [PATCH v1 14/26] crypto: ccp: Provide API to issue SEV and SNP commands, Michael Roth
- [PATCH v1 15/26] x86/sev: Introduce snp leaked pages list, Michael Roth
- [PATCH v1 16/26] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled, Michael Roth
- [PATCH v1 17/26] crypto: ccp: Handle non-volatile INIT_EX data when SNP is enabled, Michael Roth
- [PATCH v1 18/26] crypto: ccp: Handle legacy SEV commands when SNP is enabled, Michael Roth
- [PATCH v1 19/26] iommu/amd: Clean up RMP entries for IOMMU pages during SNP shutdown, Michael Roth
- [PATCH v1 20/26] crypto: ccp: Add debug support for decrypting pages, Michael Roth
- [PATCH v1 21/26] crypto: ccp: Add panic notifier for SEV/SNP firmware shutdown on kdump, Michael Roth
- [PATCH v1 22/26] KVM: SEV: Make AVIC backing, VMSA and VMCB memory allocation SNP safe, Michael Roth
- [PATCH v1 23/26] x86/cpufeatures: Enable/unmask SEV-SNP CPU feature, Michael Roth
- [PATCH v1 24/26] crypto: ccp: Add the SNP_PLATFORM_STATUS command, Michael Roth
- [PATCH v1 25/26] crypto: ccp: Add the SNP_COMMIT command, Michael Roth
- [PATCH v1 26/26] crypto: ccp: Add the SNP_SET_CONFIG command, Michael Roth
- [PATCH v1 01/26] x86/cpufeatures: Add SEV-SNP CPU feature, Michael Roth
- [PATCH v1 02/26] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled, Michael Roth
- [PATCH v1 03/26] iommu/amd: Don't rely on external callers to enable IOMMU SNP support, Michael Roth
- [PATCH v1 04/26] x86/sev: Add the host SEV-SNP initialization support, Michael Roth
- [PATCH v1 05/26] x86/mtrr: Don't print errors if MtrrFixDramModEn is set when SNP enabled, Michael Roth
- [PATCH v2 0/4] some updates and cleanups for hisilicon/sec2.,
Qi Tao
- [PATCH v2] crypto: iaa - Account for cpu-less numa nodes, Tom Zanussi
- [PATCH] crypto: iaa - Account for cpu-less numa nodes,
Tom Zanussi
- [syzbot] [crypto?] general protection fault in scatterwalk_copychunks (5),
syzbot
- [PATCH v3 0/8] Add UFS support for SC7180/SM7125,
David Wronek
- [PATCH] crypto: virtio - Less function calls in __virtio_crypto_akcipher_do_req() after error detection,
Markus Elfring
- [PATCH v2 00/14] crypto: sahara - bugfixes and small improvements,
ovidiu . panait
- [PATCH v2 01/14] crypto: sahara - handle zero-length aes requests, ovidiu . panait
- [PATCH v2 02/14] crypto: sahara - fix ahash reqsize, ovidiu . panait
- [PATCH v2 03/14] crypto: sahara - fix wait_for_completion_timeout() error handling, ovidiu . panait
- [PATCH v2 04/14] crypto: sahara - improve error handling in sahara_sha_process(), ovidiu . panait
- [PATCH v2 06/14] crypto: sahara - do not resize req->src when doing hash operations, ovidiu . panait
- [PATCH v2 05/14] crypto: sahara - fix processing hash requests with req->nbytes < sg->length, ovidiu . panait
- [PATCH v2 07/14] crypto: sahara - clean up macro indentation, ovidiu . panait
- [PATCH v2 08/14] crypto: sahara - use BIT() macro, ovidiu . panait
- [PATCH v2 09/14] crypto: sahara - use devm_clk_get_enabled(), ovidiu . panait
- [PATCH v2 11/14] crypto: sahara - remove 'active' flag from sahara_aes_reqctx struct, ovidiu . panait
- [PATCH v2 12/14] crypto: sahara - remove unnecessary NULL assignments, ovidiu . panait
- [PATCH v2 10/14] crypto: sahara - use dev_err_probe(), ovidiu . panait
- [PATCH v2 13/14] crypto: sahara - remove error message for bad aes request size, ovidiu . panait
- [PATCH v2 14/14] crypto: sahara - add support for crypto_engine, ovidiu . panait
- Re: [PATCH v2 00/14] crypto: sahara - bugfixes and small improvements, Herbert Xu
- [PATCH 01/14] crypto: sahara - handle zero-length aes requests,
ovidiu . panait
- [PATCH 02/14] crypto: sahara - fix ahash reqsize, ovidiu . panait
- [PATCH 03/14] crypto: sahara - fix wait_for_completion_timeout() error handling, ovidiu . panait
- [PATCH 04/14] crypto: sahara - improve error handling in sahara_sha_process(), ovidiu . panait
- [PATCH 11/14] crypto: sahara - remove 'active' flag from sahara_aes_reqctx struct, ovidiu . panait
- [PATCH 05/14] crypto: sahara - fix processing hash requests with req->nbytes < sg->length, ovidiu . panait
- [PATCH 06/14] crypto: sahara - do not resize req->src when doing hash operations, ovidiu . panait
- [PATCH 07/14] crypto: sahara - clean up macro indentation, ovidiu . panait
- [PATCH 08/14] crypto: sahara - use BIT() macro, ovidiu . panait
- [PATCH 09/14] crypto: sahara - use devm_clk_get_enabled(), ovidiu . panait
- [PATCH 12/14] crypto: sahara - remove unnecessary NULL assignments, ovidiu . panait
- [PATCH 10/14] crypto: sahara - use dev_err_probe(), ovidiu . panait
- [PATCH 13/14] crypto: sahara - remove error message for bad aes request size, ovidiu . panait
- [PATCH 14/14] crypto: sahara - add support for crypto_engine, ovidiu . panait
- [PATCH 1/2] crypto: shash - remove excess kerneldoc members,
Vegard Nossum
- [PATCH] crypto: qat - generate dynamically arbiter mappings,
Damian Muszynski
- [PATCH v2 0/4] crypto: qat - enable telemetry for QAT GEN 4,
Lucas Segarra Fernandez
- caam test failures with libkcapi,
Herbert Xu
- [PATCH v5.10.y] crypto: caam/jr - Fix possible caam_jr crash,
Kun Song
- [PATCH v1] imx_v6_v7_defconfig: Enable sm3, sm4, polyval, xctr cipher test support,
Kshitiz Varshney
- RE: [PATCH v1] imx_v6_v7_defconfig: Enable sm3, sm4, polyval, xctr cipher test support, Gaurav Jain
- RE: [PATCH v1] imx_v6_v7_defconfig: Enable sm3, sm4, polyval, xctr cipher test support, Kshitiz Varshney
- Re: [PATCH v1] imx_v6_v7_defconfig: Enable sm3, sm4, polyval, xctr cipher test support, Shawn Guo
- [PATCH] crypto: riscv - use real assembler for vector crypto extensions,
Eric Biggers
- [PATCH v2 0/5] Add Tegra Security Engine driver,
Akhil R
- [PATCH] crypto: iaa - remove unneeded semicolon,
Jiapeng Chong
- [PATCH 0/2] crypto: Intel Analytics Accelerator (IAA) updates,
Tom Zanussi
- [PATCH 1/7] crypto: rk3288 - Use helper to set reqsize,
ovidiu . panait
- [syzbot] [crypto?] KASAN: slab-out-of-bounds Read in arc4_crypt,
syzbot
- [PATCH v2] crypto:tcrypt: add script tcrypt_speed_compare.py,
WangJinchao
- linux-next: manual merge of the crypto tree with the jc_docs, wireless-next trees, Stephen Rothwell
- [PATCH 0/5] crypto: starfive: Add support for JH8100,
Jia Jie Ho
- [PATCH 5/5] crypto: qat - add support for ring pair level telemetry, Lucas Segarra Fernandez
- [PATCH 4/5] crypto: qat - add support for device telemetry, Lucas Segarra Fernandez
- [PATCH 3/5] crypto: qat - add admin msgs for telemetry, Lucas Segarra Fernandez
- [PATCH 2/5] crypto: qat - include pci.h for GET_DEV(), Lucas Segarra Fernandez
- [PATCH 1/5] math.h: Add avg_array(),
Lucas Segarra Fernandez
- [PATCH 0/5] crypto: qat - enable telemetry for QAT GEN 4, Lucas Segarra Fernandez
- [PATCH] crypto: stm32/crc32 - fix parsing list of devices,
Thomas Bourgoin
- [PATCH v5 0/6] DCP as trusted keys backend,
David Gstir
- [PATCH 0/5] crypto: qat - add support for 420xx devices,
Jie Wang
- [PATCH 00/11] Add cmd descriptor support,
Md Sadre Alam
- [PATCH 03/11] crypto: qce - Convert register r/w for skcipher via BAM/DMA, Md Sadre Alam
- [PATCH 05/11] crypto: qce - Convert register r/w for aead via BAM/DMA, Md Sadre Alam
- [PATCH 11/11] crypto: qce - Add support for lock/unlock in aead, Md Sadre Alam
- [PATCH 04/11] crypto: qce - Convert register r/w for sha via BAM/DMA, Md Sadre Alam
- [PATCH 08/11] crypto: qce - Add support for lock aquire,lock release api., Md Sadre Alam
- [PATCH 06/11] drivers: bam_dma: Add LOCK & UNLOCK flag support, Md Sadre Alam
- [PATCH 02/11] crypto: qce - Add bam dma support for crypto register r/w, Md Sadre Alam
- [PATCH 07/11] crypto: qce - Add LOCK and UNLOCK flag support, Md Sadre Alam
- [PATCH 01/11] crypto: qce - Add support for crypto address read, Md Sadre Alam
- [PATCH 09/11] crypto: qce - Add support for lock/unlock in skcipher, Md Sadre Alam
- [PATCH 10/11] crypto: qce - Add support for lock/unlock in sha, Md Sadre Alam
- [PATCH V3 0/2] Add QCrypto support for SC7280,
Om Prakash Singh
- [PATCH] crypto: lib/mpi - Fix unexpected pointer access,
Tianjia Zhang
- [PATCH 0/5] Add Tegra Security Engine driver,
Akhil R
- [PATCH v3 0/9] Add Marvell CPT CN10KB/CN10KA B0 support,
Srujana Challa
- [PATCH v3 1/9] crypto: octeontx2: remove CPT block reset, Srujana Challa
- [PATCH v3 3/9] crypto: octeontx2: add devlink option to set t106 mode, Srujana Challa
- [PATCH v3 4/9] crypto: octeontx2: remove errata workaround for CN10KB or CN10KA B0 chip., Srujana Challa
- [PATCH v3 2/9] crypto: octeontx2: add SGv2 support for CN10KB or CN10KA B0, Srujana Challa
- [PATCH v3 5/9] crypto: octeontx2: add LF reset on queue disable, Srujana Challa
- [PATCH v3 6/9] octeontx2-af: update CPT inbound inline IPsec mailbox, Srujana Challa
- [PATCH v3 7/9] crypto: octeontx2: add ctx_val workaround, Srujana Challa
- [PATCH v3 8/9] crypto/octeontx2: register error interrupts for inline cptlf, Srujana Challa
- [PATCH v3 9/9] crypto: octeontx2: support setting ctx ilen for inline CPT LF, Srujana Challa
- Re: [PATCH v3 0/9] Add Marvell CPT CN10KB/CN10KA B0 support, Herbert Xu
- [PATCH v5 RESEND] sign-file: Fix incorrect return values check,
Yusong Gao
- [PATCH v8 00/13] Introduce STM32 Firewall framework,
Gatien Chevallier
- [PATCH v8 01/13] dt-bindings: document generic access controllers, Gatien Chevallier
- [PATCH v8 03/13] dt-bindings: bus: document RIFSC, Gatien Chevallier
- [PATCH v8 02/13] dt-bindings: treewide: add access-controllers description, Gatien Chevallier
- [PATCH v8 06/13] of: property: fw_devlink: Add support for "access-controller", Gatien Chevallier
- [PATCH v8 04/13] dt-bindings: bus: document ETZPC, Gatien Chevallier
- [PATCH v8 07/13] bus: rifsc: introduce RIFSC firewall controller driver, Gatien Chevallier
- [PATCH v8 05/13] firewall: introduce stm32_firewall framework, Gatien Chevallier
- [PATCH v8 09/13] bus: etzpc: introduce ETZPC firewall controller driver, Gatien Chevallier
- [PATCH v8 08/13] arm64: dts: st: add RIFSC as an access controller for STM32MP25x boards, Gatien Chevallier
- [PATCH v8 11/13] ARM: dts: stm32: put ETZPC as an access controller for STM32MP15x boards, Gatien Chevallier
- [PATCH v8 10/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards, Gatien Chevallier
- [PATCH v8 13/13] ARM: dts: stm32: put ETZPC as an access controller for STM32MP13x boards, Gatien Chevallier
- [PATCH v8 12/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards, Gatien Chevallier
- [PATCH V2 0/2] Add QCrypto support for SC7280,
Om Prakash Singh
- [PATCH 1/2] dt-bindings: crypto: qcom-qce: constrain clocks for IPQ9574 QCE,
Krzysztof Kozlowski
- [PATCH V1 0/2] Add QCrypto support for SC7280,
Om Prakash Singh
- [PATCH net-next v2 00/10] Add Marvell CPT CN10KB/CN10KA B0 support,
Srujana Challa
- [PATCH net-next v2 01/10] crypto: octeontx2: remove CPT block reset, Srujana Challa
- [PATCH net-next v2 02/10] crypto: octeontx2: add SGv2 support for CN10KB or CN10KA B0, Srujana Challa
- [PATCH net-next v2 03/10] crypto: octeontx2: add devlink option to set max_rxc_icb_cnt, Srujana Challa
- [PATCH net-next v2 04/10] crypto: octeontx2: add devlink option to set t106 mode, Srujana Challa
- [PATCH net-next v2 05/10] crypto: octeontx2: remove errata workaround for CN10KB or CN10KA B0 chip., Srujana Challa
- [PATCH net-next v2 06/10] crypto: octeontx2: add LF reset on queue disable, Srujana Challa
- [PATCH net-next v2 07/10] octeontx2-af: update CPT inbound inline IPsec mailbox, Srujana Challa
- [PATCH net-next v2 08/10] crypto: octeontx2: add ctx_val workaround, Srujana Challa
- [PATCH net-next v2 09/10] crypto/octeontx2: register error interrupts for inline cptlf, Srujana Challa
- [PATCH net-next v2 10/10] crypto: octeontx2: support setting ctx ilen for inline CPT LF, Srujana Challa
- Re: [PATCH net-next v2 00/10] Add Marvell CPT CN10KB/CN10KA B0 support, Jakub Kicinski
- [PATCH v2 0/2] hwrng: starfive: Add support for JH8100,
Jia Jie Ho
- [PATCH v7 00/13] Introduce STM32 Firewall framework,
Gatien Chevallier
- [PATCH v7 03/13] dt-bindings: bus: document RIFSC, Gatien Chevallier
- [PATCH v7 01/13] dt-bindings: document generic access controllers, Gatien Chevallier
- [PATCH v7 02/13] dt-bindings: treewide: add access-controllers description, Gatien Chevallier
- [PATCH v7 06/13] of: property: fw_devlink: Add support for "access-controller", Gatien Chevallier
- [PATCH v7 04/13] dt-bindings: bus: document ETZPC, Gatien Chevallier
- [PATCH v7 07/13] bus: rifsc: introduce RIFSC firewall controller driver, Gatien Chevallier
- [PATCH v7 05/13] firewall: introduce stm32_firewall framework, Gatien Chevallier
- [PATCH v7 09/13] bus: etzpc: introduce ETZPC firewall controller driver, Gatien Chevallier
- [PATCH v7 08/13] arm64: dts: st: add RIFSC as an access controller for STM32MP25x boards, Gatien Chevallier
- [PATCH v7 11/13] ARM: dts: stm32: put ETZPC as an access controller for STM32MP15x boards, Gatien Chevallier
- [PATCH v7 10/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards, Gatien Chevallier
- [PATCH v7 12/13] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards, Gatien Chevallier
- [PATCH v7 13/13] ARM: dts: stm32: put ETZPC as an access controller for STM32MP13x boards, Gatien Chevallier
- Re: [PATCH v7 00/13] Introduce STM32 Firewall framework, Gatien CHEVALLIER
- [PATCH] crypto: af_alg/hash: Fix uninit-value access in af_alg_free_sg(),
Shigeru Yoshida
- [PATCH 0/2] crypto: virtio-crypto: Wait for tasklet to complete on device remove and fix warnings,
Gonglei
- [PATCH v2] crypto: octeontx2: Fix cptvf driver cleanup, Bharat Bhushan
- [PATCH net-next v1 00/10] Add Marvell CPT CN10KB/CN10KA B0 support,
Srujana Challa
- [PATCH net-next v1 01/10] crypto: octeontx2: remove CPT block reset, Srujana Challa
- [PATCH net-next v1 02/10] :crypto: octeontx2: add SGv2 support for CN10KB or CN10KA B0, Srujana Challa
- [PATCH net-next v1 03/10] crypto: octeontx2: add devlink option to set max_rxc_icb_cnt, Srujana Challa
- [PATCH net-next v1 04/10] crypto: octeontx2: add devlink option to set t106 mode, Srujana Challa
- [PATCH net-next v1 05/10] crypto: octeontx2: remove errata workaround for CN10KB or CN10KA B0 chip., Srujana Challa
- [PATCH net-next v1 06/10] crypto: octeontx2: add LF reset on queue disable, Srujana Challa
- [PATCH net-next v1 07/10] octeontx2-af: update CPT inbound inline IPsec mailbox, Srujana Challa
- [PATCH net-next v1 08/10] crypto: octeontx2: add ctx_val workaround, Srujana Challa
- [PATCH net-next v1 09/10] crypto/octeontx2: register error interrupts for inline cptlf, Srujana Challa
- [PATCH net-next v1 10/10] crypto: octeontx2: support setting ctx ilen for inline CPT LF, Srujana Challa
- [PATCH] crypto: octeontx2: Fix cptvf driver cleanup,
Bharat Bhushan
- [PATCH 00/12] hwrng: Convert to platform remove callback returning,
Uwe Kleine-König
- [PATCH 09/12] hwrng: omap - Convert to platform remove callback returning void, Uwe Kleine-König
- [PATCH 05/12] hwrng: ks-sa - Convert to platform remove callback returning void, Uwe Kleine-König
- [PATCH 04/12] hwrng: ingenic - Convert to platform remove callback returning void, Uwe Kleine-König
- [PATCH 06/12] hwrng: mxc - Convert to platform remove callback returning void, Uwe Kleine-König
- [PATCH 02/12] hwrng: cctrng - Convert to platform remove callback returning void, Uwe Kleine-König
- [PATCH 08/12] hwrng: npcm - Convert to platform remove callback returning void, Uwe Kleine-König
- [PATCH 11/12] hwrng: timeriomem - Convert to platform remove callback returning void, Uwe Kleine-König
- [PATCH 01/12] hwrng: atmel - Convert to platform remove callback returning void, Uwe Kleine-König
- [PATCH 07/12] hwrng: n2 - Convert to platform remove callback returning void, Uwe Kleine-König
- [PATCH 10/12] hwrng: stm32 - Convert to platform remove callback returning void, Uwe Kleine-König
- [PATCH 03/12] hwrng: exynos - Convert to platform remove callback returning void, Uwe Kleine-König
- [PATCH 12/12] hwrng: xgene - Convert to platform remove callback returning void, Uwe Kleine-König
- Re: [PATCH 00/12] hwrng: Convert to platform remove callback returning, Herbert Xu
[PATCH] hwrng: virtio - Remove usage of the deprecated ida_simple_xx() API,
Christophe JAILLET
[PATCH] crypto: tcrypt - add script tcrypt_speed_compare.py,
WangJinchao
[PATCH 0/2] crypto: hisilicon - optimize the processing of qm and sec functions,
Chenghai Huang
Re: Building signed debs,
Bagas Sanjaya
[PATCH v4 0/4] arm64: Run kernel mode NEON with preemption enabled,
Ard Biesheuvel
[PATCH] crypto: algboss - avoid creating duplicated cipher instances,
ovidiu . panait
[PATCH v2] crypto: virtio-crypto: Handle dataq logic with tasklet,
Gonglei (Arei)
[PATCH 0/3] hwrng: starfive: Add support for JH8100,
Jia Jie Ho
[PATCH v12 00/14] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver,
Tom Zanussi
- [PATCH v12 01/14] dmaengine: idxd: add external module driver support for dsa_bus_type, Tom Zanussi
- [PATCH v12 03/14] dmaengine: idxd: Export descriptor management functions, Tom Zanussi
- [PATCH v12 04/14] dmaengine: idxd: Export wq resource management functions, Tom Zanussi
- [PATCH v12 02/14] dmaengine: idxd: Rename drv_enable/disable_wq to idxd_drv_enable/disable_wq, and export, Tom Zanussi
- [PATCH v12 05/14] dmaengine: idxd: Add wq private data accessors, Tom Zanussi
- [PATCH v12 06/14] dmaengine: idxd: add callback support for iaa crypto, Tom Zanussi
- [PATCH v12 08/14] crypto: iaa - Add Intel IAA Compression Accelerator crypto driver core, Tom Zanussi
- [PATCH v12 07/14] crypto: iaa - Add IAA Compression Accelerator Documentation, Tom Zanussi
- [PATCH v12 09/14] crypto: iaa - Add per-cpu workqueue table with rebalancing, Tom Zanussi
- [PATCH v12 10/14] crypto: iaa - Add compression mode management along with fixed mode, Tom Zanussi
- [PATCH v12 11/14] crypto: iaa - Add support for deflate-iaa compression algorithm, Tom Zanussi
- [PATCH v12 12/14] crypto: iaa - Add irq support for the crypto async interface, Tom Zanussi
- [PATCH v12 13/14] crypto: iaa - Add IAA Compression Accelerator stats, Tom Zanussi
- [PATCH v12 14/14] dmaengine: idxd: Add support for device/wq defaults, Tom Zanussi
- Re: [PATCH v12 00/14] crypto: Add Intel Analytics Accelerator (IAA) crypto compression driver, Herbert Xu
[PATCH v3 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions,
Jerry Shih
- [PATCH v3 01/12] RISC-V: add helper function to read the vector VLEN, Jerry Shih
- [PATCH v3 02/12] RISC-V: hook new crypto subdir into build-system, Jerry Shih
- [PATCH v3 03/12] RISC-V: crypto: add OpenSSL perl module for vector instructions, Jerry Shih
- [PATCH v3 04/12] RISC-V: crypto: add Zvkned accelerated AES implementation, Jerry Shih
- [PATCH v3 05/12] crypto: simd - Update `walksize` in simd skcipher, Jerry Shih
- [PATCH v3 07/12] RISC-V: crypto: add Zvkg accelerated GCM GHASH implementation, Jerry Shih
- [PATCH v3 06/12] RISC-V: crypto: add accelerated AES-CBC/CTR/ECB/XTS implementations, Jerry Shih
- [PATCH v3 08/12] RISC-V: crypto: add Zvknha/b accelerated SHA224/256 implementations, Jerry Shih
- [PATCH v3 09/12] RISC-V: crypto: add Zvknhb accelerated SHA384/512 implementations, Jerry Shih
- [PATCH v3 10/12] RISC-V: crypto: add Zvksed accelerated SM4 implementation, Jerry Shih
- [PATCH v3 11/12] RISC-V: crypto: add Zvksh accelerated SM3 implementation, Jerry Shih
- [PATCH v3 12/12] RISC-V: crypto: add Zvkb accelerated ChaCha20 implementation, Jerry Shih
- Re: [PATCH v3 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions, Eric Biggers
- Re: [PATCH v3 00/12] RISC-V: provide some accelerated cryptography implementations using vector extensions, Eric Biggers
[PATCH v6 0/5] crypto: LEA block cipher implementation,
Dongsoo Lee
[Index of Archives]
[Linux Kernel]
[Netfilter]
[Gnu Crypto]
[Gnu Classpath]
[Bugtraq]