Linux Cryptography
[Prev Page][Next Page]
- [PATCH] crypto: ccp - Make ccp_dev_suspend and ccp_dev_resume void functions,
Tian Tao
- [PATCH] crypto: ux500: cryp: Remove duplicate argument,
Wan Jiabing
- [PATCH] crypto: ccp - Fix to return the correct return value,
Tian Tao
- [PATCH] crypto: chelsio - remove unused function,
Jiapeng Chong
- [PATCH v7 1/1] use crc32 instead of md5 for hibernation e820 integrity check,
Chris von Recklinghausen
- [V2 PATCH 00/16] Enable VAS and NX-GZIP support on powerVM,
Haren Myneni
- [V2 PATCH 01/16] powerpc/powernv/vas: Rename register/unregister functions, Haren Myneni
- [V2 PATCH 02/16] powerpc/vas: Make VAS API powerpc platform independent, Haren Myneni
- [V2 PATCH 03/16] powerpc/vas: Create take/drop task reference functions, Haren Myneni
- [V2 PATCH 04/16] powerpc/vas: Move update_csb and dump_crb to platform independent, Haren Myneni
- [V2 PATCH 05/16] powerpc/vas: Define and use common vas_window struct, Haren Myneni
- [V2 PATCH 06/16] powerpc/pseries/vas: Define VAS/NXGZIP HCALLs and structs, Haren Myneni
- [V2 PATCH 07/16] powerpc/vas: Define QoS credit flag to allocate window, Haren Myneni
- [V2 PATCH 08/16] powerpc/pseries/VAS: Implement allocate/modify/deallocate HCALLS, Haren Myneni
- [V2 PATCH 09/16] powerpc/pseries/vas: Implement to get all capabilities, Haren Myneni
- [V2 PATCH 10/16] powerpc/pseries/vas: Integrate API with open/close windows, Haren Myneni
- [V2 PATCH 11/16] powerpc/pseries/vas: Setup IRQ and fault handling, Haren Myneni
- [V2 PATCH 12/16] powerpc/pseries/vas: sysfs interface to export capabilities, Haren Myneni
- [V2 PATCH 13/16] crypto/nx: Rename nx-842-pseries file name to nx-common-pseries, Haren Myneni
- [V2 PATCH 14/16] crypto/nx: Register and unregister VAS interface, Haren Myneni
- [V2 PATCH 15/16] crypto/nx: Get NX capabilities for GZIP coprocessor type, Haren Myneni
- [V2 PATCH 16/16] crypto/nx: Add sysfs interface to export NX capabilities, Haren Myneni
- [syzbot] KASAN: use-after-free Read in skcipher_walk_next, syzbot
- [PATCH v6 1/1] use crc32 instead of md5 for hibernation e820 integrity check,
Chris von Recklinghausen
- [PATCH 0/4] crypto: hisilicon - adapt hardware error type,
Weili Qian
- [PATCH] crypto: fix kernel-doc notation in chacha.c and af_alg.c,
Randy Dunlap
- [PATCH 00/16] Enable VAS and NX-GZIP support on powerVM,
Haren Myneni
- [PATCH 01/16] powerpc/powernv/vas: Rename register/unregister functions, Haren Myneni
- [PATCH 02/16] powerpc/vas: Make VAS API powerpc platform independent, Haren Myneni
- [PATCH 03/16] powerpc/vas: Create take/drop task reference functions, Haren Myneni
- [PATCH 04/16] powerpc/vas: Move update_csb/dump_crb to platform independent, Haren Myneni
- [PATCH 05/16] powerpc/vas: Define and use common vas_window struct, Haren Myneni
- [PATCH 06/16] powerpc/pseries/vas: Define VAS/NXGZIP HCALLs and structs, Haren Myneni
- [PATCH 07/16] powerpc/vas: Define QoS credit flag to allocate window, Haren Myneni
- [PATCH 08/16] powerpc/pseries/VAS: Implement allocate/modify/deallocate HCALLS, Haren Myneni
- [PATCH 09/16] powerpc/pseries/vas: Implement to get all capabilities, Haren Myneni
- [PATCH 10/16] powerpc/pseries/vas: Integrate API with open/close windows, Haren Myneni
- [PATCH 11/16] powerpc/pseries/vas: Setup IRQ and fault handling, Haren Myneni
- [PATCH 12/16] powerpc/pseries/vas: sysfs interface to export capabilities, Haren Myneni
- [PATCH 13/16] crypto/nx: Rename nx-842-pseries file name to nx-common-pseries, Haren Myneni
- [PATCH 14/16] crypto/nx: Register and unregister VAS interface, Haren Myneni
- [PATCH 15/16] crypto/nx: Get NX capabilities for GZIP coprocessor type, Haren Myneni
- [PATCH 16/16] crypto/nx: sysfs interface to export NX capabilities, Haren Myneni
- Re: [PATCH 00/16] Enable VAS and NX-GZIP support on powerVM, Christophe Leroy
- [PATCH] crypto: crc32-generic - Use SPDX-License-Identifier,
Christophe JAILLET
- [PATCH v3] crypto: hisilicon/hpre - delete redundant log and return in advance,
Hui Tang
- [PATCH] crypto: hisilicon/hpre - fix unmapping invalid dma address,
Hui Tang
- [PATCH 0/3] crypto: hisilicon/hpre - add debug log,
Hui Tang
- [PATCH] crypto: arm/curve25519 - Move '.fpu' after '.arch',
Nathan Chancellor
- [PATCH] crypto: qat - enable detection of accelerators hang,
Giovanni Cabiddu
- [PATCH v3 0/5] bug fix and clear coding style,
Kai Ye
- [PATCH -next] hwrng: exynos - fix PM reference leak in exynos_trng_probe(),
Ye Weihua
- [PATCH v2 00/18] Implement RSASSA-PSS signature verification,
Varad Gautam
- [PATCH v2 01/18] X.509: Parse RSASSA-PSS style certificates, Varad Gautam
- [PATCH v2 03/18] crypto: rsa-pkcs1pad: Extract pkcs1pad_create into a generic helper, Varad Gautam
- [PATCH v2 02/18] crypto: rsa-pkcs1pad: Rename pkcs1pad-specific functions to rsapad, Varad Gautam
- [PATCH v2 04/18] crypto: rsa-pkcs1pad: Pull out child req processing code into helpers, Varad Gautam
- [PATCH v2 06/18] crypto: rsa: Start moving RSA common code to rsa-common, Varad Gautam
- [PATCH v2 05/18] crypto: rsa-pkcs1pad: Rename pkcs1pad_* structs to rsapad_*, Varad Gautam
- [PATCH v2 08/18] crypto: rsa: Move rsapad_akcipher_setup_child and callback to rsa-common, Varad Gautam
- [PATCH v2 07/18] crypto: rsa: Move more common code to rsa-common, Varad Gautam
- [PATCH v2 09/18] crypto: Extend akcipher API to pass signature parameters, Varad Gautam
- [PATCH v2 10/18] crypto: rsa: Move struct rsa_mpi_key definition to rsa.h, Varad Gautam
- [PATCH v2 11/18] crypto: Scaffolding for RSA-PSS signature style, Varad Gautam
- [PATCH v2 16/18] crypto: rsa-psspad: Implement signature verify callback, Varad Gautam
- [PATCH v2 12/18] crypto: rsa-psspad: Introduce shash alloc/dealloc helpers, Varad Gautam
- [PATCH v2 13/18] crypto: rsa-psspad: Get signature parameters from a given signature, Varad Gautam
- [PATCH v2 15/18] crypto: rsa-psspad: Provide PSS signature verify operation, Varad Gautam
- [PATCH v2 14/18] crypto: Implement MGF1 Mask Generation Function for RSASSA-PSS, Varad Gautam
- [PATCH v2 17/18] crypto: Accept pss as valid encoding during signature verification, Varad Gautam
- [PATCH v2 18/18] keyctl_pkey: Add pkey parameters slen and mgfhash for PSS, Varad Gautam
- Re: [PATCH v2 18/18] keyctl_pkey: Add pkey parameters slen and mgfhash for PSS, David Howells
- Re: [PATCH v2 00/18] Implement RSASSA-PSS signature verification, David Howells
- [PATCH v5 1/1] use crc32 instead of md5 for hibernation e820 integrity check,
Chris von Recklinghausen
- [PATCH v4 1/1] use crc32 instead of md5 for hibernation e820 integrity check,
Chris von Recklinghausen
- [PATCH 0/2] crypto: correct the use of print format,
Kai Ye
- Is it possible to add block ciphers for MIPS OCTEON?, Tony He
- [PATCH -next 7/7] crypto: omap-aes - Fix PM reference leak on omap-aes.c, Shixin Liu
- [PATCH -next 4/7] crypto: stm32/hash - Fix PM reference leak on stm32-hash.c, Shixin Liu
- [PATCH -next 6/7] crypto: sa2ul - Fix PM reference leak in sa_ul_probe(), Shixin Liu
- [PATCH -next 5/7] crypto: stm32/cryp - Fix PM reference leak on stm32-cryp.c, Shixin Liu
- [PATCH -next 2/7] crypto: sun8i-ss - Fix PM reference leak when pm_runtime_get_sync() fails, Shixin Liu
- [PATCH -next 3/7] crypto: sun8i-ce - Fix PM reference leak in sun8i_ce_probe(), Shixin Liu
- [PATCH -next 1/7] crypto: sun4i-ss - Fix PM reference leak when pm_runtime_get_sync() fails,
Shixin Liu
- [PATCH -next 0/5] Remove redundant dev_err call,
YueHaibing
- [PATCH v4 0/4] crypto: add rsa pss support for x509,
Hongbo Li
- [PATCH net-next] [RESEND] wireguard: disable in FIPS mode,
Hangbin Liu
- [PATCH v3 1/1] use crc32 instead of md5 for hibernation e820 integrity check,
Chris von Recklinghausen
- [PATCH] crypto: hisilicon/trng - add version to adapt new algorithm,
Weili Qian
- [PATCH v3 0/4] crypto: add rsa pss support for x509,
Hongbo Li
- [PATCH v2 0/4] crypto: add rsa pss support for x509, Hongbo Li
- [PATCH v2 0/8] ccp: KVM: SVM: Use stack for SEV command buffers,
Sean Christopherson
- [PATCH v2 1/8] crypto: ccp: Free SEV device if SEV init fails, Sean Christopherson
- [PATCH v2 2/8] crypto: ccp: Detect and reject "invalid" addresses destined for PSP, Sean Christopherson
- [PATCH v2 3/8] crypto: ccp: Reject SEV commands with mismatching command buffer, Sean Christopherson
- [PATCH v2 4/8] crypto: ccp: Play nice with vmalloc'd memory for SEV command structs, Sean Christopherson
- [PATCH v2 5/8] crypto: ccp: Use the stack for small SEV command buffers, Sean Christopherson
- [PATCH v2 6/8] crypto: ccp: Use the stack and common buffer for status commands, Sean Christopherson
- [PATCH v2 7/8] crypto: ccp: Use the stack and common buffer for INIT command, Sean Christopherson
- [PATCH v2 8/8] KVM: SVM: Allocate SEV command structures on local stack, Sean Christopherson
- Re: [PATCH v2 0/8] ccp: KVM: SVM: Use stack for SEV command buffers, Brijesh Singh
- Re: [PATCH v2 0/8] ccp: KVM: SVM: Use stack for SEV command buffers, Tom Lendacky
- Re: [PATCH v2 0/8] ccp: KVM: SVM: Use stack for SEV command buffers, Paolo Bonzini
- [PATCH] crypto: arm64/aes-ce - deal with oversight in new CTR carry code,
Ard Biesheuvel
- [PATCH 0/5] crypto: add rsa pss support for x509,
Hongbo Li
- [PATCH] crypto: hisilicon/qm - add stop queue by hardware,
Weili Qian
- [PATCH -next] crypto: ixp4xx -: use DEFINE_SPINLOCK() for spinlock,
Huang Guobin
- [PATCH -next] crypto: geode -: use DEFINE_SPINLOCK() for spinlock,
Huang Guobin
- [PATCH v2] ecc: delete a useless function declaration,
Meng Yu
- [PATCH] crypto: fix CRYPTO_LIB_* dependencies on CRYPTO,
Julian Braha
- [PATCH 0/5] ccp: KVM: SVM: Use stack for SEV command buffers,
Sean Christopherson
- [PATCH crypto] chcr: Read rxchannel-id from firmware,
Ayush Sawal
- [PATCH] crypto: qat: Fix a double free in adf_create_ring,
Lv Yunlong
- [PATCH v2] crypto: hisilicon/hpre - delete redundant log,
Hui Tang
- [PATCH v2] crypto: hisilicon/qm - delete redundant code,
Kai Ye
- [PATCH] ecc: delete a useless function declaration,
Meng Yu
- [PATCH] crypto:hisilicon/sec - fixup checking the 3DES weak key,
Kai Ye
- [PATCH][next] crypto: sun8i-ss: Fix memory leak of pad,
Colin King
- [PATCH] crypto: sa2ul: Fix memory lead of rxd, Colin King
- [PATCH][V2] crypto: sa2ul: Fix memory leak of rxd,
Colin King
- [PATCH v2 0/1] use crc32 instead of md5 for hibernation e820 integrity check,
Chris von Recklinghausen
- [PATCH 0/1] use crc32 instead of md5 for hibernation e820 integrity check,
Chris von Recklinghausen
- [PATCH] crypto: cbc - fix coding style,
Zhiqi Song
- [PATCH] crypto: api - fix coding style,
Zhiqi Song
- [PATCH] crypto: rockchip/rk3288_crypto_ahash - delete unneeded variable initialization,
Kai Ye
- [PATCH] crypto: deflate - Remove useless call "zlib_inflateEnd",
Jiapeng Chong
- [PATCH -next] crypto: ccp - Use DEFINE_SPINLOCK() for spinlock,
Tang Yizhou
- [GIT PULL][PATCH v9 0/3] Update to zstd-1.4.10,
Nick Terrell
- crypto: FIPS 200 mode,
Randy Dunlap
- [PATCH 00/18] Implement RSASSA-PSS signature verification,
Varad Gautam
- [PATCH 02/18] crypto: rsa-pkcs1pad: Rename pkcs1pad-specific functions to rsapad, Varad Gautam
- [PATCH 03/18] crypto: rsa-pkcs1pad: Extract pkcs1pad_create into a generic helper, Varad Gautam
- [PATCH 05/18] crypto: rsa-pkcs1pad: Rename pkcs1pad_* structs to rsapad_*, Varad Gautam
- [PATCH 04/18] crypto: rsa-pkcs1pad: Pull out child req processing code into helpers, Varad Gautam
- [PATCH 07/18] crypto: rsa: Move more common code to rsa-common, Varad Gautam
- [PATCH 06/18] crypto: rsa: Start moving RSA common code to rsa-common, Varad Gautam
- [PATCH 08/18] crypto: rsa: Move rsapad_akcipher_setup_child and callback to rsa-common, Varad Gautam
- [PATCH 10/18] crypto: rsa: Move struct rsa_mpi_key definition to rsa.h, Varad Gautam
- [PATCH 09/18] crypto: Extend akcipher API to pass signature parameters, Varad Gautam
- [PATCH 11/18] crypto: Scaffolding for RSA-PSS signature style, Varad Gautam
- [PATCH 13/18] crypto: rsa-psspad: Get signature salt length from a given signature, Varad Gautam
- [PATCH 12/18] crypto: rsa-psspad: Introduce shash alloc/dealloc helpers, Varad Gautam
- [PATCH 16/18] crypto: rsa-psspad: Implement signature verify callback, Varad Gautam
- [PATCH 14/18] crypto: Implement MGF1 Mask Generation Function for RSASSA-PSS, Varad Gautam
- [PATCH 17/18] crypto: Accept pss as valid encoding during signature verification, Varad Gautam
- [PATCH 18/18] keyctl_pkey: Add pkey parameter slen to pass in PSS salt length, Varad Gautam
- [PATCH 15/18] crypto: rsa-psspad: Provide PSS signature verify operation, Varad Gautam
[PATCH -next] crypto: hisilicon/hpre - fix a typo in hpre_crypto.c,
Ruiqi Gong
[PATCH] crypto: ccp -A value assigned to a variable is never used.,
Jiapeng Chong
[PATCH v2] crypto: hisilicon/sec - Fix a module parameter error,
Longfang Liu
[PATCH v2 0/5] bug fix and clear coding style,
Kai Ye
[PATCH v2] Documentation: crypto: add info about "fips=" boot option,
Randy Dunlap
crypto: possible NULL reference,
Randy Dunlap
[PATCH] Documentation: crypto: add info about "fips=" boot option,
Randy Dunlap
Fix hibernation in FIPS mode?,
Dexuan Cui
v5.12.0-rc5: the kernel panics if FIPS mode is on,
Dexuan Cui
[PATCH] crypto: allwinner: add missing CRYPTO_ prefix,
Corentin Labbe
[PATCH] crypto: chelsio: fix incorrect kernel-doc comment syntax in file,
Aditya Srivastava
[PATCH] crypto: mips: add poly1305-core.S to .gitignore,
Ilya Lipnitskiy
[PATCH] crypto: hisilicon/sec - Fixes AES algorithm mode parameter problem,
Longfang Liu
[PATCH] crypto: hisilicon/hpre - Add processing of src_data in 'CURVE25519',
Meng Yu
[PATCH] crypto: hisilicon/sec - Fix a module parameter error,
Longfang Liu
[PATCH] crypto: hisilicon - check if debugfs opened,
Hui Tang
[PATCH] crypto: hisilicon - delete redundant '\n',
Hui Tang
[PATCH] crypto: hisilicon/hpre - delete redundant log,
Hui Tang
[PATCH] crypto: hisilicon/hpre - fix a typo and delete redundant blank line,
Hui Tang
[PATCH] crypto: hisilicon/hpre - fix PASID setting on kunpeng 920,
Hui Tang
[PATCH v2 0/4] crypto: hisilicon/zip - support new 'sqe' type in Kunpeng930,
Yang Shen
Re: [PATCH v8 3/3] lib: zstd: Upgrade to latest upstream zstd version 1.4.10,
kernel test robot
[PATCH v8 0/3] Update to zstd-1.4.10,
Nick Terrell
[PATCH] crypto: fcrypt: Remove 'do while(0)' loop for single statement macro,
Milan Djurovic
[PATCH] crypto: keywrap: Remove else after break statement,
Milan Djurovic
[PATCH] crypto: hisilicon - use the correct HiSilicon copyright,
Hao Fang
[PATCH -next] drivers: crypto: CRYPTO_DEV_HISI_HPRE select CRYPTO_ECC and CRYPTO_ECDH,
Zhang Jianhua
[PATCH] pkcs7: Use octal permissions '0444', Meng Yu
[PATCH] crypto: hisilicon/hpre - rsa key should not be empty,
Meng Yu
[PATCH] crypto: async_tx/async_xor.c: Few mundane spello fixes,
Bhaskar Chowdhury
[PATCH] crypto: sm3 - use the more precise type u32 instead of unsigned int,
Tianjia Zhang
[PATCH 0/3] crypto: replace memset by memzero_explicit,
Kai Ye
[PATCH] crypto: hisilicon/qm - delete redundant code,
Kai Ye
[PATCH] crypto: qat - fix error path in adf_isr_resource_alloc(),
Giovanni Cabiddu
[RFC Part2 PATCH 00/30] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support,
Brijesh Singh
[RFC Part2 PATCH 07/30] mm: add support to split the large THP based on RMP violation, Brijesh Singh
[RFC Part2 PATCH 06/30] x86/fault: dump the RMP entry on #PF, Brijesh Singh
[RFC Part2 PATCH 09/30] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP, Brijesh Singh
[RFC Part2 PATCH 08/30] crypto:ccp: define the SEV-SNP commands, Brijesh Singh
[RFC Part2 PATCH 10/30] crypto: ccp: shutdown SNP firmware on kexec, Brijesh Singh
[RFC Part2 PATCH 12/30] crypto ccp: handle the legacy SEV command when SNP is enabled, Brijesh Singh
[RFC Part2 PATCH 11/30] crypto:ccp: provide APIs to issue SEV-SNP commands, Brijesh Singh
[RFC Part2 PATCH 13/30] KVM: SVM: add initial SEV-SNP support, Brijesh Singh
[RFC Part2 PATCH 16/30] KVM: SVM: add KVM_SNP_INIT command, Brijesh Singh
[RFC Part2 PATCH 14/30] KVM: SVM: make AVIC backing, VMSA and VMCB memory allocation SNP safe, Brijesh Singh
[RFC Part2 PATCH 15/30] KVM: SVM: define new SEV_FEATURES field in the VMCB Save State Area, Brijesh Singh
[RFC Part2 PATCH 17/30] KVM: SVM: add KVM_SEV_SNP_LAUNCH_START command, Brijesh Singh
[RFC Part2 PATCH 18/30] KVM: SVM: add KVM_SEV_SNP_LAUNCH_UPDATE command, Brijesh Singh
[RFC Part2 PATCH 21/30] KVM: X86: Add kvm_x86_ops to get the max page level for the TDP, Brijesh Singh
[RFC Part2 PATCH 19/30] KVM: SVM: Reclaim the guest pages when SEV-SNP VM terminates, Brijesh Singh
[RFC Part2 PATCH 20/30] KVM: SVM: add KVM_SEV_SNP_LAUNCH_FINISH command, Brijesh Singh
[RFC Part2 PATCH 22/30] x86/mmu: Introduce kvm_mmu_map_tdp_page() for use by SEV, Brijesh Singh
[RFC Part2 PATCH 25/30] KVM: X86: update page-fault trace to log the 64-bit error code, Brijesh Singh
[RFC Part2 PATCH 23/30] KVM: X86: Introduce kvm_mmu_get_tdp_walk() for SEV-SNP use, Brijesh Singh
[RFC Part2 PATCH 24/30] KVM: X86: define new RMP check related #NPF error bits, Brijesh Singh
[RFC Part2 PATCH 26/30] KVM: SVM: add support to handle GHCB GPA register VMGEXIT, Brijesh Singh
[RFC Part2 PATCH 27/30] KVM: SVM: add support to handle MSR based Page State Change VMGEXIT, Brijesh Singh
[RFC Part2 PATCH 29/30] KVM: X86: export the kvm_zap_gfn_range() for the SNP use, Brijesh Singh
[RFC Part2 PATCH 28/30] KVM: SVM: add support to handle Page State Change VMGEXIT, Brijesh Singh
[RFC Part2 PATCH 30/30] KVM: X86: Add support to handle the RMP nested page fault, Brijesh Singh
[PATCH -next] crypto: hisilicon/hpre - fix build error without CONFIG_CRYPTO_ECDH,
'Wei Yongjun
[PATCH v2 0/2] support sign module with SM2-with-SM3 algorithm,
Tianjia Zhang
[PATCH] init/Kconfig: Support sign module with SM3 hash algorithm,
Tianjia Zhang
[PATCH -next] crypto: hisilicon/hpre: fix link error,
Yang Yingliang
[PATCH] crypto: poly1305: fix poly1305_core_setkey() declaration,
Arnd Bergmann
[PATCH] s390/crc32-vx: Couple of typo fixes,
Bhaskar Chowdhury
[PATCH] hwrng: omap - Use of_device_get_match_data() helper,
Tian Tao
[PATCH] crypto: rng - fix crypto_rng_reset() refcounting when !CRYPTO_STATS,
Eric Biggers
[PATCH] hwrng: cctrng - remove the redundant log, Tian Tao
[PATCH] hwrng: core - Use sysfs_emit to replace snprintf, Tian Tao
[PATCH] crypto: nx: fix incorrect kernel-doc comment syntax in files,
Aditya Srivastava
[PATCH] crypto: ux500: fix incorrect kernel-doc comment syntax,
Aditya Srivastava
[PATCH] crypto: amcc: fix incorrect kernel-doc comment syntax in files,
Aditya Srivastava
[PATCH] crypto: vmx: fix incorrect kernel-doc comment syntax in files,
Aditya Srivastava
[PATCH] crypto: atmel-ecc - fix W=1 "cannot understand" warning,
Meng Yu
[PATCH 0/4] crypto: hisilicon/qm - support doorbell isolation and queue number configuration,
Weili Qian
[PATCH] crypto: hisilicon/hpre - fix Kconfig,
Hui Tang
[PATCH] crypto: hisilicon/hpre - fix "hpre_ctx_init" resource leak,
Hui Tang
[PATCH] crypto: hisilicon - fix the check on dma address,
Hui Tang
[PATCH 0/2] crypto: hisilicon/hpre - remove 'CONFIG_CRYPTO_DH',
Hui Tang
[PATCH] crypto: Correct an error in the comments,
Meng Yu
[PATCH] md/raid6: Couple of typo fixes,
Bhaskar Chowdhury
[PATCH 0/4]crypto: hisilicon/zip - support new 'sqe' type in Kunpeng930,
Yang Shen
[RFC 0/1] crypto: dcp - add power management support,
Dragos Rosioru (OSS)
[PATCH for-stable-5.4] crypto: x86/aes-ni-xts - use direct calls to and 4-way stride,
Ard Biesheuvel
[PATCH v3 00/10] Rid W=1 warnings in Crypto,
Lee Jones
- [PATCH 01/10] crypto: hisilicon: sec_drv: Supply missing description for 'sec_queue_empty()'s 'queue' param, Lee Jones
- [PATCH 02/10] crypto: bcm: Fix a whole host of kernel-doc misdemeanours, Lee Jones
- [PATCH 04/10] crypto: ux500: hash: hash_core: Fix worthy kernel-doc headers and remove others, Lee Jones
- [PATCH 03/10] crypto: chelsio: chcr_core: Fix some kernel-doc issues, Lee Jones
- [PATCH 05/10] crypto: keembay: ocs-hcu: Fix incorrectly named functions/structs, Lee Jones
- [PATCH 06/10] crypto: atmel-ecc: Struct headers need to start with keyword 'struct', Lee Jones
- [PATCH 09/10] crypto: nx: nx-aes-cbc: Repair some kernel-doc problems, Lee Jones
- [PATCH 08/10] crypto: vmx: Source headers are not good kernel-doc candidates, Lee Jones
- [PATCH 07/10] crypto: caam: caampkc: Provide the name of the function and provide missing descriptions, Lee Jones
- [PATCH 10/10] crypto: cavium: nitrox_isr: Demote non-compliant kernel-doc headers, Lee Jones
- Re: [PATCH v3 00/10] Rid W=1 warnings in Crypto, Herbert Xu
[PATCH] crypto: inside-secure: Minor typo fix in the file safexcel.c,
Bhaskar Chowdhury
[PATCH] crypto: jitterentropy: Put constants on the right side of the expression,
Milan Djurovic
[PATCH v12 00/10] Add support for x509 certs with NIST P384/256/192 keys,
Stefan Berger
- [PATCH v12 07/10] x509: Add support for parsing x509 certs with ECDSA keys, Stefan Berger
- [PATCH v12 01/10] oid_registry: Add OIDs for ECDSA with SHA224/256/384/512, Stefan Berger
- [PATCH v12 06/10] x509: Detect sm2 keys by their parameters OID, Stefan Berger
- [PATCH v12 03/10] crypto: Add NIST P384 curve parameters, Stefan Berger
- [PATCH v12 04/10] crypto: Add math to support fast NIST P384, Stefan Berger
- [PATCH v12 05/10] ecdsa: Register NIST P384 and extend test suite, Stefan Berger
- [PATCH v12 08/10] ima: Support EC keys for signature verification, Stefan Berger
- [PATCH v12 09/10] x509: Add OID for NIST P384 and extend parser for it, Stefan Berger
- [PATCH v12 10/10] certs: Add support for using elliptic curve keys for signing modules, Stefan Berger
- [PATCH v12 02/10] crypto: Add support for ECDSA signature verification, Stefan Berger
- Re: [PATCH v12 00/10] Add support for x509 certs with NIST P384/256/192 keys, Stefan Berger
- Re: [PATCH v12 00/10] Add support for x509 certs with NIST P384/256/192 keys, Herbert Xu
[PATCH v1 0/3] KEYS: trusted: Introduce support for NXP CAAM-based trusted keys,
Ahmad Fatoum
[Index of Archives]
[Linux Kernel]
[Netfilter]
[Gnu Crypto]
[Gnu Classpath]
[Bugtraq]